| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
calling LineStartPosition.
|
|
|
|
|
|
avoiding costly NextPosition call where possible.
Approximately 60% improvement on tested system.
|
|
retrieving style for braces.
Approximately 25% improvement on tested system.
|
|
https://github.com/ScintillaOrg/lexilla/issues/285
|
|
|
|
|
|
RangeContainsProtected gains an overload that takes a SelectionRange as this is
common use and simplifies callers.
ClearSelectionRange is common code used to clear selected text and update a
SelectionRange before inserting text.
|
|
|
|
|
|
|
|
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB.
|
|
nesting depth.
|
|
parts of multiple selection when copied.
|
|
|
|
|
|
|
|
|
|
points.
|
|
|
|
length of 4 (UTF8MaxBytes) but the compiler doesn't see this is enforced.
|
|
unique_ptr. Reduces executable size.
|
|
Remove erase() and reset() for items that are not set.
|
|
|
|
Prefer UndoActions::Length to UndoActions::lengths.ValueAt.
|
|
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.
|
|
|
|
Use symbolic constants for colour components, fixing 'magic number' warnings.
|
|
Implement IsDifferentColour to avoid clang-tidy warning about unchecked optional.
Share code between SetElementColour and SetElementBase.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This option always selects the first item in the autocompletion list.
|
|
|
|
|
|
to reinterpret_cast.
Make functions in header constexpr.
Prefer .data() to &[] since safer.
Avoid else when not needed.
|
|
|
|
|
|
Write more documentation for undo history.
|
|
|
|
|
|
when invalid.
|
|
|
|
|