From 02bdf3790357f2b857d2f4dc8cc066442a82ebb7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 3 Sep 2009 00:41:00 +0000 Subject: =?UTF-8?q?Added=20white=20space=20mark=20size=20setting=20from=20?= =?UTF-8?q?Enrico=20Tr=C3=B6ger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Scintilla.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') 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. -- cgit v1.2.3