From 7ac968971d5cc25e4a15707ff238e52c1d1faab4 Mon Sep 17 00:00:00 2001 From: John Donoghue Date: Thu, 24 Nov 2016 13:46:26 -0500 Subject: Bug [#1692]. LexMatlab: update fold functions to use keywords instead of indenting. * lexers/LexMatlab.cxx (IsMatlabComment): removed unused function. (IsOctaveComment): removed unused function. (LowerCase): Added inline function. (CheckKeywordFoldPoint): New function. (FoldMatlabOctaveDoc): use style and keyword to identify fold points. (FoldMatlabDoc): Use IsMatlabCommentChar. (FoldOctaveDoc): Use IsOctaveCommentChar. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f29b7b86e..40201af00 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -561,6 +561,10 @@ JSON folder fixed where it didn't resume folding with the correct fold level.
  • + Matlab folder based on syntax instead of indentation so more accurate. + Bug #1692. +
  • +
  • YAML lexer fixed style of references and keywords when followed by a comment. Bug #1872.
  • -- cgit v1.2.3