| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
nesting depth.
|
|
Prefer UndoActions::Length to UndoActions::lengths.ValueAt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
step. This saves about 50% for a long sequence of single byte actions.
|
|
that is used for reporting undo steps to Document.
This will allow further minimization of undo memory use.
|
|
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
|