]> git.mdlowis.com Git - projs/tide.git/commitdiff
added Eol tag to the default tags
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 19 Sep 2018 19:32:05 +0000 (15:32 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 19 Sep 2018 19:32:05 +0000 (15:32 -0400)
TODO.md
lib/config.c

diff --git a/TODO.md b/TODO.md
index f84efed5cb53820fc80f1760c0c760348f54b7e3..c82f2dc6080651d403476b0e0eb4b796b065a859 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -2,17 +2,17 @@
 
 BUGS:
 
+* no trimming of trailing whitespace
+* use transaction processing for joining lines
 * Add tab and eol mode to window title
 * implement mouse warping on search, jump to line, and focus change
-* use transaction processing for joining lines
-* no magic right click
-* no trimming of trailing whitespace
 * gap buffer does not handle UTF-8 currently
+* no magic right click
 * mouse selection handling when mouse moves outside region
-* move mouse handlers back into tide.c
 
 Up Next:
 
+* move mouse handlers back into tide.c
 * Add matching logic for "", '', ``, and <>
 * B2+B1 click executes command with selection as argument
 
index 1ce32cfd231884082b72efde434023711f0562dc..630dd6baac1489c26a54ef4716fd1b3748af984f 100644 (file)
@@ -4,7 +4,7 @@
 #include <utf.h>
 #include <edit.h>
 
-char* TagString = "Del Put Undo Redo | Font Tabs | Find ";
+char* TagString = "Del Put Undo Redo | Font Tabs Eol | Find ";
 char* Fonts[2] = {
     "Verdana:size=11",
     "Liberation Mono:size=11"