Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
almost everywhere.
|
|
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
|
|
reference counted using std::shared_ptr. This optimizes memory and reduces
potential for allocation bugs.
|
|
|
|
switch case in Editor.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|