used another read-only Scintilla widget with a lexer that interpreted escapes and highlighted text accordingly

The errorlist lexer used for SciTE's output pane has some code for interpreting a limited set of ANSI escape sequences which is enabled with the lexer.errorlist.escape.sequences setting along with setting styles 23, 24, and 40 to 55 for the basic and intense colours. It isn't enough for more complex applications but shows colours for simple cases. The escape sequences are still there in the text as style 23 which is notvisible.

Here is grep with the --color=always option like grep --color=always --line-number GdkAtom *.h
EscapeSeqELpng

Its not as useful as a real VTE.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/675/1435874635@github.com>