From 2cfe83dc91dbbdd195b17b5446ce595f0c658db2 Mon Sep 17 00:00:00 2001 From: Henrik Hank Date: Wed, 6 Jun 2018 08:55:59 +1000 Subject: Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. Backport of changeset 7024:72c92ed3dc10. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d4d8ac78b..d7f7d68e3 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1359,6 +1359,7 @@ enu WrapIndentMode=SC_WRAPINDENT_ val SC_WRAPINDENT_FIXED=0 val SC_WRAPINDENT_SAME=1 val SC_WRAPINDENT_INDENT=2 +val SC_WRAPINDENT_DEEPINDENT=3 # Sets how wrapped sublines are placed. Default is fixed. set void SetWrapIndentMode=2472(int wrapIndentMode,) -- cgit v1.2.3