When autocompletion or calltip popup is displayed and the user scrolls the editor window (e.g. using a mouse wheel), these popups are still displayed and become detached from the original point which is quite ugly.
We can just simply dismiss them when the window scrolls. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3560
-- Commit Summary --
* Hide autocompletion and calltip popups when code scrolled
-- File Changes --
M src/editor.c (6)
-- Patch Links --
https://github.com/geany/geany/pull/3560.patch https://github.com/geany/geany/pull/3560.diff