Re: [Github-comments] [geany/geany] custom target (#1243)

2016-09-21 Thread elextr
Something like that was suggested when major upgrades were being done to the 
build commands system, it was judged to be too complicated and rejected.

But that was some time ago, now that everybody has got settled with the system 
it might be accepted, pull requests are welcome.

-- 
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/issues/1243#issuecomment-248596105

[Github-comments] [geany/geany] custom target (#1243)

2016-09-21 Thread nimdanor
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 

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