]> git.mdlowis.com Git - projs/tide.git/commitdiff
Added more to the TODO file
authorMike Lowis <mike.lowis@gentex.com>
Wed, 5 Oct 2016 15:25:13 +0000 (11:25 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 5 Oct 2016 15:25:13 +0000 (11:25 -0400)
TODO.md

diff --git a/TODO.md b/TODO.md
index f5ca585ec2adf8bbd026a5b74adf09fb9343393c..c5a4291969b262200f026ab404c77fa7ab46ec54 100644 (file)
--- 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