aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-09-03 00:41:00 +0000
committernyamatongwe <devnull@localhost>2009-09-03 00:41:00 +0000
commit02bdf3790357f2b857d2f4dc8cc066442a82ebb7 (patch)
tree3bac05d1b7e2b0f676a9b79659a853c7f0d14f3a /include/Scintilla.iface
parenta9295312e4391629e239f5a662dbdd8395777901 (diff)
downloadscintilla-mirror-02bdf3790357f2b857d2f4dc8cc066442a82ebb7.tar.gz
Added white space mark size setting from Enrico Tröger.
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 ee7ba0ba1..0b31c8d5b 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -571,6 +571,12 @@ 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)
+# Set the size of the dots used to mark space characters.
+fun void SetWhitespaceSize=2086(int size,)
+
+# Get the size of the dots used to mark space characters.
+fun void GetWhitespaceSize=2087(,)
+
# 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.