aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-12-31 22:54:17 +0300
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-12-31 22:55:47 +0300
commit5aec46ccb7c3340440ff6de3546ac018f06aea5e (patch)
tree57d9c925a94d136fb1678e2f62235888d4cf55b5 /TODO
parent5ca42fe2f003860d09a1199c846a83e5ea5f8c3e (diff)
prepared v2.5.0 release
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.