Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also return nil from attributedSubstringForProposedRange for ranges outside
document as this is specified behaviour.
|
|
Since 'noexcept' is not available with all compilers, restrict it to cases
where needed.
|
|
|
|
warnings are visible for platform-independent code.
|
|
screen reader.
|
|
are multiple locations for one position.
The main current use is to find the location at the end of a line or display
line when the commonly used location is at the start of the next line.
|
|
Remove warning suppression pragma no longer needed for Perl's StyleContext.
|
|
|
|
|
|
|
|
and StringDecode more and make more likely to be optimized.
|
|
|
|
|
|
|
|
|
|
|
|
grouped.
fold.baan.keywords.based adds declaration folding. Hence added fold.baan.sections property.
Preprocessor does not allow space in between # and words. Lexes only defined preprocessors.
Declarations are folded as well.
|
|
underneath positions or characters.
|
|
|
|
|
|
|
|
|
|
Either remove the parameter name if it is never used, or mark it with
G_GNUC_UNUSED when it might be used depending on some preprocessor
flags.
|
|
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.
|
|
selection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which is 0 or NULL for most lines.
|
|
Debugging visualizer for SplitVector helps understand state of objects.
|
|
|
|
Fixes clang analyzer warning.
|