aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-08-05 06:48:27 +0000
committernyamatongwe <devnull@localhost>2002-08-05 06:48:27 +0000
commitc8d0c32129aaaf7f56091ec267f86c0fec7267b0 (patch)
treed29470a095456504b888e2779eb49a4b07f42db0 /include/Scintilla.iface
parent734741819ffb01a79faa13abe15462acb9054f37 (diff)
downloadscintilla-mirror-c8d0c32129aaaf7f56091ec267f86c0fec7267b0.tar.gz
Visible whitespace specifiable colours feature from Martin Alderson.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 0f06d0c88..f31cd7806 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -467,6 +467,12 @@ set void IndicSetFore=2082(int indic, colour fore)
# Retrieve the foreground colour of an indicator.
get colour IndicGetFore=2083(int indic,)
+# Set the foreground colour of all whitespace and whether to use this setting.
+fun void SetWhitespaceFore=2084(bool useSetting, colour fore)
+
+# Set the background colour of all whitespace and whether to use this setting.
+fun void SetWhitespaceBack=2085(bool useSetting, colour back)
+
# Divide each styling byte into lexical class bits (default: 5) and indicator
# bits (default: 3). If a lexer requires more than 32 lexical states, then this
# is used to expand the possible states.