diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-05-14 13:54:44 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-05-14 13:54:44 +1000 |
| commit | 17d2d5c793eaa95b170684213b18ff2e3f5ce291 (patch) | |
| tree | 35f64342cf85c11800ae711c0def0a1be435d20b /include/Scintilla.iface | |
| parent | c173fc47fda7bb86399bd777540bb17f8e05172d (diff) | |
| download | scintilla-mirror-17d2d5c793eaa95b170684213b18ff2e3f5ce291.tar.gz | |
Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visible
whitespace.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
