Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
|
|
|
|
|
|
|
|
|
|
Fixed some inconsistent styling. Use circles for bullets.
Explain int type more accurately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rerun make deps to cover recntly added files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
to SDK headers.
|
|
Bug Fix.
|
|
Hid properties and methods which are for internal use.
|
|
|
|
|
|
|
|
|
|
|
|
instead of Win32 API types and basetsd.h when on Windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also return nil from attributedSubstringForProposedRange for ranges outside
document as this is specified behaviour.
|