aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-09 20:03:41 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-09 20:03:41 +0100
commit2662b8e4b17c815a2636125f86a040b6beceb17d (patch)
tree715c17a0fe0a9407900a6c843d5f71db3f9f70d5 /TODO
parent5d7e8df952b2e51c28fad3443d7c9973659fc2ed (diff)
updated sciteco(7), README and TODO: mention the configurable command line
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 234275c..08e7070 100644
--- a/TODO
+++ b/TODO
@@ -451,15 +451,6 @@ Features:
On Video TECO it appears to free the current Q-Reg, which probably
makes more sense than the current semantics.
Should be changed along with implementing FQq.
- * multiline commandline
- * Perhaps use Scintilla view as mini buffer.
- This means patching Scintilla, so it does not break lines
- on new line characters and we can use character representations
- (extend SCI_SETLINEENDTYPESALLOWED?).
- Also, we cannot currently force ^I to be rendered with representations.
- cmdline.c can then directly operate on the Scintilla document.
- * A Scintilla view will allow syntax highlighting
- * These Scintilla enhancements will also improve hex mode (M#hx).
* command line could highlight dead branches (e.g. gray them out)
* Perhaps add a ^E register analogous to ":", but working with
byte offsets. This would mainly be useful in ^E\^E.