diff options
| author | nyamatongwe <unknown> | 2002-08-05 06:48:27 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2002-08-05 06:48:27 +0000 | 
| commit | 8d5165fcb061fb2d443ba301c459635c2ecde3bb (patch) | |
| tree | d29470a095456504b888e2779eb49a4b07f42db0 /src/ViewStyle.h | |
| parent | 76333f2c89b3dfbbbfdc47fed6590d3f64d1d835 (diff) | |
| download | scintilla-mirror-8d5165fcb061fb2d443ba301c459635c2ecde3bb.tar.gz | |
Visible whitespace specifiable colours feature from Martin Alderson.
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 7528638c5..887170eaa 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -53,6 +53,10 @@ public:  	bool selbackset;  	ColourPair selbackground;  	ColourPair selbackground2; +	bool whitespaceForegroundSet; +	ColourPair whitespaceForeground; +	bool whitespaceBackgroundSet; +	ColourPair whitespaceBackground;  	ColourPair selbar;  	ColourPair selbarlight;  	/// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin | 
