| Age | Commit message (Collapse) | Author | Files | Lines |
|
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
|
|
over 127 as positive integers.
|
|
performance significantly for very wide lines.
|
|
concurrent calls to MeasureWidths.
|
|
|
|
highlighting just the subline with the caret when wrapping is on.
|
|
|
|
|
|
|
|
on Win32. This also avoids a header rectangle above the list.
|
|
to hold some number of lines. This is an optimization that can decrease
reallocation overhead.
|
|
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
|
|
provided as an argument instead of from the system clipboard.
|
|
|
|
representations and support setting a representation for the "\r\n" line end
sequence.
|
|
|
|
|
|
caret appearance for empty selection as empty selections can not be primary.
|
|
markers can be drawn translucently under text.
|
|
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
|
|
whitespace.
|
|
visible whitespace including translucency.
|
|
This replaces the use of SC_ALPHA_NOALPHA for markers.
|
|
add SetCaretLineLayer.
Older caret line APIs SCI_SETCARETLINEVISIBLE, SCI_SETCARETLINEBACK,
SCI_SETCARETLINEBACKALPHA now discouraged.
|
|
colours.
|
|
|
|
|
|
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
|
|
|
|
|
|
pixel oriented platforms.
|
|
|
|
multiple display pixels per logical pixel.
Likely will only return >1 for Apple displays.
Can be used for finer placement of elements.
|
|
|
|
|
|
These have been superceded by Lexilla and the SetILexer API.
|
|
|
|
|
|
|
|
|
|
This is for applications that want access to the structures and function
definitions but define constants with enum or constexpr.
|
|
handles and marker numbers on a line.
|
|
|
|
|
|
|
|
multiple selections.
|
|
overviews or minimaps with reasonable layout.
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|