diff options
author | pommicket <pommicket@gmail.com> | 2023-01-01 22:52:50 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-01 22:52:50 -0500 |
commit | e06b040fad63fe729de60781658778a0b008ca16 (patch) | |
tree | 60a6ad258d23022c6ac09b92abac1934fbfdf2c9 /main.c | |
parent | a3e6a4914c92b4ce56940579b9e24568b9199344 (diff) |
finish rename
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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?) |