Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
positions and line numbers and may be widened to 64-bits in a future release.
|
|
comment recognizers to allow for future implementation of 64-bit positions.
|
|
* lexers/LexMatlab.cxx
(ColouriseMatlabOctaveDoc): add check in default state for '}' to allow transpose.
|
|
* lexers/LexMatlab.cxx
(ColouriseMatlabOctaveDocument): Add ismatlab boolean to function, and on getting the '!', check if matlab to set as a command vs operator.
(ColouriseMatlabDoc): use true for call to ColouriseMatlabOctaveDocument.
(ColouriseOctaveDoc): use false for call to ColouriseMatlabOctaveDocument.
|
|
From John Donoghue.
|
|
#3316852
From Jaime Gimeno
|
|
PropSetSimple directly.
Dropped declaration not needed in LexCPP.
|
|
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
|
|
|