diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-12-31 22:54:17 +0300 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-12-31 22:55:47 +0300 |
| commit | 5aec46ccb7c3340440ff6de3546ac018f06aea5e (patch) | |
| tree | 57d9c925a94d136fb1678e2f62235888d4cf55b5 /TODO | |
| parent | 5ca42fe2f003860d09a1199c846a83e5ea5f8c3e (diff) | |
prepared v2.5.0 release
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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. |
