diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-24 13:23:16 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-24 13:23:16 +1000 |
commit | 5f7e861ca9e4c776f40eb884a3d6e97362842904 (patch) | |
tree | c72c7ddc1c04d0b296b836fb6ba43e8ab87d412e | |
parent | 2d3f2f707a4c4faf5255f3ae13634a82cef8c581 (diff) | |
download | scintilla-mirror-5f7e861ca9e4c776f40eb884a3d6e97362842904.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 98ae1dfbb..9c4693bc1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -520,6 +520,9 @@ SciTE adds support for substyles. </li> <li> + SciTE's Export as RTF and Copy as RTF commands support UTF-8. + </li> + <li> SciTE can display autocompletion on all IME input with ime.autocomplete property. </li> <li> @@ -546,6 +549,13 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1742/">Bug #1742</a>. </li> <li> + LexOthers.cxx file split into one file per lexer: LexBatch, LexDiff, + LexErrorList, LexMake, LexNull, and LexProps. + </li> + <li> + SciTE exporters handle styles > 127 correctly now. + </li> + <li> SciTE on Windows can scale window element sizes based on the system DPI setting. </li> <li> |