Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
whole view.
|
|
|
|
|
|
Move printing parameters into a separate struct.
|
|
controlCharSymbol setting moved along with calculated fields for tab
width and control symbols.
Use of TextSegment simplified and variables made const where possible.
|
|
|