From 8d5165fcb061fb2d443ba301c459635c2ecde3bb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 5 Aug 2002 06:48:27 +0000 Subject: Visible whitespace specifiable colours feature from Martin Alderson. --- 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 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. -- cgit v1.2.3