| Age | Commit message (Collapse) | Author | Files | Lines |
|
Backport of changeset 6379:b44bb3627bbd.
|
|
Backport of changeset 6359:4a203fb1684e.
|
|
blinking.
Notify application with SC_UPDATE_SELECTION when overtype changed - previously
sent SC_UPDATE_CONTENT.
Backport of changeset 6337:79f86be9e988.
|
|
types used in
core to allow the Sci_Position.h types to widen to 64-bits.
Backport of changeset 6324:95346e626cf8.
|
|
start/end of line.
Backport of changeset 6313:82cb780a04d1.
|
|
Backport of changeset 6311:3a180dc6e9c8.
|
|
'WithModifiers" form.
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
Backport of changeset 6310:af83baede430.
|
|
Replaced Platform::Clamp with Sci::clamp.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
Backported from changeset 6307:7030530a9a0f.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
removed, or visibility changed.
|
|
intrusive linked list. Restrict clients to a read-only view.
|
|
as that throws an exception.
Also use unique_ptr for tab stop positions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
line.
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
|
|
and lines.
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
end.
|
|
|
|
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are multiple locations for one position.
The main current use is to find the location at the end of a line or display
line when the commonly used location is at the start of the next line.
|
|
|
|
|
|
selection.
|
|
|
|
|
|
Allows choosing any colour for a margin.
|
|
is within the window.
|
|
vertical edges simultaneously.
|