Age | Commit message (Collapse) | Author | Files | Lines |
|
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
|
|
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
It may be useful in more situations than just font names.
|
|
|
|
|
|
|
|
|
|
|
|
instead of performing a margin click action. This matches the I-beam cursor
appearance.
|
|
|
|
Polygon and delete the standard copy and assignment methods.
|
|
|
|
|
|
|
|
|
|
|
|
From Effective Modern C++ Item 21.
|
|
std::clamp is from C++17.
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
|
|
|
|
recalculated for every character blob.
|
|
|
|
|
|
line.
|
|
where it may be needed in the future.
|
|
|
|
|
|
|
|
vertical edges simultaneously.
|
|
|
|
|
|
Optimise drawing of markers that appear in the text area.
|
|
|
|
tool set will not indirectly include <stdexcept>.
|
|
colours and to change the colour of text.
|
|
|
|
set up indicators. Changed field order so that the colour, which is likely to be
set, is before under which is likely to be left default.
|
|
multiple phase drawing option.
|
|
Standardised order of arguments to drawing methods.
|
|
ColourOptional to tightly bind the value with whether it is set.
|
|
conversions and other conversions more consistent.
|
|
|
|
style changes.
From Robert Gieseke.
|
|
guaranty termination where possible.
|
|
|