summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-01 22:52:50 -0500
committerpommicket <pommicket@gmail.com>2023-01-01 22:52:50 -0500
commite06b040fad63fe729de60781658778a0b008ca16 (patch)
tree60a6ad258d23022c6ac09b92abac1934fbfdf2c9 /main.c
parenta3e6a4914c92b4ce56940579b9e24568b9199344 (diff)
finish rename
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 39299fb..ad89340 100644
--- a/main.c
+++ b/main.c
@@ -33,6 +33,8 @@ FUTURE FEATURES:
- rename using LSP (textDocument/rename)
- we have request writing & response parsing support for it, but that hasn't been tested yet
- i'm putting this off for now since it seems hard to have undo support for it.
+ - possible idea: open all files altered, and create undo chains for each of them.
+ if there are too many files, give an error like "use a different tool for this"
- add numlock as a key modifier? (but make sure "Ctrl+S" handles both "No NumLock+Ctrl+S" and "NumLock+Ctrl+S")
- better undo chaining (dechain on backspace?)
- allow multiple fonts (fonts directory?)