Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
in Unicode mode.
|
|
|
|
No change in behaviour.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
to Editor.
|
|
length is non-0.
|
|
|
|
|
|
documents.
|
|
Fixes warnings from signed/unsigned, int/intptr_t, float/int.
Qt uses int for sizes instead of size_t.
|
|
|
|
|
|
|
|
|
|
|
|
https://www.kdab.com/nailing-13-signal-slot-mistakes-clazy-1-3/
|
|
documents larger than 2GB.
|
|
|
|
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
|
|
will be published in externally visible header.
|
|
Fix incorrect filename comments.
Normalize Qt code to use #endif /* X */ insetad of #endif // X.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|
|
work on Qt 4.x.
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
|
|
|
|
Don't send updateUi for focus in.
|
|
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
|
|
|
|
|