diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-12 16:31:59 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-12 16:31:59 +0100 |
| commit | a01024abcd4d9c7e4ad9f9761bf1adf2bc5e6994 (patch) | |
| tree | bede84f543871c867d6deb51cd8ed1aea78694fc /README.md | |
| parent | feat(name example): replace TextInput with TextEditor for multi-line support,... (diff) | |
| download | iced_selection-a01024abcd4d9c7e4ad9f9761bf1adf2bc5e6994.tar.gz | |
feat: implement double-click + drag by-word selection
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ iced_selection = { git = "https://git.sr.ht/~pml68/iced_selection" } - [ ] allow out-of-bounds selection dragging - [X] custom markdown `Viewer` -- [ ] double-click + drag for by-word selection +- [X] double-click + drag for by-word selection - [X] triple-click + drag for by-line selection - [ ] support wrapped lines |
