| Age | Commit message (Collapse) | Author | Files | 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.
|
|
|
|
|
|
|
|
|
|
to previous line.
|
|
|
|
readers like NVDA will speak when extending the selection with a Shift+Down key
combination scrolls but does not move the caret position relative to the screen.
|
|
|
|
|
|
Simplifies code by removing any precedence issues and is shorter.
|
|
an intervening line or changing its fold level by adding characters.
Add LevelNumber function to simplify expressions implmenting folding.
|
|
|
|
|
|
|
|
styles > 0x7f.
|
|
|
|
Less efficient now as redraws all text when hover position changes.
|
|
|
|
|
|
selection.
|
|
text then styling in the background using idle-time.
|
|
|
|
|
|
Optimise drawing of markers that appear in the text area.
|
|
|
|
|
|
calling AddCharUTF.
|
|
|
|
being redrawn after up/down cursor.
|
|
and word and line part deletion commands.
|
|
|
|
all of the selection needs to be redrawn so that is implmeneted in
Editor::InvalidateWholeSelection. Any extra selections should be discarded with
only the main remaining so that is Selection::DropAdditionalRanges.
Some default parameters led to less clarity so they no longer have default
values. Both Editor::MovePositionTo methods always returned 0 which was ignored
so they are now void. Some variables were made const.
|
|
to change in CancelModes.
|
|
TargetWholeDocument.
|
|
of mistakes.
|
|
hid this.
|
|
pointer is not NULL.
|
|
|