Re: [Geany-devel] get build command from a plugin

2012-02-03 Thread Lex Trotman
On Sat, Feb 4, 2012 at 10:00 AM, Matthew Brush wrote: > On 02/03/2012 11:43 AM, Dimitar Zhekov wrote: >> >> On Thu, 2 Feb 2012 10:14:15 +1100 >> Lex Trotman  wrote: >> >>> It would be really good if someone other than me tests it, my test >>> plugin is rather dumb. >> >> >> I tested with the follo

Re: [Geany-devel] get build command from a plugin

2012-02-03 Thread Matthew Brush
On 02/03/2012 11:43 AM, Dimitar Zhekov wrote: On Thu, 2 Feb 2012 10:14:15 +1100 Lex Trotman wrote: It would be really good if someone other than me tests it, my test plugin is rather dumb. I tested with the following code in plugin_init(): build_set_menu_item(GEANY_BCS_PROJ, GEANY_GBG_EXEC,

Re: [Geany-devel] get build command from a plugin

2012-02-03 Thread Lex Trotman
Hi Dimitar, On Sat, Feb 4, 2012 at 6:43 AM, Dimitar Zhekov wrote: > On Thu, 2 Feb 2012 10:14:15 +1100 > Lex Trotman wrote: > >> It would be really good if someone other than me tests it, my test >> plugin is rather dumb. > > I tested with the following code in plugin_init(): > > build_set_menu_i

Re: [Geany-devel] get build command from a plugin

2012-02-03 Thread Dimitar Zhekov
On Thu, 2 Feb 2012 10:14:15 +1100 Lex Trotman wrote: > It would be really good if someone other than me tests it, my test > plugin is rather dumb. I tested with the following code in plugin_init(): build_set_menu_item(GEANY_BCS_PROJ, GEANY_GBG_EXEC, 1, GEANY_BC_LABEL, "boza"); And, after I ope

Re: [Geany-devel] get build command from a plugin

2012-02-03 Thread Frank Lanitz
On Mon, 30 Jan 2012 15:16:35 -0800 Matthew Brush wrote: > On 01/28/2012 06:08 AM, Dimitar Zhekov wrote: > > Hi, > > > > How can I $subject? > > > > FWIW, I also have a need for this for an Android plugin I'm working > on (using Eclipse is sooo painful). > > So far I've found a need to both get