From 66dcd50fcdc62cadecdac2860e82f9aaaa7a9976 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 15 Mar 2018 08:57:58 -0400 Subject: Added history for already backported changeset 6385:d04b3417f375. Also adjusted newer lexer bugfix positioning. --- doc/ScintillaHistory.html | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6598f622c..351444519 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -557,23 +557,13 @@ Bug #1955.
  • - The Matlab lexer treats 'end' as a number rather than a keyword when used as a index. - This also stops incorrect folding. - Bug #1951. -
  • -
  • - The Matlab folder implements "fold", "fold.comment", and "fold.compact" properties. - Bug #1965. -
  • -
  • - The Rust lexer recognizes 'usize' numeric literal suffixes. - Bug #1919. -
  • -
  • The ILoader interface is defined in its own header ILoader.h as it is not related to lexing so doesn't belong in ILexer.h.
  • + The Baan lexer checks that matches to 3rd set of keywords are function calls and leaves as identifiers if not. +
  • +
  • The C++ lexer improved preprocessor conformance.
    Default value of 0 for undefined preprocessor symbols.
    #define A is treated as #define A 1.
    @@ -585,6 +575,19 @@ Bug #1968.
  • + The Matlab lexer treats 'end' as a number rather than a keyword when used as a index. + This also stops incorrect folding. + Bug #1951. +
  • +
  • + The Matlab folder implements "fold", "fold.comment", and "fold.compact" properties. + Bug #1965. +
  • +
  • + The Rust lexer recognizes 'usize' numeric literal suffixes. + Bug #1919. +
  • +
  • Ensure redraw when application changes overtype mode so caret change visible even when not blinking. Notify application with SC_UPDATE_SELECTION when overtype changed - previously sent SC_UPDATE_CONTENT. -- cgit v1.2.3