summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-05 00:05:09 -0400
committerpommicket <pommicket@gmail.com>2023-08-05 00:05:09 -0400
commita6854a0ea52d1f614eeacecf0ec396d8d2cd3d32 (patch)
tree976ace378817fce1f03e9304d789d8bd0814b958 /main.c
parent3816db2083421222b59ecb1b9f5cedbead6d1fc7 (diff)
fix orphan node problem
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/main.c b/main.c
index d72e217..73e2213 100644
--- a/main.c
+++ b/main.c
@@ -1,12 +1,10 @@
/*
+TODO:
+- rename using LSP (textDocument/rename)
+ - warn if many files are changing
FUTURE FEATURES:
- autodetect indentation (tabs vs spaces)
- robust find (results shouldn't move around when you type things)
-- 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"
- config variables
- bind key to multiple commands
- convert macro to command list