aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-06-25 11:45:55 +1000
committerZufu Liu <unknown>2019-06-25 11:45:55 +1000
commit9396cc9c1f5781c3aca8b3b9f064d1046734dd1b (patch)
tree1e70a3dd3422542645328dd3bcbd15c19945d575 /doc/ScintillaHistory.html
parent83a750f743e89f8a7c5272ce82f6738bc3a4b3d8 (diff)
downloadscintilla-mirror-9396cc9c1f5781c3aca8b3b9f064d1046734dd1b.tar.gz
Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.
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 6afe98657..b160a52c4 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -574,6 +574,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1295/">Feature #1295</a>.
</li>
<li>
+ Matlab lexer now treats keywords as case-sensitive.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2112/">Bug #2112</a>.
+ </li>
+ <li>
Platform layers should use InsertCharacter method to perform keyboard and IME input, replacing
AddCharUTF method.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1293/">Feature #1293</a>.