diff options
-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> |