From e06b040fad63fe729de60781658778a0b008ca16 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 1 Jan 2023 22:52:50 -0500 Subject: finish rename --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') 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?) -- cgit v1.2.3