Re: [Geany-devel] question about templates

2009-07-12 Thread Andreas Mokros
On Thu, 9 Jul 2009 17:32:12 +0200 Enrico Tröger wrote: > >Well, a patch for changing a "2" into a "3" is not really > >necessary. > Ok, committed. Thanks. Works nicely :-) > Well, gint, gchar and such are C typedefs, defined in the GLib header > files. These are parsed by Geany when generating

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Andreas Mokros
Hi. This is a great addition, thanks. A couple of quick remarks before I'll test it further: On Thu, 9 Jul 2009 17:25:33 +1000 Lex Trotman wrote: > - Configuration sourced from project if open, preferences, filetypes, > defaults (in that order) Can it be that you don't take the user-defined fil

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Thomas Martitz
Lex Trotman schrieb: Hi Thomas, Thanks for looking at it and working on improvements already. (below copied from your previous email so I can reply to both at once) > Great work! That's a thing I'm really missing for Geany. > I'm digging in a bit. The dialog looks good already, but I think it

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Andreas Mokros
Hi. On Thu, 9 Jul 2009 17:25:33 +1000 Lex Trotman wrote: > - Very limited testing so far (C/C++ filetypes only) OK. Did some testing with haxe files now. The "build"-button in the toolbar doesn't seem to work correctly. By default it is disabled for haxe files. Adding a "_Build" command under "

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Andreas Mokros
On Mon, 13 Jul 2009 01:41:03 +0200 Andreas Mokros wrote: > OK. Did some testing with haxe files now. Another thing: Closing a project apparently crashes Geany (switching to another project seems to work). -- Mockey ___ Geany-devel mailing list Geany-de

Re: [Geany-devel] question about templates

2009-07-12 Thread Andreas Mokros
On Thu, 9 Jul 2009 16:25:09 +0200 Enrico Tröger wrote: > >Well, parse_cpp_function_at_line() *should* actually work with haxe > >then at first glance. Maybe symbols_get_current_function does > >something wrong? I'll try to debug it ... > Cool, much appreciated. Seems like the symbol parser for

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Lex Trotman
2009/7/13 Andreas Mokros > Hi. > > This is a great addition, thanks. > A couple of quick remarks before I'll test it further: > > On Thu, 9 Jul 2009 17:25:33 +1000 > Lex Trotman wrote: > > - Configuration sourced from project if open, preferences, filetypes, > > defaults (in that order) > > Can

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Lex Trotman
Andreas, I can't repeat it here, if you can get it to occur repeatedly please run Geany in the debugger and attach the backtrace (bt command) and the project settings/file. Actually my 0.17 did crash on closing yesterday, but it had been running all day and I figured it was just tired;-) but maybe

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Lex Trotman
2009/7/13 Andreas Mokros > Hi. > > On Thu, 9 Jul 2009 17:25:33 +1000 > Lex Trotman wrote: > > - Very limited testing so far (C/C++ filetypes only) > > OK. Did some testing with haxe files now. > > The "build"-button in the toolbar doesn't seem to work correctly. By > default it is disabled for h

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Lex Trotman
2009/7/13 Thomas Martitz > Lex Trotman schrieb: > >> Hi Thomas, >> >> Thanks for looking at it and working on improvements already. >> >> (below copied from your previous email so I can reply to both at once) >> >> > Great work! That's a thing I'm really missing for Geany. >> >> > I'm digging in

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Thomas Martitz
Lex Trotman schrieb: I'm not entirely satisfied by this approach since I usually have multiple things on the go at once, and having to change the configured directory each time I change what I'm working on is not nice (but at least with the common one I would only have to change it in one sp

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-12 Thread Thomas Martitz
Lex Trotman schrieb: I tried to apply your patch to my working copy but 25 out of 27 chunks were rejected, thats the problem with patches on a rapidly changing source. The patch is made off the branch, I'm fairly sure (going by the IRC bot) that there hasn't b