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.
|
|
|
|
will be published in externally visible header.
|
|
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.
|
|
|
|
|
|
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.
|
|
there is a selection text colour into ViewStyle::SelectionTextDrawn.
Pass EditModel to SelectionBackground so focus can be used in a future change.
Simplify code, use const and better names.
Prefer explicit iterator type to auto in cases where it makes little difference.
|
|
|
|
Size of ViewStyle makes it more difficult to understand and this helps a bit.
|
|
appearance.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|
|
|
|
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
reference counted using std::shared_ptr. This optimizes memory and reduces
potential for allocation bugs.
|
|
switch case in Editor.
|
|
|
|
|
|
|
|
|
|
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
|
|
|
|
It may be useful in more situations than just font names.
|
|
|
|
|
|
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
|
|
|
|
|
|
|
|
line.
|
|
|
|
|
|
|
|
Allows choosing any colour for a margin.
|
|
vertical edges simultaneously.
|
|
|
|
Optimise drawing of markers that appear in the text area.
|
|
colours and to change the colour of text.
|
|
|
|
multiple phase drawing option.
|