Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
|
|
|
|
that hoists the repeated logic out of the 2 loops that check or set the cached
visual line text.
|
|
for upper and lower case characters instead of current word characters.
This changes behaviour for words like "_word" -> "_Word" instead of remaining
"_word" but that doesn't matter for this feature's intended use which is to allow
display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else)
for languages with case-insensitive keywords.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
|
|
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|