diff options
Diffstat (limited to 'doc')
| -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 938859f55..7b0b5d604 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -574,6 +574,13 @@ Build Scintilla with SCI_EMPTYCATALOGUE to avoid making lexers available. </li> <li> + Fix brace styling in Batch lexer so that brace matching works. + <a href="https://sourceforge.net/p/scintilla/bugs/1624/">Bug #1624</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/1906/">Bug #1906</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/1997/">Bug #1997</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/2065/">Bug #2065</a>. + </li> + <li> Change Perl lexer to style all line ends of comment lines in comment line style. Previously, the last character was in default style which made the characters in \r\n line ends have mismatching styles. |
