diff options
author | John Donoghue <john.donoghue@ieee.org> | 2016-11-24 13:46:26 -0500 |
---|---|---|
committer | John Donoghue <john.donoghue@ieee.org> | 2016-11-24 13:46:26 -0500 |
commit | 7ac968971d5cc25e4a15707ff238e52c1d1faab4 (patch) | |
tree | 3c9405bdf421be1cc70c741c2cdf55b0d614a753 /doc/ScintillaHistory.html | |
parent | 7e1135d056a9adbd38d712caeebc20d4f55f8090 (diff) | |
download | scintilla-mirror-7ac968971d5cc25e4a15707ff238e52c1d1faab4.tar.gz |
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.
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 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. </li> <li> + Matlab folder based on syntax instead of indentation so more accurate. + <a href="http://sourceforge.net/p/scintilla/bugs/1692/">Bug #1692</a>. + </li> + <li> YAML lexer fixed style of references and keywords when followed by a comment. <a href="http://sourceforge.net/p/scintilla/bugs/1872/">Bug #1872</a>. </li> |