Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
available in BaanC.
Undo auto indentation by editor. Add + as well similar to -.
V3. Replace ascii value of e & x to actual value.
|
|
reproducible.
|
|
|
|
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
Provide InsertEmpty and both const and non-const reference returning operator[].
Add and fix comments.
|