Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
type.
|
|
builds. Some of the changes ensure no truncation while others remove casts
that are no longer needed because the externally visible Sci_Position is now
identical to Sci::Position. Some extra methods (CellBuffer::UCharAt and
Document::SciLineFromPosition) added to avoid casting in client code.
Sci::Line is currently identical to Sci::Position but it could be made smaller
so lines have Sci::Line types and are cast.
Some arguments widened.
|
|
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
|
|
|
|
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.
|
|
|
|
|
|
|
|
checking in 4.0. Use lvRelease4 ID.
|
|
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
and lines.
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Jonathan Hunt.
|
|
|
|
From Mitchell Foral.
|
|
used.
|
|
|
|
|
|
previous text.
From Mitchell Foral.
|
|
defined in scripts/HeaderOrder.txt.
|
|
selection when multiple selections are active.
From Mitchell Foral.
|
|
|
|
|
|
|
|
to appear below text so lesss likely to cut off start of calltip.
|
|
|
|
guaranty termination where possible.
|
|
|