From: Michael D. Lowis Date: Tue, 8 Jan 2019 21:19:03 +0000 (-0500) Subject: updated TODO X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=213cbfc0f10d7c42d9382ab2d21ece3452631971;p=projs%2Ftide.git updated TODO --- diff --git a/TODO.md b/TODO.md index b520f69..645571f 100644 --- 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)