| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
comment recognizers to allow for future implementation of 64-bit positions.
|
|
|
|
|
|
interfaces to allow these to become 64-bit in the future.
|
|
|
|
LexOthers
in the previous commit.
|
|
LexErrorList, LexMake, LexNull, and LexProps.
|
|
have a zero width rectangle to draw but modify that rectangle in a way that
clears some pixels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoids potential problems if sptr_t changed to a slightly different type.
|
|
tool set will not indirectly include <stdexcept>.
|
|
|
|
|
|
for more than 2GB.
|
|
|
|
From Jonathan Hunt.
|
|
|
|
|
|
|
|
|
|
at the target level.
|
|
|
|
|
|
being redrawn after up/down cursor.
|
|
|
|
|
|
Not perfect when the Scintilla view is overlapping the screen edge or dock
as the position moved to is based on the view's area.
|
|
handling that was needed to support Windows 95.
|
|
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.
|