From 05db48d45c9dbf617f6195074743aaeffc65abc7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 27 Apr 2004 22:13:00 +0000 Subject: Continuation Marker feature from Hans Eckardt. --- src/Document.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 18b47eaf5..e31f8e324 100644 --- a/src/Document.h +++ b/src/Document.h @@ -116,6 +116,7 @@ public: int dbcsCodePage; int tabInChars; int indentInChars; + int actualIndentInChars; bool useTabs; bool tabIndents; bool backspaceUnindents; @@ -228,6 +229,7 @@ public: int ExtendStyleRange(int pos, int delta, bool singleLine = false); int ParaUp(int pos); int ParaDown(int pos); + int IndentSize() { return actualIndentInChars; } private: charClassification WordCharClass(unsigned char ch); @@ -239,8 +241,6 @@ private: void NotifyModifyAttempt(); void NotifySavePoint(bool atSavePoint); void NotifyModified(DocModification mh); - - int IndentSize() { return indentInChars ? indentInChars : tabInChars; } }; /** -- cgit v1.2.3