diff options
author | Neil <nyamatongwe@gmail.com> | 2014-02-21 09:43:29 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-02-21 09:43:29 +1100 |
commit | 67654cc1198a76eec1bb77180cbb115ce4151cf6 (patch) | |
tree | 34cf909acdcb776a3a7fb3bd17117abcbbf4aefa | |
parent | 606dfef106101e083817708b714f77166971e113 (diff) | |
download | scintilla-mirror-67654cc1198a76eec1bb77180cbb115ce4151cf6.tar.gz |
Updated SciTE default settings.
-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 4aa293b41..ad582306e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -469,6 +469,10 @@ Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes. </li> <li> + SciTE default settings changed to use strips for find and replace and to draw with Direct2D and + DirectWrite on Windows. + </li> + <li> Fix crashes and other bugs in Fortran folder by removing folding of do-label constructs. </li> <li> |