Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
|
|
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.
|
|
lexilla/include/LexicalStyles.iface.
Remove filtering of lexical constants from HFacer.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is for applications that want access to the structures and function
definitions but define constants with enum or constexpr.
|
|
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
|
|
|
|
|
|
handles and marker numbers on a line.
|
|
|
|
|