diff options
| author | Henrik Hank <unknown> | 2018-06-06 08:55:59 +1000 |
|---|---|---|
| committer | Henrik Hank <unknown> | 2018-06-06 08:55:59 +1000 |
| commit | f30e3460821d39e5f3c568b4fecfc108d00dab3f (patch) | |
| tree | a273829049c2dbb85c8b91f5becc0ef4be7a5aa0 /include/Scintilla.iface | |
| parent | 400282b27f24f78777b591366e6bd2add9f33f1d (diff) | |
| download | scintilla-mirror-f30e3460821d39e5f3c568b4fecfc108d00dab3f.tar.gz | |
SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index ee23c4db2..8b08f4d2f 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,) |
