From 330f1e0c7e6270612620ec049dc239fea3c6debc Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Tue, 25 Jun 2019 12:07:19 +1000 Subject: Bug [#2098]. Fix single quoted strings where '" (quote, double quote) was seen as continuing the string. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b160a52c4..203911a90 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -578,6 +578,10 @@ Bug #2112.
  • + SQL lexer fixes single quoted strings where '" (quote, double quote) was seen as continuing the string. + Bug #2098. +
  • +
  • Platform layers should use InsertCharacter method to perform keyboard and IME input, replacing AddCharUTF method. Feature #1293. -- cgit v1.2.3