diff options
| author | nyamatongwe <devnull@localhost> | 2002-08-05 06:48:27 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-08-05 06:48:27 +0000 | 
| commit | c8d0c32129aaaf7f56091ec267f86c0fec7267b0 (patch) | |
| tree | d29470a095456504b888e2779eb49a4b07f42db0 /src/ViewStyle.h | |
| parent | 734741819ffb01a79faa13abe15462acb9054f37 (diff) | |
| download | scintilla-mirror-c8d0c32129aaaf7f56091ec267f86c0fec7267b0.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  | 
