When file operations were added to project organizer, the plugin started showing empty directories in the sidebar because they are useful e.g. for creating new files inside them. This may be unwanted e.g. in projects with many directories which are irrelevant to the code.
This patch makes this configurable on a per-project basis. Fixes #881 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/929 -- Commit Summary -- * projectorganizer: Make showing empty directories in the sidebar configurable -- File Changes -- M projectorganizer/src/prjorg-project.c (60) M projectorganizer/src/prjorg-project.h (1) -- Patch Links -- https://github.com/geany/geany-plugins/pull/929.patch https://github.com/geany/geany-plugins/pull/929.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/929
