diff options
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 82c176c87..1a876f85e 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -55,6 +55,8 @@ enum IndentView {ivNone, ivReal, ivLookForward, ivLookBoth};  enum WhiteSpaceVisibility {wsInvisible=0, wsVisibleAlways=1, wsVisibleAfterIndent=2, wsVisibleOnlyInIndent=3}; +enum TabDrawMode {tdLongArrow=0, tdStrikeOut=1}; +  typedef std::map<FontSpecification, FontRealised *> FontMap;  enum WrapMode { eWrapNone, eWrapWord, eWrapChar, eWrapWhitespace }; @@ -133,6 +135,7 @@ public:  	int textStart;	///< Starting x position of text within the view  	int zoomLevel;  	WhiteSpaceVisibility viewWhitespace; +	TabDrawMode tabDrawMode;  	int whitespaceSize;  	IndentView viewIndentationGuides;  	bool viewEOL; | 
