| Age | Commit message (Collapse) | Author | Files | Lines |
|
handles and marker numbers on a line.
|
|
This mostly helps the curses platform where a line of text is a single 'pixel'.
|
|
|
|
|
|
dragging instead of manipulating global state..
|
|
Added automatic scrolling when text dragged near edge of window.
|
|
|
|
|
|
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.
|