Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Makes it easier to understand and reduces warnings.
|
|
|
|
|
|
value.
|
|
font. This allows customization of surface creation and ensures surface and font
for calltip are the same as used in main window.
|
|
|
|
|
|
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.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|
|
|
|
|
|
|
|
|
|
almost everywhere.
|
|
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
|
|
reference counted using std::shared_ptr. This optimizes memory and reduces
potential for allocation bugs.
|
|
|
|
in Scintilla.iface.
|
|
to fix warnings before making widening types in the next change set.
|
|
|
|
|
|
|
|
|
|
Polygon and delete the standard copy and assignment methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
without cast.
|
|
RoundXYPosition, XYMinimum, and XYMaximum.
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
as that throws an exception.
Also use unique_ptr for tab stop positions.
|
|
|
|
where it may be needed in the future.
|
|
|
|
and lines.
|
|
|
|
tool set will not indirectly include <stdexcept>.
|
|
static methods as there were too many failures with mixed types and not-quite
matching types.
|
|
|
|
conversions and other conversions more consistent.
|