diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-06 07:50:39 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-06 07:50:39 +1000 |
commit | 4f81c6ff0d273b06d402ac04437747e6983759a0 (patch) | |
tree | 39bfa641b577bf941f96aeccf034f1ffa1e9601c | |
parent | 440d897a6e68e822ea812a63a50a18b09248b990 (diff) | |
download | scintilla-mirror-4f81c6ff0d273b06d402ac04437747e6983759a0.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b135c9aca..029786c5c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -573,6 +573,12 @@ Added Visual Studio project files for Lexilla and Scintilla with no lexers. </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 . + <a href="https://sourceforge.net/p/scintilla/bugs/2164/">Bug #2164</a>. + </li> + <li> When a lexer has been set with SCI_SETILEXER, fix SCI_GETLEXER and avoid sending SCN_STYLENEEDED notifications. </li> |