From: Mike Lowis Date: Wed, 5 Oct 2016 15:25:13 +0000 (-0400) Subject: Added more to the TODO file X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=13c0caa3f75d348e843ca69a391dc227db5c03db;p=projs%2Ftide.git Added more to the TODO file --- 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