]> git.mdlowis.com Git - projs/tide.git/commitdiff
updated TODO
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 8 Jan 2019 21:19:03 +0000 (16:19 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 8 Jan 2019 21:19:03 +0000 (16:19 -0500)
TODO.md

diff --git a/TODO.md b/TODO.md
index b520f69722b66101d6874c2982e25a51b251c46e..645571f24371375027998052b26bc7bc9d55c248 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -9,10 +9,12 @@
 * registrar: should remove invalid windows from registry when detected
 * tide: Ctrl+D should not pass tag name as arg when executing tag commands
 * tide: gap buffer does not handle UTF-8 currently
+* Add matching logic for "", '', ``
+    * Look at char to left, scan forward if quote to find end.
+    * Look at current char or char to right, if quote, scan right to find beginning
 
 ## BACKLOG
 
-* Add matching logic for "", '', ``, and <>
 * B2+B1 click executes command with selection as argument
 * implement script for toggling between header and source file
 * refactor selection handling to avoid swapping manually (use buf_selbeg and buf_selend)