summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2024-02-23 20:47:19 +0100
committerqkzk <qu3nt1n@gmail.com>2024-02-23 20:47:19 +0100
commit5904ed067013fae7235403eaa62f9f9846c91c5f (patch)
tree8118ff5846cb8ed16380a086656275e52a814c49
parentf5b85a54c2e96e93df8aa937e530c0ac3de63090 (diff)
dev
-rw-r--r--development.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/development.md b/development.md
index 73d91fb..cae7677 100644
--- a/development.md
+++ b/development.md
@@ -867,6 +867,8 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- shift+up, shift+down while typing something cycle trough previous entries.
Those are filtered: while typing a path, suggestions are limited to previous pathes, not previous commands.
- shift+left erases the whole input line
+- wrap tuikit::event into custom event. Use an mpsc to request refresh and bulk execution.
+ While editing filenames in bulk, the application isn't bloked anymore.
#### Changelog
@@ -918,11 +920,12 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [x] FIX: entering sort doesn't set focus
- [x] update config from build file by removing references to removed binds.
- [x] move to encrypted drive when mounting is successful
-- [ ] wrap event into an MPSC to allow internal events
+- [x] wrap event into an MPSC to allow internal events
- [x] wrap
- [x] send/receive custom event
- [x] bulk: do not freeze the application while waiting for the thread to complete
- - [ ] refresher
+ - [x] refresher
+ - [x] copy move
## TODO