From 84d7ef180e0cdbe2f1653733138b27143dee3e32 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 9 Jun 2009 03:48:29 +0000 Subject: Feature #2796119 Indent wrapped lines to first line. From maXmo. --- src/Editor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index b74466416..e9372be00 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -235,7 +235,8 @@ protected: // ScintillaBase subclass needs access to much of Editor int wrapVisualFlags; int wrapVisualFlagsLocation; int wrapVisualStartIndent; - int actualWrapVisualStartIndent; + int wrapAddIndent; // This will be added to initial indent of line + int wrapIndentMode; // SC_WRAPINDENT_FIXED, _SAME, _INDENT bool convertPastes; -- cgit v1.2.3