Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Change representation of SparseVector in tests so last value can be seen.
|
|
empty partition.
Add extra checking to Partitioning and turn on checking for UnitTester.
|
|
so one was considered start and was moved for an insertion at that position.
This could flip the order of the positions or change the length of the selection.
|
|
space consumption.
|
|
|
|
|
|
multiple selections.
|
|
|
|
|
|
|
|
The destructors of the members will ensure that everything is correct.
Potential unhandled exceptions reported by Coverity.
|
|
|
|
overviews or minimaps with reasonable layout.
|
|
invalidation if the setting is actually changed.
|
|
Init was not needed in LineVector as each field is constructed to a good state.
This code worked correctly before this change.
|
|
|
|
|
|
|
|
Adds LengthNoExcept method that copies Length but only for internal use.
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
|
|
|
|
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
|
|
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
|
|
This will extend valid maximum position from 31-bits to 53-bits which is ample.
|
|
|
|
|
|
|
|
|
|
contracted.
|
|
switching from or to Unicode.
Only noticeable on huge files.
|
|
|
|
More compatible with state before change set 7489.
|
|
each byte.
|
|
|
|
Add noexcept to reader methods and simple writer methods on Selection classes.
|
|
|
|
|
|
that hoists the repeated logic out of the 2 loops that check or set the cached
visual line text.
|
|
for upper and lower case characters instead of current word characters.
This changes behaviour for words like "_word" -> "_Word" instead of remaining
"_word" but that doesn't matter for this feature's intended use which is to allow
display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else)
for languages with case-insensitive keywords.
|
|
|