diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-15 14:46:54 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-15 14:46:54 +1100 |
commit | 372bb63409f10b6939fb29ca06039bf3272d1220 (patch) | |
tree | 406175d015b7d7ad7f738002ee3c8eb4bb741110 | |
parent | b4ecfdf83d1bdbbe4192d5e8950ca7aa6971537f (diff) | |
download | scintilla-mirror-372bb63409f10b6939fb29ca06039bf3272d1220.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f8bd160ea..85eee8f1f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -478,6 +478,9 @@ DirectWrite on Windows. </li> <li> + SciTE on Windows scales image buttons on the find and replace strips to match the current system scale factor. + </li> + <li> Additional assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#' for comments and ';' to separate statements. </li> |