Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
documents larger than 2GB.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure variables initialised. Remove dead code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
will be published in externally visible header.
|
|
not be visible to most code.
|
|
later so not work well with '&'.
|
|
caret appearance for empty selection as empty selections can not be primary.
|
|
Throw when (impossible) dynamic_cast failures occur as it isn't reasonable to
recover. That removes 'noexcept' from some methods.
Cast to avoid 'sub-expression overflow' warnings.
Add default initializations and noexcept where safe.
Move DropRenderTarget out of #if to avoid some preprocessor use.
|
|
|
|
|
|
no longer sets it to have a colour.
|
|
Make documentation more accurate.
|
|
no-focus
states to avoid hiding text under opaque selections. This leads to very faint
selections but that is preferrable to not being able to see text.
|
|
|
|
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.
|
|
settings. Trigger UpdateBaseElements when system settings change.
|
|
alpha. Set selection and caret elements as allowing translucency.
|
|
settings. Trigger UpdateBaseElements when system settings change.
This makes Scintilla (by default) track the correct tint to show as the
selection background.
|