Age | Commit message (Collapse) | Author | Files | Lines |
|
text.
|
|
char passed.
|
|
removed.
|
|
invalid single bytes in multi-byte encodings.
|
|
|
|
Drop temporary test for IsDBCSTrailByteNoExcept.
|
|
instead of negated IsDBCSTrailByteInvalid.
|
|
trail byte as single byte.
|
|
|
|
|
|
|
|
|
|
|
|
Replace custom hash code with standard library hash.
Drop standard methods that are not needed.
Restrict representations to 200 bytes. Improve documentation.
|
|
should already have been segmented into reasonable lengths.
The Document argument is no longer needed.
|
|
provided as an argument instead of from the system clipboard.
|
|
|
|
|
|
representations and support setting a representation for the "\r\n" line end
sequence.
|
|
|
|
|
|
Fixed cast on SCI_FOLDCHILDREN to use correct type.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
alpha. Set selection and caret elements as allowing translucency.
|
|
|
|
Editor::UpdateBaseElements can be overridden by platform layers to set base
colours although they should also do this when they detect changes in system
settings.
|
|
AutoLineLayout and other code no longer needed so removed.
|