]> git.mdlowis.com Git - projs/tide.git/commitdiff
update TODO
authorMichael D. Lowis <mike.lowis@gentex.com>
Mon, 17 Sep 2018 17:16:45 +0000 (13:16 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Mon, 17 Sep 2018 17:16:45 +0000 (13:16 -0400)
TODO.md

diff --git a/TODO.md b/TODO.md
index 2a2cc531062b2c891fcde36f9098adea016d22b0..80edc471d918b76238acfab279367d7d2a604271 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -2,18 +2,16 @@
 
 BUGS:
 
-* no copy indent
+* implement mouse warping on search, jump to line, and focus change
 * use transaction processing for joining lines
 * no analysis of line-endings or tabs in document
 * no magic right click
 * no trimming of trailing whitespace
-* implement font toggling between monospace and proportional font
 * gap buffer does not handle UTF-8 currently
 * mouse selection handling when mouse moves outside region
 
 Up Next:
 
-* implement command diffing logic to optimize the undo/redo log
 * Add matching logic for "", '', ``, and <>
 * B2+B1 click executes command with selection as argument
 
@@ -39,6 +37,7 @@ Maybe think about addressing these later:
 * add support for guidefiles
 * Shift+Insert should insert primary selection
 * Find shortcut should select previous word if current char is newline
+* implement command diffing logic to optimize the undo/redo log
 
 # Auxillary Programs