diff options
author | Zufu Liu <unknown> | 2019-06-25 11:45:55 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2019-06-25 11:45:55 +1000 |
commit | 1befbf9528f9d44e62a17f50f4b6da3f8691074d (patch) | |
tree | 2184819378dc23ba884c8cebe80b9380f816b601 /doc/ScintillaHistory.html | |
parent | 0ca537117555a617536bf70cc176525484611be5 (diff) | |
download | scintilla-mirror-1befbf9528f9d44e62a17f50f4b6da3f8691074d.tar.gz |
Backport: Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.
Backport of changeset 7604:f065b241925e.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2f7a4e106..5965e12ec 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -563,6 +563,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>. |