| Age | Commit message (Collapse) | Author | Files | Lines |
|
go to the start position of the paragraph containing the caret.
Only if the caret is already at the start of the paragraph will it go to the
start of the previous paragraph.
|
|
https://sourceforge.net/p/scintilla/code/merge-requests/28/
|
|
|
|
suffix to be marked as modified in change history.
|
|
|
|
constructor.
Move CharacterExtracted out of Document so it can be more widely used.
|
|
|
|
rendering parameters. Temporarily switch DPI awareness to find correct monitor
in GDI scaling mode.
https://sourceforge.net/p/scintilla/code/merge-requests/34/
|
|
|
|
|
|
executable being already built so start will rebuild.
|
|
Fix some minor formatting issues.
|
|
|
|
|
|
This code triggers when wheel rotated and mouse is outside list.
|
|
triggering insertion because of SCI_AUTOCSETCHOOSESINGLE mode.
|
|
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.
|
|
|
|
|
|
|