From a14fb9e4a393cab6d0805539455de357bb304a02 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 17 Sep 2018 13:16:45 -0400 Subject: [PATCH] update TODO --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 2a2cc53..80edc47 100644 --- 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 -- 2.49.0