diff options
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 52de6d21b..08615b5cf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -469,6 +469,10 @@ Released 3 July 2014. </li> <li> + SciTE adds a "Clean" command to the "Tools" menu which is meant to be bound to a command like + "make clean". + </li> + <li> KiXtart lexer adds a block comment state. <a href="http://sourceforge.net/p/scintilla/feature-requests/1053/">Feature #1053.</a> </li> @@ -480,6 +484,9 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1618/">Bug #1618</a>. </li> <li> + On GTK+, use the full character width for the overstrike caret for multibyte characters. + </li> + <li> Fix SciTE bug where toggle bookmark did not work after multiple lines with bookmarks merged. <a href="http://sourceforge.net/p/scintilla/bugs/1617/">Bug #1617</a>. </li> |