Age | Commit message (Collapse) | Author | Files | Lines |
|
Change targetAct type to avoid type widening warnings.
|
|
|
|
contained types. This allows flexibility as most lower-level data types can be
moved and SplitVector and Partitioning of non-move-only types may be copied.
CellBuffer still needs destructor due to incomplete type so retains all standard
operations.
|
|
and Partitioning directly instead of using std::unique_ptr.
|
|
only ever used by Partitioning.
|
|
SplitVector and Partitioning directly instead of using std::unique_ptr.
This will enable more value semantics and reduces potential memory allocation
failure scenarios.
|
|
used more simply.
Add default value to growSize argument of Partitioning to enable default
construction.
|
|
This change wouldn't be worthwhile in implementation files but warnings in
headers obscure more important diagnostics.
|
|
warnings.
|
|
casts and warnings.
|
|
Loop for brace indicators instead of handling 0 and 1 explicitly.
|
|
Unsure if this is worthwhile.
|
|
|
|
|
|
|
|
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
|
|
is not interested in SparseVector indices.
|
|
Improves similarity to RunStyles.
|
|
|
|
|
|
defined.
This requires gcc 11.3 or clang 14.
|
|
allocations
by always allocating for every line.
|
|
out-of-bounds in lower layer. Make expressions agree in ApplyStep for clarity.
|
|
|
|
|
|
debugging.
|
|
selections when printing.
|
|
|
|
|
|
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
|
|
|
|
|
|
|
|
|
|
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
|
|
Also fixes bugs [#2196] and [#2312].
|
|
over 127 as positive integers.
|
|
make virtual to allow customisation by platform layers.
|
|
visible.
|
|
EditModel::CurrentSurfaceMode.
|
|
InvalidateStyleRedraw calls DropGraphics and the unique_ptr destructors will
ensure that the pixmaps are destroyed when Editor is destroyed.
|
|
|
|
value.
|
|
font. This allows customization of surface creation and ensures surface and font
for calltip are the same as used in main window.
|
|
|
|
|
|
build.
|
|
|
|
|
|
performance significantly for very wide lines.
|