From c173fc47fda7bb86399bd777540bb17f8e05172d Mon Sep 17 00:00:00 2001 From: YX Hao Date: Fri, 14 May 2021 13:45:47 +1000 Subject: Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour of visible whitespace including translucency. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 0f1b0fc3c..38b548d0d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -694,6 +694,7 @@ val SC_ELEMENT_CARET=40 val SC_ELEMENT_CARET_ADDITIONAL=41 val SC_ELEMENT_CARET_SECONDARY=42 val SC_ELEMENT_CARET_LINE_BACK=50 +val SC_ELEMENT_WHITE_SPACE=60 # Set the colour of an element. Translucency (alpha) may or may not be significant # and this may depend on the platform. The alpha byte should commonly be 0xff for opaque. -- cgit v1.2.3