This feature allows quick navigation do document/workspace symbols based on their names, open files, and line numbers.
The panel's code is mostly stolen from the LSP plugin which in turn stole it from the Colomban Wendling's Commander plugin. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1341
-- Commit Summary --
* projectorganizer: Add popup panel for navigation
-- File Changes --
M projectorganizer/README (6) M projectorganizer/src/Makefile.am (6) A projectorganizer/src/prjorg-goto-anywhere.c (332) A projectorganizer/src/prjorg-goto-anywhere.h (28) A projectorganizer/src/prjorg-goto-panel.c (496) A projectorganizer/src/prjorg-goto-panel.h (59) M projectorganizer/src/prjorg-menu.c (55)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1341.patch https://github.com/geany/geany-plugins/pull/1341.diff