You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com
Dear hackers,
here's yet another patch which adds SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).
In this tab draw mode, tabs are handled like other control characters
and are rendered by their chracter representation.
It's again motivated by SciTECO's command line and syntax highlighting
needs where ASCII 9 is an actual insertion command instead of an
identation no-op.
Perhaps this is potentially useful for other languages as well where
tabs have special meaning beyond identation.
(And yes, it would also be useful for the "Scintilla - the hex editor"
use case, but that's not really doable due to the slow layout algorithm
on excessively long lines.)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com
Robin Haberkorn:
> here's yet another patch which adds SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).
> In this tab draw mode, tabs are handled like other control characters
> and are rendered by their chracter representation.