| Age | Commit message (Collapse) | Author | Files | Lines |
|
be reused.
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
InsertCharacter.
|
|
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.
|
|
|
|
Scintilla instance.
|
|
character that can not take that diacritic, such as option+e (acute accent)
followed by g.
|
|
This can reduce the time taken to fold a document by half.
|
|
|
|
|
|
|
|
text, case-insensitive searching, and retrieving text as UTF-8.
|
|
|
|
Use nullptr where unambiguous and is C++ as distinct from Objective C.
|
|
|
|
|
|
|
|
|
|
removing casts to int.
|
|
implementations of that interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
|
|
|
|
|
|
|
|
Part of modernization.
|
|
|
|
|
|
|
|
failure as that throws an exception.
|
|
|
|
wrapping CFStringCreateWithBytes.
|
|
over other views above and below ScintillaView.
|
|
|
|
|
|
|
|
|
|
|
|
and lines.
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|