Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
of .get() before use.
|
|
Also use #if for painting measurement as there are 7 sections of code to enable.
|
|
|
|
|
|
RoundXYPosition, XYMinimum, and XYMaximum.
|
|
|
|
|
|
Constructor not marked explicit as may be used in external platform layers.
|
|
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.
|
|
white.
|
|
This option is provisional and experimental.
|
|
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
|
|
|
|
|
|
implementations of that interface.
|
|
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.
|
|
|
|
|
|
From Effective Modern C++ Item 21.
|
|
interfaces ILexer4 and IDocument.
|
|
ILexer.h.
|
|
core to allow the Sci_Position.h types to widen to 64-bits.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
intrusive linked list. Restrict clients to a read-only view.
|
|
Document.
|
|
as that throws an exception.
Also use unique_ptr for tab stop positions.
|
|
recalculated for every character blob.
|
|
|
|
|
|
|
|
line.
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
and lines.
|
|
|
|
in tag fold drawing.
|
|
moving drawing of edge line and mark underline after fold tags.
|
|
moving background drawing of fold tags before edge line and mark underline.
|
|
|
|
|
|
|
|
to other editors.
|
|
|
|
|
|
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
|