Hi all.
In all of my projects, I have always three make flags. I pass the variable RELEASE with one of the value FINAL, BETA or DEBUG.
IMO it would be great to have the possibility to define own entries for the menu. Currently I use "make with own target". The drawbacks are: i have to enter the "target" after each startup and each time I press F9, the dialog pops up. With predefined "targets", geany could start make without pop dialog.
What do you think about this?
Hi,
The build system is currently undergoing major re-work, a first version is available in the current SVN which will probably allow what you need.
Cheers Lex
On 3 February 2010 17:52, Joerg Desch jd.vvd@web.de wrote:
Hi all.
In all of my projects, I have always three make flags. I pass the variable RELEASE with one of the value FINAL, BETA or DEBUG.
IMO it would be great to have the possibility to define own entries for the menu. Currently I use "make with own target". The drawbacks are: i have to enter the "target" after each startup and each time I press F9, the dialog pops up. With predefined "targets", geany could start make without pop dialog.
What do you think about this?
-- 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 Wed, 3 Feb 2010 21:13:08 +1100 Lex Trotman elextr@gmail.com wrote:
Hi,
The build system is currently undergoing major re-work, a first version is available in the current SVN which will probably allow what you need.
Sounds good. Thanks for the reply.
Regards