aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-06-25 12:07:19 +1000
committerZufu Liu <unknown>2019-06-25 12:07:19 +1000
commit489e17fa9fc62f39ae61e83fce7248de489d33de (patch)
tree508f512179384fde43e5ad1def7d09d6923cf269 /doc/ScintillaHistory.html
parent1befbf9528f9d44e62a17f50f4b6da3f8691074d (diff)
downloadscintilla-mirror-489e17fa9fc62f39ae61e83fce7248de489d33de.tar.gz
Backport: Bug [#2098]. Fix single quoted strings where '" (quote, double quote) was seen
as continuing the string. Backport of changeset 7605:bd1bf8e13d33.
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 5965e12ec..fae258457 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -567,6 +567,10 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2112/">Bug #2112</a>.
</li>
<li>
+ SQL lexer fixes single quoted strings where '" (quote, double quote) was seen as continuing the string.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2098/">Bug #2098</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>.