aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-02-21 09:43:29 +1100
committerNeil <nyamatongwe@gmail.com>2014-02-21 09:43:29 +1100
commit34f456a90007233bb91c5b088f40783d63b32ca9 (patch)
tree097abeb34b0819580744a185739b8727ba109eee
parent78bac301b4ad08730b16cf6c299ce644c0d359f6 (diff)
downloadscintilla-mirror-34f456a90007233bb91c5b088f40783d63b32ca9.tar.gz
Updated SciTE default settings.
-rw-r--r--doc/ScintillaHistory.html4
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>