Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Use named constant for mask that chooses RGB part.
|
|
|
|
|
|
small enough to not overflow int.
|
|
|
|
|
|
|
|
Small reduction in executable size.
|
|
screen line as that is expected.
|
|
files.
|
|
secondary threads which otherwise shows warnings.
Earlier approach of caching client rectangle failed to handle scrolling.
|
|
longer expands property references.
|
|
fold level to -1. Previously 8 digits were displayed due to sign extension.
Limit formatted length although no possibility of exceeding 100 characters.
|
|
handler retriggered an autocompletion list, but with no items that match the
typed character.
|
|
representation. This makes it easier to see and fix lexers that change styles
mid-character, commonly because they use fixed size buffers.
|
|
SpecialRepresentations class.
|
|
|
|
|
|
process character as fill-up or stop.
This avoids closing immediately when a character may both trigger and finish
autocompletion.
|
|
declared to be a friend.
|
|
|
|
encoding. Elements like character representations may be in UTF-8 while the
document is in a different encoding. UTF-8 will be used for additional features
and may later be the only encoding for the position cache.
This change does not change performance or the proportion of strings cached -
its purpose is to clean up callers and prepare for greater UTF-8 use.
|
|
|
|
float calculations.
Remove unnecessary casts.
|
|
|
|
|
|
|
|
as better modularity. Add LineLevels::GetFoldLevel for better type safety.
Simplify bounds checks in GetLevel and GetFoldLevel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string_view.
|