diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0d793b174..c200a0844 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -477,6 +477,10 @@ C++ lexer fixes raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW. </li> <li> + Shell lexer fixes fold matching problem caused by "<<<". + <a href="http://sourceforge.net/p/scintilla/bugs/1605/">Bug #1605</a>. + </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> |