From 13c0caa3f75d348e843ca69a391dc227db5c03db Mon Sep 17 00:00:00 2001 From: Mike Lowis Date: Wed, 5 Oct 2016 11:25:13 -0400 Subject: [PATCH] Added more to the TODO file --- TODO.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index f5ca585..c5a4291 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,14 @@ -# Internals +# Internals and Miscellaneous +* Re-work column tracking to keep the cursor reasonably close to where expected * Calculate line numbers and keep up to date while editing * Support multiple buffers +* Implement undo/redo log +* Implement ctags lookup and regeneration +* Implement cscope lookup and regeneration +* Implement fuzzy file/buffer/tag picker +* Implement omnicomplete pop-up +* Implement Tab for command/tag execution # Unicode @@ -25,6 +32,7 @@ * Double left click on newline or empty space to select line * Triple left click to select "big" word (contiguous block of non-ws chars) * Right click to plumb word or search +* Copy to clipboard on select # Keyboard User Interface @@ -33,3 +41,9 @@ # Command Language * Implement a Sam/Acme-like command language + +# Maybe Someday Features + +* Implement fuse file-system backend? +* Spell checker integration +* Syntax highlighting -- 2.49.0