| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows the accessibility layer to request detail, such as which
characters have been deleted. ATK will query the deleted range to
report the data that was removed, so it must still be available for
the query to give a correct answer.
So, emit the signal in BEFOREDELETE instead of DELETETEXT.
|
|
It's quite a lot faster even after trying and optimizing the custom
version, and it makes the code simpler.
Also improve ByteOffsetFromCharacterOffset() to make use of the cache,
making it drastically faster.
|
|
|
|
|
|
|
|
FoldDisplayTextSetStyle.
|
|
to optimize speed of character category features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improvements for SCE_NIM_NUMBER.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no
action.
|
|
|
|
|
|
|
|
Adds property 'lexer.nim.raw.strings.highlight.ident'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cppcheck shows some whole-file errors as line -1.
|
|
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
|
|
|