From: Michael D. Lowis Date: Mon, 31 Dec 2018 04:15:07 +0000 (-0500) Subject: reorg the todo list X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=b975ec817066da2f13fa0f00b92e0a4ccf9c2b93;p=projs%2Ftide.git reorg the todo list --- diff --git a/TODO.md b/TODO.md index 4228879..cee6d02 100644 --- a/TODO.md +++ b/TODO.md @@ -7,16 +7,15 @@ ## STAGING -* group by hostname or group env var in registrar -* Ctrl+D should not pass tag name as arg when executing tag commands -* 'Get' tag with argument currently segfaults -* registrar doesnt match open windows when new file created and is then opened for edit or line number -* implement a mini-sed command to standardize scripts across platforms without relying on sed -* registrar should remove invalid windows from registry when detected -* tide should re-register with the registrar when a new registrar is launched -* edit command should have a force option to launch tide without registrar notification -* Line - Get the current line number(s) containing the selection -* gap buffer does not handle UTF-8 currently +* registrar: doesnt match open windows when new file created and is then opened for edit or line number +* registrar: group by hostname or group env var in registrar +* registrar: should remove invalid windows from registry when detected +* tide: Ctrl+D should not pass tag name as arg when executing tag commands +* tide: 'Get' tag with argument currently segfaults +* tide: should re-register with the registrar when a new registrar is launched +* tide: Line - Get the current line number(s) containing the selection +* tide: gap buffer does not handle UTF-8 currently +* edit: should have a force option to launch tide without registrar notification ## BACKLOG @@ -26,6 +25,7 @@ * implement script for toggling between header and source file * refactor selection handling to avoid swapping manually (use buf_selbeg and buf_selend) * encode EOL setting in log entries? +* implement a mini-sed command to standardize scripts across platforms without relying on sed Tags: