I like the Make custom target Shift-F9 I would like to have a variable %t to be able to put the custom part where i want in the command.
Exemple : git commit -m "%t" "%f" ; git push Will open the dialogue box (that retains last text) i will enter "New Sexy version" and it will spwan the shell commande
git commit -m "New Sexy version" awesome.py ; git push
Geany Is the best Editor around