| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
to other editors.
|
|
This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("-->").
Signed-off-by: Sven Strickroth <email@cs-ware.de>
|
|
end.
|
|
|
|
|
|
|
|
|
|
|
|
setting the owning window by calling gtk_window_set_transient_for.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|