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
commit67654cc1198a76eec1bb77180cbb115ce4151cf6 (patch)
tree34cf909acdcb776a3a7fb3bd17117abcbbf4aefa
parent606dfef106101e083817708b714f77166971e113 (diff)
downloadscintilla-mirror-67654cc1198a76eec1bb77180cbb115ce4151cf6.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>