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 | 2cfe83dc91dbbdd195b17b5446ce595f0c658db2 (patch) | |
tree | 89439af44aff139af5579281200c48fa9c1e1e20 /doc/ScintillaHistory.html | |
parent | c823cbe5c809df5f84a2ef0b867a0733f7568cf0 (diff) | |
download | scintilla-mirror-2cfe83dc91dbbdd195b17b5446ce595f0c658db2.tar.gz |
Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
Backport of changeset 7024:72c92ed3dc10.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9b1b9241c..e91c51501 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -523,6 +523,7 @@ <td>Nicholai Benalal</td> </tr><tr> <td>Andreas Rönnquist</td> + <td>Henrik Hank</td> </tr> </table> <p> @@ -561,6 +562,9 @@ to fully transparent at top and bottom. </li> <li> + Wrap indent mode SC_WRAPINDENT_DEEPINDENT added which indents two tabs from previous line. + </li> + <li> Indicators are drawn for line end characters when displayed. </li> <li> |