Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as it is redone in SubstituteByPosition.
Replace RESearch::pat and RESearch::GrabMatches with retrieving matches as
needed in SubstituteByPosition.
|
|
Reorder sections to be more reasonable.
|
|
|
|
Lexilla.
|
|
SCI_MOVESELECTEDLINESDOWN.
|
|
New methods are SelectionMove, PositionMove, HomeWrapPosition and
SelectionPosition::AddVirtualSpace.
This refactoring commit does not change behaviour.
|
|
this shortens code. LineStartPosition is also noexcept which allows callers to
be noexcept.
|
|
|
|
sequence".
|
|
|
|
CellBuffer fields.
Declare LineEnd noexcept as it should never throw and that allows methods
calling it to also be noexcept.
Call LineEndPosition to simplify Editor::LineSelectionRange.
|
|
|
|
|
|
|
|
backwards.
|
|
This change set does not change behaviour.
|
|
|
|
|
|
|
|
Makes it easier to understand and reduces warnings.
|
|
|
|
|
|
Compresses sequences of same item in vectors by adding a count field.
Fixes Notepad++ issue 13442.
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13442
|
|
Add tests for contiguous deletions in forward and backward directions.
Use symbolic edition values.
Rename InsertionSpan to ChangeSpan and insertions to changes as holds both
insertions and deletions.
Add ChangeStack::Check.
Add comments.
|
|
|
|
|
|
|
|
macOS 10.14+.
Test application contains example calls that exercize this when available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
zero-width character.
|