From 17d2d5c793eaa95b170684213b18ff2e3f5ce291 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 14 May 2021 13:54:44 +1000 Subject: Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visible whitespace. --- 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 38b548d0d..730c7bb12 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -695,6 +695,7 @@ 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 +val SC_ELEMENT_WHITE_SPACE_BACK=61 # 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