Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Allows for extra NUL terminator in allocation.
|
|
ignored.
|
|
|
|
Win32 and Qt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/dail8859/NotepadNext/issues/194
https://github.com/dail8859/NotepadNext/pull/372
|
|
|
|
Replace [v]sprintf with bounds checked [v]snprintf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a private interface but could be used by independent platform layers
and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|