Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
in applications
on the App Store.
|
|
Remove erase() and reset() for items that are not set.
|
|
|
|
Prefer UndoActions::Length to UndoActions::lengths.ValueAt.
|
|
|
|
Possible failures include requesting more substyles than available.
|
|
|
|
|
|
|
|
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.
|
|
in PopUp::Text mode.
|
|
|
|
|
|
|
|
Write more documentation for undo history.
|
|
|
|
|
|
when invalid.
|
|
|
|
|
|
|
|
|
|
|
|
on mayCoalesce flag to indicate that a user operation is complete when false.
|
|
most cases.
Often reduces memory use by around 50% for 32-bit builds and 75% for 64-bit
builds as it may use 2-bytes for a position or length instead of 4 or 8 bytes.
|
|
element to use minimum memory. Start by reducing (type,mayCoalesce) from 8 or 4
bytes to 1 byte.
|