aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-06-01 14:06:44 +1000
committerNeil <nyamatongwe@gmail.com>2014-06-01 14:06:44 +1000
commita5263b339614245f28ee94c057ac2fb227ec3d5d (patch)
treec3f5117b68a402b06ae532fee61d1b3e45e28920
parent66ba3c3cb42deeb8b7d04ee38688bcba0b773798 (diff)
downloadscintilla-mirror-a5263b339614245f28ee94c057ac2fb227ec3d5d.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html11
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>