Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
to other editors.
|
|
|
|
end.
|
|
|
|
|
|
|
|
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since 'noexcept' is not available with all compilers, restrict it to cases
where needed.
|
|
are multiple locations for one position.
The main current use is to find the location at the end of a line or display
line when the commonly used location is at the start of the next line.
|
|
|
|
and StringDecode more and make more likely to be optimized.
|
|
underneath positions or characters.
|
|
|
|
|
|
selection.
|
|
|
|
which is 0 or NULL for most lines.
|
|
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
|
|
of memmove and memcpy.
This allows SplitVector<std::string> to work.
|
|
|
|
Allows choosing any colour for a margin.
|
|
is within the window.
|
|
vertical edges simultaneously.
|
|
|
|
|
|
|
|
|
|
|
|
to previous line.
|
|
|
|
|
|
readers like NVDA will speak when extending the selection with a Shift+Down key
combination scrolls but does not move the caret position relative to the screen.
|
|
The idle callback removal clause in the ScintillaGTK destructor got
broken in 4e5c321dda8e69104cb7b639c3107dc11dbc00f6, leading to the
callback not being removed thus possibly running after the instance
destruction.
Indeed, gdk_threads_add_idle() wraps g_idle_add() with a custom user
data, thus making the g_source_remove_by_user_data() call in the
destructor incorrect, as we give it our own user data, not GDK's
wrapper one.
Fix the callback removal not to use user data matching to avoid this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|