The feature lets the user search for projects to add them to the Workbench. After selecting the menu item, the user can select a directory to search through. The directory and it's sub-directories are scanned for project files (```*.geany```). All found files are listed and after scanning is done the user can select the projects which shall be added to the Workbench.
The dialog is not modal - the user can do other work during the scanning of the directory. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/875 -- Commit Summary -- * workbench: added new feature "Search projects" -- File Changes -- M workbench/README (6) M workbench/src/Makefile.am (2) M workbench/src/menu.c (29) M workbench/src/menu.h (1) M workbench/src/plugin_main.c (2) A workbench/src/search_projects.c (537) A workbench/src/search_projects.h (24) M workbench/src/sidebar.c (3) M workbench/src/workbench.c (6) -- Patch Links -- https://github.com/geany/geany-plugins/pull/875.patch https://github.com/geany/geany-plugins/pull/875.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/875
