Age | Commit message (Collapse) | Author | Files | Lines |
|
prevents extra reallocations.
This change made 0-length gaps more likely and that caused attempts to std::move
by 0 which is undefined and failed with the g++ standard library. Fixed by not
moving for 0-length gap.
|
|
|
|
|
|
widely.
Ensure that case where all text is after the gap is as efficient as when all
text is before the gap.
|
|
pairs in backwards NextPosition.
|
|
before treating as a character.
|
|
|
|
Averaged 2x faster for forward search "needle" in Editor.cxx as UTF-8 or Latin1.
|
|
Increases performance of search by around 25%.
|
|
|
|
|
|
|
|
text.
|
|
char passed.
|
|
directions.
|
|
extra bytes.
|
|
WM_GETTEXT to not use CountUTF16 or GetRelativePositionUTF16, instead using
the Win32 API MultiByteToWideChar for consistency between reported length and
text as UTF-16.
|
|
removed.
|
|
invalid single bytes in multi-byte encodings.
|
|
|
|
Drop temporary test for IsDBCSTrailByteNoExcept.
|
|
instead of negated IsDBCSTrailByteInvalid.
|
|
ReplaceREInFile.
|
|
|
|
trail byte as single byte.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace custom hash code with standard library hash.
Drop standard methods that are not needed.
Restrict representations to 200 bytes. Improve documentation.
|
|
should already have been segmented into reasonable lengths.
The Document argument is no longer needed.
|
|
|
|
provided as an argument instead of from the system clipboard.
|
|
|
|
|