| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in tag fold drawing.
|
|
moving drawing of edge line and mark underline after fold tags.
|
|
moving background drawing of fold tags before edge line and mark underline.
|
|
|
|
|
|
|
|
In SparseVector, string inserted at start then NULL inserted at start.
|
|
|
|
|
|
LOAD_LIBRARY_SEARCH_SYSTEM32 causes failure of Direct2D on original Windows 7 so
check for availability before using.
|
|
only available from Windows 2000 and later.
|
|
|
|
|
|
|
|
|
|
|
|
Add support for multiline expressions in triple quoted f-strings.
Handle nested "()", "[]", and "{}" in f-string expressions and terminate
expression coloring at ":" or "!".
End f-string if ending quote is seen in a "{}" expression.
Fix terminating single quoted f-string at EOL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chooser from appearing.
Special-case the Chinese "Cangjie" input source.
|
|
On GTK2 and GTK3 < 3.3.6 there is no GtkAccessibleClass::widget_unset()
method, so we can't destroy our accessible object right away. So, to
avoid accessing a destroyed widget, we need to check whether the widget
still exists in the the ScintillaGTKAccessible destructor.
In other methods it's not necessary because the wrapping GObject class
makes sure not to forward other when the widget has been destroyed, but
we still have to destroy the C++ instance no matter what, so the check
has to be on this side.
|
|
|
|
|
|
|
|
Really restrict smooth scrolling handling to Wayland.
|