aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorDejan Budimir <unknown>2020-04-21 22:11:01 +1000
committerDejan Budimir <unknown>2020-04-21 22:11:01 +1000
commit7ba1c94e850603d2a70f1a52e737cc8f83cffbee (patch)
tree33d7b6076c4ce797083d08186f674eed41bea8e5 /doc/ScintillaHistory.html
parent5dfc62a244a8ca24efb9ce9cb51c1098e908a9a8 (diff)
downloadscintilla-mirror-7ba1c94e850603d2a70f1a52e737cc8f83cffbee.tar.gz
Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character property to
change comment character. Backport of changeset 8155:b89853508137.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 24e0b4173..2a03c81ed 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -579,6 +579,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1344/">Feature #1344</a>.
</li>
<li>
+ Assembler lexers asm and as can change comment character with lexer.as.comment.character property.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1314/">Feature #1314</a>.
+ </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>,