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 /doc/ScintillaHistory.html | |
parent | 400282b27f24f78777b591366e6bd2add9f33f1d (diff) | |
download | scintilla-mirror-f30e3460821d39e5f3c568b4fecfc108d00dab3f.tar.gz |
SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
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 e903e8f3a..3e0db69be 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -529,6 +529,7 @@ </tr><tr> <td>Giuseppe Corbelli</td> <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> |