From e23bb2af49a72fdb3cc99883881f4fe1be1fdd4b 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. --- include/Scintilla.iface | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d0f376fa5..d2e4a6f9a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1131,6 +1131,17 @@ set void SetWrapStartIndent=2464(int indent,) # Retrive the start indent for wrapped lines. get int GetWrapStartIndent=2465(,) +enu WrapIndentMode=SC_WRAPINDENT_ +val SC_WRAPINDENT_FIXED=0 +val SC_WRAPINDENT_SAME=1 +val SC_WRAPINDENT_INDENT=2 + +# Sets how wrapped sublines are placed. Default is fixed. +set void SetWrapIndentMode=2472(int mode,) + +# Retrieve how wrapped sublines are placed. Default is fixed. +get int GetWrapIndentMode=2473(,) + enu LineCache=SC_CACHE_ val SC_CACHE_NONE=0 val SC_CACHE_CARET=1 -- cgit v1.2.3