I'm using Geany while writing Go code and it's vital to have some commands 
(like golint and gofmt) to be launched periodically. As Geany doesn't allow me 
to execute command for every CTRL+S press (or I don't know how to do that), 
it's good to have an ability to write custom commands and bind them to a 
hotkey. But this is configurable only per-project, and what if I have 10 
projects in workbench? I will configure these commands **repeatedly** for all 
10 projects.

What about adding a possibility to configure these commands from Workbench's 
tab globally (in workbench settings) and per-project (by right-clicking on 
project header, for example, and selecting "Set build commands for project...")?

-- 
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/issues/733

Reply via email to