Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
https://github.com/dail8859/NotepadNext/issues/194
https://github.com/dail8859/NotepadNext/pull/372
|
|
|
|
Replace [v]sprintf with bounds checked [v]snprintf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to Editor.
|
|
away from caret.
|
|
primary screen.
|
|
in the margin or in the text.
|
|
|
|
|
|
|
|
length is non-0.
|
|
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
|
|
|
|
This removes limitation of only supporting 8x8 patterns and should be faster.
|
|
|
|
|
|
|
|
(ctuOneDefinitionRuleViolation) from Cppcheck.
|
|
|
|
|
|
documents.
|
|
Fixes warnings from signed/unsigned, int/intptr_t, float/int.
Qt uses int for sizes instead of size_t.
|
|
|
|
Authored by Fan Yang and Justin Dailey.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://www.kdab.com/nailing-13-signal-slot-mistakes-clazy-1-3/
|
|
|
|
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
|