| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed some inconsistent styling. Use circles for bullets.
Explain int type more accurately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
screen reader.
|
|
|
|
|
|
|
|
underneath positions or characters.
|
|
|
|
Once Dispose() has been called, scrollbars will be NULL, so we need to
check against this in code that might run after Dispose().
Fixes scary warnings on certain widget destruction scenarios.
|
|
|
|
|
|
|
|
|
|
|
|
Change log for revision 5996.
|
|
|
|
|
|
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
|
|
|
|
|
|
|
|
and SCK_DIVIDE.
|
|
|
|
Made parameter names and types more consistent. Document return types.
Use more classes in documentation to facilitate scripting and styling.
|