So one can easily switch between tabs with keyboard.
This is my first contribution here, I hope I've done everything correctly... Thanks You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/904
-- Commit Summary --
* projectorganizer : add shortcut to focus sidebar project tab
-- File Changes --
M projectorganizer/src/prjorg-menu.c (7) M projectorganizer/src/prjorg-sidebar.c (8) M projectorganizer/src/prjorg-sidebar.h (1)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/904.patch https://github.com/geany/geany-plugins/pull/904.diff
@AlicVB Isn't Geany's "Focus->Switch to Sidebar" keybinding enough for this purpose?
well, not really as there's many tabs in sidebar. I mainly use this new shortcut to switch between sidebar tabs with keyboard... (essentially between symbols and project tabs in my case)
OK, should be addressed by #920
Closed #904.
Meh, just now I noticed this wasn't a bug report but actually a pull request - could have saved me some work. In my patch I just avoided assigning tab number which is probably better because the number can get wrong when some plugins add/remove new tabs to/from the sidebar.
github-comments@lists.geany.org