]> git.mdlowis.com Git - projs/tide.git/commitdiff
updated TODO to better reflect the state of the project
authorMichael D. Lowis <mike.lowis@gentex.com>
Thu, 17 Mar 2022 18:05:10 +0000 (14:05 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Thu, 17 Mar 2022 18:05:10 +0000 (14:05 -0400)
TODO.adoc

index 553812e7dcd52c8444150aa05be0e86e6b4d59c7..cee1171899f401a2a38d80562558485746e02799 100644 (file)
--- 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
 == 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
 |===
 | 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