Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
be needed for adding a CharacterCategory feature.
|
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
|
|
|
|
|
|
|
|
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 option is provisional and experimental.
|
|
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.
|
|
|
|
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.
|
|
as that throws an exception.
Also use unique_ptr for tab stop positions.
|
|
|
|
where it may be needed in the future.
|
|
and lines.
|
|
|
|
Allows choosing any colour for a margin.
|
|
Simplifies code by removing any precedence issues and is shorter.
|
|
|
|
of the base line.
From Joe Mueller.
|
|
From Mitchell Foral.
|
|
used.
|
|
multiple phase drawing option.
|
|
|
|
|