Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
|
|
|
|
are multiple locations for one position.
The main current use is to find the location at the end of a line or display
line when the commonly used location is at the start of the next line.
|
|
underneath positions or characters.
|
|
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
|
|
|
|
vertical edges simultaneously.
|
|
|
|
Simplifies code by removing any precedence issues and is shorter.
|
|
styles > 0x7f.
|
|
Less efficient now as redraws all text when hover position changes.
|
|
|
|
|
|
|