This is mostly my preference but I think it would be quite useful to have file search feature similar to sublime or vscode etc. So, I used codebase of commander mostly and modified it. Basically:
- Find File keyboard shortcut with open a dialog with input and search against files and showing them - Enter would open the file - Workflow from UI would be as is and this is only based on keyboard shortcut P.S. This is mostly a proof of concept and I think someone with better knowledge of gtk, C and geany api can pull this off better than what I currently have. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/953 -- Commit Summary -- * just a proof of concept of file search through kb different than sidebar with type and open -- File Changes -- M projectorganizer/src/prjorg-menu.c (355) M projectorganizer/src/prjorg-sidebar.c (14) M projectorganizer/src/prjorg-sidebar.h (8) -- Patch Links -- https://github.com/geany/geany-plugins/pull/953.patch https://github.com/geany/geany-plugins/pull/953.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/953
