aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index 720cc6d..b2f5821 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
Tasks:
* Have a look at TECO-86.
* VEDIT and PMATE for MS-DOS
- * Macro to get the current word at dot (or by numeric argument)
- similar to double right click.
* Scintilla: upstream 2 patches
Known Bugs:
@@ -797,6 +795,12 @@ Features:
escape for cmd.exe.
On the downside, ^E@q could no longer be used to construct shell
scripts in the buffer or Q-registers.
+ * session.tes: Allow sessions to be opened after startup and
+ navigating into the correct directory with FG.
+ This would help with non-terminal-based workflows.
+ * There could be a key macro script for my Russian-phonetic
+ keyboard layout. This would probably require some new
+ key macro states as well.
Optimizations:
* Use SC_DOCUMENTOPTION_STYLES_NONE in batch mode.
@@ -966,3 +970,5 @@ Documentation:
controlled by the SciTECO language and other state (scroll
position, window size, folding) and what that all means
for writing robust macros.
+ * Knowledge Base: Document how to open SciTECO from file managers,
+ so that sessions are initialized correctly.