From 36e601922e49dbe8fefdb75defc8ac1c999e752c Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 17 Mar 2022 14:05:10 -0400 Subject: [PATCH] updated TODO to better reflect the state of the project --- TODO.adoc | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/TODO.adoc b/TODO.adoc index 553812e..cee1171 100644 --- a/TODO.adoc +++ b/TODO.adoc @@ -1,5 +1,9 @@ = TODO +== DOING + + + == STAGING * tide: point should be added to editlog to ensure undo/redo behave appropriately @@ -13,17 +17,11 @@ == BACKLOG * tide: commands unadorned by a sigil should direct output to new scratch window -* tide: gap buffer does not handle UTF-8 currently -* tide: add tag to enable/disable scrolling on command output insertion +* tide: gap buffer does not handle UTF-8 correctly currently * tide: encode EOL setting in log entries? * fetch: read rules from rcfile in home and curr dir -* anvil: support moving floating windows -* anvil: add support for multiple workspaces -* anvil: add column support -* anvil: add support for multiple monitors * tide: add support for session management * tide: implement drag and drop support -* anvil: add support for session management * tsed: implement a mini-sed command to standardize scripts across platforms without relying on sed === Tags @@ -52,13 +50,22 @@ |=== | Sequence | Action -| 1P | Move the cursor -| 1P 1R 1P | Select clicked on word -| 1P 1R 1P 1R 1P | Select whole non whitespace thing -| 2P 2R | Execute clicked word -| 2P 1P 2R | Execute clicked word with argument -| 3P 3R | Fetch clicked word -| 3P 1P 3R | ?? Go to definition ?? -| 1P 2P 2R | Cut the selected text -| 1P 3P 3R | Paste the selection +| 1P + | Move the cursor +| 1P 1R 1P + | Select clicked on word +| 1P 1R 1P 1R 1P + | Select whole non whitespace thing +| 2P 2R + | Execute clicked word +| 2P 1P 2R + | Execute clicked word with argument +| 3P 3R + | Fetch clicked word +| 3P 1P 3R + | ?? Go to definition ?? +| 1P 2P 2R + | Cut the selected text +| 1P 3P 3R + | Paste the selection |=== \ No newline at end of file -- 2.54.0