Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
casts in code generated by Shiboken.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation.
|
|
be needed for adding a CharacterCategory feature.
|
|
|
|
|
|
|
|
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set.
|
|
|
|
needs to #include "XPM.h".
Move definition of standard methods on LineMarker from header to implementation
to reduce included text and further isolate use of XPM and RGBAImage.
|
|
|
|
|
|
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
ILexer.h.
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
and lines.
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|