Hi Nick,
[...]
- o asynchronous build commands on Windows
- o (filetype-independent run command & keybinding)
This only needs a GUI, you can already put filetype independent run commands in both geany.conf and project files in the [build-menu] section like:
EX_01_LB=Run command label EX_01_CM=./whatever EX_01_WD=%p/bin
Keybindings need to be for all extra commands, filetype and filetype independent ones, not just the exe one. Probably the whole build keybinding group needs to be made dynamically like plugin groups are so the size can be determined at runtime?
Cheers Lex