diff options
author | pommicket <pommicket@gmail.com> | 2022-12-29 16:21:56 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-29 16:21:56 -0500 |
commit | e4aac4859511cb22ed84946eb5510cd7fa14e147 (patch) | |
tree | 8cef8c26d03a33c317a27a8c02e9530bca7f58e3 | |
parent | ca6617873e15abce0641c426f56047202e68b457 (diff) |
things
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ - improve structure of ted source code to make LSP completions better (make every c file a valid translation unit) - CSS highlighting +- styles ([color] sections) - more documentation generally (development.md or something?) - rename buffer->filename to buffer->path - make buffer->path NULL for untitled buffers & fix resulting mess @@ -30,7 +31,7 @@ FUTURE FEATURES: - robust find (results shouldn't move around when you type things) - multiple files with command line arguments - :set-build-command -- add numlock as a key modifier? (but make sure "Ctrl+S" handles both "No NumLock+Ctrl+S" and "NumLock+Ctrl+S" +- 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 |