diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-11-09 20:03:41 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-11-09 20:03:41 +0100 |
| commit | 2662b8e4b17c815a2636125f86a040b6beceb17d (patch) | |
| tree | 715c17a0fe0a9407900a6c843d5f71db3f9f70d5 | |
| parent | 5d7e8df952b2e51c28fad3443d7c9973659fc2ed (diff) | |
updated sciteco(7), README and TODO: mention the configurable command line
| -rw-r--r-- | README | 1 | ||||
| -rw-r--r-- | TODO | 9 | ||||
| -rw-r--r-- | doc/sciteco.7.template | 5 |
3 files changed, 4 insertions, 11 deletions
@@ -105,6 +105,7 @@ Features * Syntax highlighting, styles, line numbers, folding, etc. thanks to Scintilla, Lexilla and Scintillua. Low-level Scintilla commands can also be accessed to extend SciTECO. SciTECO even syntax highlights code, written in the SciTECO language itself. +* Configurable command line with syntax highlighting. * A growing standard library of macros with frameworks for color schemes, syntax highlighting and buffer sessions. Optimized for hack-ability rather than completeness. @@ -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. diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index c097b70..cb718e0 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -874,8 +874,9 @@ areas\fP. .IP \(bu The \fIcommand line area\fP, showing the currently effective and rubbed-out command line as it is edited. -This is currently a single line of text that is scrolled -automatically. +This is a single line by default, but can be configured with \(lq5EJ\(rq. +Since it is also a Scintilla view, it can be further customized by +running \(lq0,2048ED\(rq and invoking Scintilla messages using \fBES\fP. . .SS Colors and Theming .SCITECO_TOPIC colors theming |
