diff options
author | Neil <nyamatongwe@gmail.com> | 2016-10-27 15:07:32 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-10-27 15:07:32 +1100 |
commit | 9c55fa7dd47e3ca345ed7cbdda2845c4116e6ebe (patch) | |
tree | f2e6c56c65cc9772864d813a1b6af58a3a2c9032 | |
parent | ecd8f966b7c5d33ec3403ed061cb996300ce9169 (diff) | |
download | scintilla-mirror-9c55fa7dd47e3ca345ed7cbdda2845c4116e6ebe.tar.gz |
Change log for SciTE.
-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 79a3cfe00..1b932363e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -554,6 +554,10 @@ <li> SciTE on Windows restores focus to edit pane after closing user strip. </li> + <li> + SciTE measures files larger that 2 GB which allows it to refuse to open huge files more consistently + and to show better warning messages. + </li> </ul> <h3> <a href="http://www.scintilla.org/scite370.zip">Release 3.7.0</a> |