From b6c5e2f5a69fca63fcdd7a2ded850299e36124b7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 12 Jul 2007 12:59:47 +0000 Subject: Modification allows indentation guides to appear on lines that are empty. --- src/ViewStyle.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ViewStyle.h') 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; -- cgit v1.2.3