| Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Make documentation more accurate.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_EOLANNOTATIONSETSTYLES as it was never implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pixel oriented platforms.
|
|
|
|
|
|
|
|
These have been superceded by Lexilla and the SetILexer API.
|
|
|
|
|
|
GetLibraryPropertyNames.
|
|
|
|
|
|
|
|
|
|
|
|
scripts that require Python 3.6 have Python 2.x support removed.
Modules that may be called from Python 2 for PySide require Python 2.7.
Documented how to run scripts.
|
|
handles and marker numbers on a line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|