aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-04-06 07:50:39 +1000
committerNeil <nyamatongwe@gmail.com>2020-04-06 07:50:39 +1000
commit4c1a1f3fa0aa0ff5c9150b7d58c5e2fdbb33a4ce (patch)
treeee70925b2a398d757220165280fabd5e92dbce6f
parent3a9b91d238783aa87dd65245ca9f2d288e2d26d9 (diff)
downloadscintilla-mirror-4c1a1f3fa0aa0ff5c9150b7d58c5e2fdbb33a4ce.tar.gz
Backport: Change log.
Backport of changeset 8124:3d5cc1c29738.
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 54deea417..176f09d3e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -574,6 +574,12 @@
Build Scintilla with SCI_EMPTYCATALOGUE to avoid making lexers available.
</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>
Lexer and folder added for Raku language.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1328/">Feature #1328</a>.
</li>