Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Notify application with SC_UPDATE_SELECTION when overtype changed - previously
sent SC_UPDATE_CONTENT.
|
|
is fixed.
|
|
|
|
|
|
(ColouriseMatlabOctaveDoc) - set end as a number if within brackets ()[]{}
that would allow end as an index rather than a keyword.
|
|
Don't send updateUi for focus in.
|
|
|
|
|
|
IDocument but with all the methods from IDocumentWithLineEnd. This removes
version checking (for now). Use dvRelease4 ID.
Drop mask argument to StartStyling.
|
|
|
|
default implementations of the ILexerWithSubStyles interface methods.
|
|
|
|
core to allow the Sci_Position.h types to widen to 64-bits.
|
|
|
|
be 64-bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows pointer returning methods like GetRangePointer to work in 64-bit code.
|
|
|
|
|
|
|
|
Part of modernization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|