aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html10
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 &gt; 127 correctly now.
+ </li>
+ <li>
SciTE on Windows can scale window element sizes based on the system DPI setting.
</li>
<li>