diff options
-rw-r--r-- | doc/ScintillaHistory.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b18da0f72..0d793b174 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -467,12 +467,23 @@ Released 27 May 2014. </li> <li> + Style byte indicators removed. They were deprecated in 2007. Standard indicators should be used instead. + </li> + <li> When multiple selections are active, autocompletion text may be inserted at each selection with new SCI_AUTOCSETMULTI method. </li> <li> C++ lexer fixes raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW. </li> + <li> + Fix bug where indicators were not removed when fold highlighting on. + <a href="http://sourceforge.net/p/scintilla/bugs/1604/">Bug #1604</a>. + </li> + <li> + For SciTE on Windows, display error message when common dialogs fail. + <a href="http://sourceforge.net/p/scintilla/bugs/156/">Bug #156</a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite343.zip?download">Release 3.4.3</a> |