Age | Commit message (Collapse) | Author | Files | Lines |
|
They do not appear to be needed since SCIMarginView does not have a mouseEntered
method and SCIContentView receives mouseEntered anyway because of its tracking
area.
|
|
|
|
onto Scintilla but continue using NSFilenamesPboardType on older systems.
|
|
used when available.
|
|
|
|
|
|
|
|
|
|
|
|
Replace [v]sprintf with bounds checked [v]snprintf.
|
|
longer expands property references.
|
|
fold level to -1. Previously 8 digits were displayed due to sign extension.
Limit formatted length although no possibility of exceeding 100 characters.
|
|
ScintillaCall.
|
|
handler retriggered an autocompletion list, but with no items that match the
typed character.
|
|
|
|
representation. This makes it easier to see and fix lexers that change styles
mid-character, commonly because they use fixed size buffers.
|
|
SpecialRepresentations class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input methods
Add support for retrieving and deleting surrounding text from input
methods on GTK.
|
|
|
|
process character as fill-up or stop.
This avoids closing immediately when a character may both trigger and finish
autocompletion.
|
|
declared to be a friend.
|
|
|
|
encoding. Elements like character representations may be in UTF-8 while the
document is in a different encoding. UTF-8 will be used for additional features
and may later be the only encoding for the position cache.
This change does not change performance or the proportion of strings cached -
its purpose is to clean up callers and prepare for greater UTF-8 use.
|
|
|
|
float calculations.
Remove unnecessary casts.
|
|
|
|
|
|
|
|
as better modularity. Add LineLevels::GetFoldLevel for better type safety.
Simplify bounds checks in GetLevel and GetFoldLevel.
|
|
|
|
|
|
|
|
|
|
|
|
Latin characters could not be entered.
The change also stops SCI_ASSIGNCMDKEY from working with these characters.
|
|
|
|
|
|
|
|
|
|
|
|
string_view.
|
|
|
|
retained.
|
|
|