| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Speeds up SciTE regeneration by better than 3x.
|
|
|
|
|
|
|
|
|
|
drop disabled to deselect on mouse down.
|
|
background of the whole space range in one FillRectangleAligned call instead of
a call per space.
This reduces graphics calls and eliminates seams between the spaces when drawn
in some scaled environments.
The main background filling call was moved outside the representation test to
emphasize that it always occurs thus causing all the text area to have a defined
background colour.
|
|
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/17816
|
|
Bug added in 5.5.9.
|
|
|
|
QDropEvent::pos -> position for Qt6.
QMessageBox constructor updated to variant with single buttons argument.
|
|
Allows rendering tabs (ASCII 9) with character representations like any other
control character.
|
|
|
|
|
|
calls std::clamp on negative range producing undefined behaviour.
|
|
|
|
|
|
indicates the line end is selected to white space background instead of previous
character's background except for EOL filled style.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now, xOrigin is the origin of drawing content inside the text pane and xStart
is the origin after taking indentation (ll->wrapIndent) of wrapped lines into
account on subline 1 and later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Caches document length and specializes for ASCII characters in FindColumn.
|
|
|
|
|
|
SCI_SETDRAGDROPENABLED. Fully implemented on Win32 but may only prevent dragging
on other platforms.
|
|
|
|
|
|
|
|
|
|
|
|
Use minimum width of ASCII graphic characters instead of font's reported average
character width to determine reasonable epsilon for equality of all graphic
character widths. Case reported where average character width was inaccurate.
|
|
Replace magic number with symbolic constant.
Avoids lint warnings.
|
|
|
|
|
|
|
|
|