summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-23 11:57:59 -0500
committerpommicket <pommicket@gmail.com>2022-12-23 11:57:59 -0500
commite8ebc051bd606df22622c012d68804e275ef1dd5 (patch)
treeeb98c212f035d5d56dc97cecd6d73a8b7ee6b11e /main.c
parent7f98e047cb791b84cc955f534a7e94395fed1ae0 (diff)
close autocomplete on CMD_UP/insert non-word char/etc.
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/main.c b/main.c
index 5274922..147f4b1 100644
--- a/main.c
+++ b/main.c
@@ -1,11 +1,10 @@
/*
@TODO:
- trigger characters (with setting)
+- scroll through completions
- only show "Loading..." if it's taking some time (prevent flash)
- LSP setting
-- scroll through completions
-- figure out under which circumstances backspace should close completions
- - close completions when a non-word character is typed
+- make sure "save as" works
- rename buffer->filename to buffer->path
- make buffer->path NULL for untitled buffers & fix resulting mess
- run everything through valgrind ideally with leak checking
@@ -17,7 +16,7 @@ FUTURE FEATURES:
- multiple files with command line arguments
- configurable max buffer size + max view-only buffer size
- :set-build-command, don't let ../Cargo.toml override ./Makefile
-- add numlock as a key modifier
+- 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?)
- regenerate tags for completion too if there are no results