Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
|
|
using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
in the margin or in the text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authored by Fan Yang and Justin Dailey.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Fix incorrect filename comments.
Normalize Qt code to use #endif /* X */ insetad of #endif // X.
|
|
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
|