aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-12 16:31:59 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-12 16:31:59 +0100
commita01024abcd4d9c7e4ad9f9761bf1adf2bc5e6994 (patch)
treebede84f543871c867d6deb51cd8ed1aea78694fc /README.md
parentfeat(name example): replace TextInput with TextEditor for multi-line support,... (diff)
downloadiced_selection-a01024abcd4d9c7e4ad9f9761bf1adf2bc5e6994.tar.gz
feat: implement double-click + drag by-word selection
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0321630..d69df0b 100644
--- a/README.md
+++ b/README.md
@@ -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