From: Michael D. Lowis Date: Wed, 19 Sep 2018 19:32:05 +0000 (-0400) Subject: added Eol tag to the default tags X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=029fcfce562bf476025d8a0c6d5641c29ce5f89f;p=projs%2Ftide.git added Eol tag to the default tags --- diff --git a/TODO.md b/TODO.md index f84efed..c82f2dc 100644 --- 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 diff --git a/lib/config.c b/lib/config.c index 1ce32cf..630dd6b 100644 --- a/lib/config.c +++ b/lib/config.c @@ -4,7 +4,7 @@ #include #include -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"