diff options
author | nyamatongwe <devnull@localhost> | 2009-07-09 07:58:04 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-09 07:58:04 +0000 |
commit | 50d215e3ac79be5f256d66f1911ab6582e5851d6 (patch) | |
tree | 8003b34c6c9c45f2a0242b282d25a7bc29e06221 /src/ViewStyle.h | |
parent | 00a99b814014f00cea5c64f205b8a701a8b69b58 (diff) | |
download | scintilla-mirror-50d215e3ac79be5f256d66f1911ab6582e5851d6.tar.gz |
Added setings for colours, alpha, and caret colour for additional
selections.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 5390848e5..fe17a0aa7 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -58,10 +58,13 @@ public: unsigned int spaceWidth; bool selforeset; ColourPair selforeground; + ColourPair selAdditionalForeground; bool selbackset; ColourPair selbackground; + ColourPair selAdditionalBackground; ColourPair selbackground2; int selAlpha; + int selAdditionalAlpha; bool selEOLFilled; bool whitespaceForegroundSet; ColourPair whitespaceForeground; @@ -93,6 +96,7 @@ public: bool viewEOL; bool showMarkedLines; ColourPair caretcolour; + ColourPair additionalCaretColour; bool showCaretLineBackground; ColourPair caretLineBackground; int caretLineAlpha; |