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 | 34f456a90007233bb91c5b088f40783d63b32ca9 (patch) | |
tree | 097abeb34b0819580744a185739b8727ba109eee | |
parent | 78bac301b4ad08730b16cf6c299ce644c0d359f6 (diff) | |
download | scintilla-mirror-34f456a90007233bb91c5b088f40783d63b32ca9.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> |