aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-02 23:50:08 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-12 00:39:57 +0100
commitb64652b857d3a5922c72ccc801ac77aa9cff27c0 (patch)
tree7fa77ec1b0f259c0ea36ed2db46289adf1f213a6 /include/Scintilla.iface
parenta5b8fca36a7a050edfa1c4bb9e91f7722e12f3f6 (diff)
downloadscintilla-mirror-sciteco-rel-5-5-8.tar.gz
added SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR)sciteco-rel-5-5-8
Allows rendering tabs (ASCII 9) with character representations like any other control character. This will not actually change the tab's indentation, so you may need to call SCI_SETTABWIDTH and SCI_SETTABMINIMUMWIDTH as well.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 3e0bbd147..0c83e3fac 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -196,9 +196,11 @@ set void SetViewWS=2021(WhiteSpace viewWS,)
enu TabDrawMode=SCTD_
val SCTD_LONGARROW=0
val SCTD_STRIKEOUT=1
+val SCTD_CONTROLCHAR=2
ali SCTD_LONGARROW=LONG_ARROW
ali SCTD_STRIKEOUT=STRIKE_OUT
+ali SCTD_CONTROLCHAR=CONTROL_CHAR
# Retrieve the current tab draw mode.
# Returns one of SCTD_* constants.