Age | Commit message (Collapse) | Author | Files | Lines |
|
Make Assert, DebugPrintf, and similar noexcept so they can be used in noexcept
methods and they don't throw.
|
|
Xcode.
|
|
|
|
These are 'framework headers' from the point of view of client code but
are 'user headers' from Scintilla's POV. Using angle brackets so they are
'system headers' could cause problems with other build systems.
|
|
project.
Mark them as well as (ScintillaView.h, InfoBar.h, InfoBarCommunicator.h) as public
so they will be copied into the framework's Headers directory for use by clients.
|
|
|
|
|
|
|
|
was added to the width just on macOS 11.
Its likely that there is a better way to discover the additional width needed.
|
|
|
|
|
|
|
|
can be removed from Scintilla.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python 2 still. On Windows, Python3 is used.
|
|
|
|
|
|
|
|
|
|
|
|
be reused.
|
|
|
|
This allows removal of related #include statements.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
InsertCharacter.
|
|
Avoid propagating terminating NULs from SCI_STYLEGETFONT and SCI_TARGETASUTF8.
|
|
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
A naming convention is used by the analyzer where a "Create" prefix is used when
the reference is owned by the caller and a "Get" prefix when the reference is
not owned so should not be released.
|
|
|