| Age | Commit message (Collapse) | Author | Files | Lines |
|
to optimize speed of character category features.
|
|
namespace.
|
|
|
|
|
|
that it can be reused.
|
|
UTF-16 code units added.
|
|
|
|
|
|
|
|
define all the standard member functions. This cascades to all methods called
by the iterators, affecting Document, CellBuffer, Partitioning, SplitVector and
UTF-8 and DBCS functions.
Other trivial functions declared noexcept.
|
|
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.
|
|
|
|
Group some method declarations and definitions for AddRef/Release and PerLine.
|
|
|
|
|
|
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
checking in 4.0. Use lvRelease4 ID.
|
|
|
|
IDocument but with all the methods from IDocumentWithLineEnd. This removes
version checking (for now). Use dvRelease4 ID.
Drop mask argument to StartStyling.
|
|
core to allow the Sci_Position.h types to widen to 64-bits.
|
|
Document.
|
|
and make it easier to modify.
Remove out of date warning suppression.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and lines.
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
|
|
|
|
an intervening line or changing its fold level by adding characters.
Add LevelNumber function to simplify expressions implmenting folding.
|
|
|
|
|
|
|
|
text then styling in the background using idle-time.
|
|
|
|
TargetWholeDocument.
|
|
of mistakes.
|
|
positions.
This is needed on Cocoa where the IME wants to be able to index into the document
with UTF-16 counts to match Cocoa's own use of UTF-16.
|
|
|
|
|
|
|
|
warnings for lexers since they may be maintained by others.
|