Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Return 1 instead of documented 0 as this prevents interception of following
WM_MOUSEHWHEEL messages, likely by Logi Options+ mouse driver.
|
|
|
|
|
|
|
|
|
|
link flag.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
long time.
|
|
|
|
|
|
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB.
|
|
nesting depth.
|
|
parts of multiple selection when copied.
|
|
|
|
|
|
|
|
|
|
conversion.
|
|
|
|
|
|
|
|
|
|
|
|
isscint.
|
|
|
|
points.
|
|
|
|
|
|
length of 4 (UTF8MaxBytes) but the compiler doesn't see this is enforced.
|
|
|
|
|
|
unique_ptr. Reduces executable size.
|
|
This encapsulates lifetimes better, ensuring resources will be freed and
increases consistency between methods.
|
|
|
|
Implement arrow cursor colour choice.
React to most settings changes.
|
|
Mark SurfaceImpl destructor as override to avoid cppcheck warning.
|
|
|