diff options
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index a41e5f452..2f2d52461 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -38,6 +38,8 @@ public:  	const char *Save(const char *name);  }; +enum IndentView {ivNone, ivReal, ivLookForward, ivLookBoth}; +  enum WhiteSpaceVisibility {wsInvisible=0, wsVisibleAlways=1, wsVisibleAfterIndent=2};  /** @@ -87,7 +89,7 @@ public:  	int fixedColumnWidth;  	int zoomLevel;  	WhiteSpaceVisibility viewWhitespace; -	bool viewIndentationGuides; +	IndentView viewIndentationGuides;  	bool viewEOL;  	bool showMarkedLines;  	ColourPair caretcolour; | 
