I'm using geany 0.19.1 on Ubuntu Karmic using the PPA. Today I've tried the user defined make commands of the project settings. This looks really nice, but they only appear in the menu.
The extended menu of the make button of the toolbar doesn't change. Any hints?
By the way... could you add the feature to add additional build rules? In my case, I use different build commandlines for FINAL and DEBUG releases and for different variants.
Regards
On 21 September 2010 16:29, Joerg Desch jd.vvd@web.de wrote:
I'm using geany 0.19.1 on Ubuntu Karmic using the PPA. Today I've tried the user defined make commands of the project settings. This looks really nice, but they only appear in the menu.
The extended menu of the make button of the toolbar doesn't change. Any hints?
The toolbar doesn't understand extra build commands yet. It (and keybindings) only know the standard set from 0.18. This is because the number of extras can change, see below.
By the way... could you add the feature to add additional build rules? In my case, I use different build commandlines for FINAL and DEBUG releases and for different variants.
You can increase the size of the menu using the build menu related hidden preferences.
Cheers Lex
Regards
Email: Joerg Desch <jd DOT vvd AT web DOT de> _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Tue, 21 Sep 2010 17:59:27 +1000 Lex Trotman elextr@gmail.com wrote:
The toolbar doesn't understand extra build commands yet. It (and keybindings) only know the standard set from 0.18. This is because the number of extras can change, see below.
OK. Since it seems to be a "normal menu" widget, couldn't it be populated the same way the build menu is?
You can increase the size of the menu using the build menu related hidden preferences.
Thanks. That's good to know.
On 21 September 2010 18:29, Joerg Desch jd.vvd@web.de wrote:
On Tue, 21 Sep 2010 17:59:27 +1000 Lex Trotman elextr@gmail.com wrote:
The toolbar doesn't understand extra build commands yet. It (and keybindings) only know the standard set from 0.18. This is because the number of extras can change, see below.
OK. Since it seems to be a "normal menu" widget, couldn't it be populated the same way the build menu is?
Currently it is only built once, at startup and isn't re-built. It would have to be re-built each time the build menu changed, also handling of the variable number of "compile", ie filetype commands and "execute" commands is needed.
Yes it can be done, just "someone has to do it" (tm)
Cheers Lex
You can increase the size of the menu using the build menu related hidden preferences.
Thanks. That's good to know.
-- Email: Joerg Desch <jd DOT vvd AT web DOT de> _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Tue, 21 Sep 2010 18:48:07 +1000 Lex Trotman elextr@gmail.com wrote:
On 21 September 2010 18:29, Joerg Desch jd.vvd@web.de wrote:
On Tue, 21 Sep 2010 17:59:27 +1000 Lex Trotman elextr@gmail.com wrote:
The toolbar doesn't understand extra build commands yet. It (and keybindings) only know the standard set from 0.18. This is because the number of extras can change, see below.
OK. Since it seems to be a "normal menu" widget, couldn't it be populated the same way the build menu is?
Currently it is only built once, at startup and isn't re-built. It would have to be re-built each time the build menu changed, also handling of the variable number of "compile", ie filetype commands and "execute" commands is needed.
Yes it can be done, just "someone has to do it" (tm)
You missed: Patches are welcome :D
Cheers, Frank