Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
multiple selections.
|
|
|
|
overviews or minimaps with reasonable layout.
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
|
|
|
|
|
|
More compatible with state before change set 7489.
|
|
each byte.
|
|
|
|
|
|
|
|
FoldDisplayTextSetStyle.
|
|
to optimize speed of character category features.
|
|
be needed for adding a CharacterCategory feature.
|
|
|
|
|
|
namespace.
|
|
|
|
|
|
|
|
|
|
SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no
action.
|
|
|
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
|
|
|
|
by measuring speed and limiting to around 10 milliseconds.
|
|
that it can be reused.
|
|
This can reduce the time taken to fold a document by half.
|
|
Helps applications that call SCI_GETTARGETTEXT.
|
|
|
|
|
|
|
|
|
|
UTF-16 code units added.
|
|
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
|
|
|
|
|
|
|
|
|
|
|
|
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.
|