Age | Commit message (Collapse) | Author | Files | Lines |
|
start a fold block
* lexers/LexMatlab.cxx
(CheckKeywordFoldPoint): add check for while keyword
Backport of changeset 6423:0fc72517fb07.
|
|
Backport of changeset 6392:dd15228b06e7.
|
|
for the lexer and document interfaces.
Backport of changeset 6388:d62863ae40a3.
|
|
properties.
Backport of changeset 6365:c18a8402702f.
|
|
as a index.
(ColouriseMatlabOctaveDoc) - set end as a number if within brackets ()[]{}
that would allow end as an index rather than a keyword.
Backport of changeset 6332:15f61ea20276.
|
|
|
|
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.
|
|
|