Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
inserted on line.
Ensure not using old data by clearing all positions - this was hiding problems
because deleted positions were still set.
|
|
Add cast functions to simplify code and avoid warnings.
|
|
to Editor.
|
|
need them.
|
|
|
|
|
|
|
|
|
|
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
|
|
|
|
|
|
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
|
|
in the margin or in the text.
|
|
change history markers and simplifies calls.
|
|
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.
|