Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
reference counted using std::shared_ptr. This optimizes memory and reduces
potential for allocation bugs.
|
|
is not altered by showing a menu.
|
|
destroying state should not throw.
|
|
|
|
for Scintilla 5.
|
|
Make Assert, DebugPrintf, and similar noexcept so they can be used in noexcept
methods and they don't throw.
|
|
|
|
|
|
of message handling and this avoids reinterpret-cast warnings.
|
|
which is noexcept.
|
|
Removes checks for ILexer version so requires ILexer5 to be fully implemented.
|
|
symbols #247
|
|
|
|
|
|
Lexilla and Scintilla
|
|
and PositionCacheEntry.
|
|
|
|
the hover colour to the whole range.
|
|
switch case in Editor.
|
|
|
|
|
|
|
|
|
|
|
|
when mouse over selection.
|
|
|
|
|
|
|
|
appearance when mouse moved out of window or into margin.
|
|
on width of text.
|
|
|
|
|
|
|
|
|
|
safety.
|
|
|
|
|
|
|
|
with explicit arguments.
|
|
Moved IsControlCharacter to anonymous namespace.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoids construction of temporary array.
|