Age | Commit message (Collapse) | Author | Files | Lines |
|
Document::InsertString overload taking a string_view.
These changes simplify callers.
|
|
|
|
|
|
version of GetStyledText.
|
|
|
|
rectangle. These changes should not affect behaviour, they are preparing for
next change set that will.
|
|
|
|
|
|
open the file.
|
|
|
|
|
|
|
|
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
|
|
lines for change history and other markers mark individual lines.
|
|
PaintOneMargin is constant so mark as const.
Extend scope of isExpanded to avoid recalculation.
This change set does not change behaviour.
|
|
|
|
mouse wheel. Also feature [feature-requests:#1451].
|
|
be used for horizontal scrolling.
|
|
document width.
|
|
|
|
clipping drawing to just the line rectangle.
|
|
through WM_MOUSEHWHEEL.
|
|
|
|
performing undo before start of change history can crash.
|
|
for autocompletion lists.
This prevents the text appearing blurred with GDI scaling.
|
|
failures.
|
|
|
|
|
|
line then draw extra lines in purple bugColour to make the problem obvious.
|
|
This is a private interface but could be used by independent platform layers
and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
|
|
compatibly with existing code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inserted on line.
Ensure not using old data by clearing all positions - this was hiding problems
because deleted positions were still set.
|
|
ScintillaMessages.h not included.
|
|
Add cast functions to simplify code and avoid warnings.
|
|
to Editor.
|
|
need them.
|
|
|
|
|
|
|
|
|