This implements a usability feature that GTK 3 removed a long time ago: the ability to scroll over tabs. Other toolkits and software _(GTK2, Qt apps, MATE apps, Chromium, Firefox)_ support this, so it would feel natural for Geany to support too.
Addresses #872. Not "fixes/closes" as this is only reinstated for document tabs. If one knows where to look, it is probably trivial to add the event for other tabs too (sidebar, message window, preferences).
_Based on this commit for MATE Caja: https://github.com/mate-desktop/caja/commit/0b4c7a6b8c25afb987d08bfd2c4c9be5... (GPLv2)_ You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3134
-- Commit Summary --
* Add ability to scroll over document tabs
-- File Changes --
M src/notebook.c (32)
-- Patch Links --
https://github.com/geany/geany/pull/3134.patch https://github.com/geany/geany/pull/3134.diff