diff options
author | Neil <nyamatongwe@gmail.com> | 2014-06-01 14:06:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-06-01 14:06:44 +1000 |
commit | 3f4777904cbe80d0bdb024215426d9e45377902a (patch) | |
tree | cb8f14437665630380e6e71b8cca23af92e90f10 | |
parent | 12a4411932d397205d02df3f6b5ff5ba6b647167 (diff) | |
download | scintilla-mirror-3f4777904cbe80d0bdb024215426d9e45377902a.tar.gz |
Change log.
-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> |