Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-09-02 Thread Lex Trotman
2009/9/2 Lex Trotman ele...@gmail.com: 2009/9/2 Enrico Tröger enrico.troe...@uvena.de: On Tue, 1 Sep 2009 17:42:47 +1000, Lex wrote: 2009/9/1 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: Let us know of any other

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-09-01 Thread Enrico Tröger
On Tue, 1 Sep 2009 17:42:47 +1000, Lex wrote: 2009/9/1 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: Let us know of any other problems Running Make on a new unsaved document (no filename) causes warnings and may crash

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Nick Treleaven
On Wed, 26 Aug 2009 15:09:44 +1000 Lex Trotman ele...@gmail.com wrote: I wonder what's about the variable i in the outer for loop, is it initialised at all? No its not initialised, but it shouldn't be a variable i, S/B 1, see attached patch. Removes the now unused variable too. Applied

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Enrico Tröger
On Wed, 26 Aug 2009 16:12:19 +0100, Nick wrote: Do you have a problem if I commit bugfixes to build.c and build.h in trunk (I'll commit to no other files)? Fine with me, so long as the code style conforms. Enrico? Yup, it's fine. Regards, Enrico -- Get my GPG key from

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Enrico Tröger
On Wed, 26 Aug 2009 15:09:44 +1000, Lex wrote: 2009/8/26 Enrico Tröger enrico.troe...@uvena.de: On Tue, 25 Aug 2009 14:35:54 +1000, Lex wrote: Hi All, The configurable build system has been merged into the latest trunk (r4120). And crashes Geany at startup under some circumstances :(. I

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Enrico Tröger
On Wed, 26 Aug 2009 18:43:52 +0100, Nick wrote: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: This is a significant change which provides considerable flexibility for configuring the operation of the build menu. Please read the manual for the new capabilities ;-)

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Enrico Tröger
On Wed, 26 Aug 2009 23:05:23 +0200, Enrico wrote: On Wed, 26 Aug 2009 18:43:52 +0100, Nick wrote: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: This is a significant change which provides considerable flexibility for configuring the operation of the build menu.

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Nick Treleaven nick.trelea...@btinternet.com: On Wed, 26 Aug 2009 15:09:44 +1000 Lex Trotman ele...@gmail.com wrote: Fixed in patch also.  Is there a convert all indents to Geany standard command? There's Document-Replace Spaces by Tabs. Doh! done on all of build.c. Do you

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Nick Treleaven nick.trelea...@btinternet.com: On Wed, 26 Aug 2009 15:09:44 +1000 Lex Trotman ele...@gmail.com wrote: I wonder what's about the variable i in the outer for loop, is it initialised at all? No its not initialised, but it shouldn't be a variable i, S/B 1, see

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Enrico Tröger enrico.troe...@uvena.de: On Wed, 26 Aug 2009 23:05:23 +0200, Enrico wrote: On Wed, 26 Aug 2009 18:43:52 +0100, Nick wrote: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: This is a significant change which provides considerable flexibility for

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
I've assumed ChangeLog as well :-) 2009/8/27 Enrico Tröger enrico.troe...@uvena.de: On Wed, 26 Aug 2009 16:12:19 +0100, Nick wrote: Do you have a problem if I commit bugfixes to build.c and build.h in trunk (I'll commit to no other files)? Fine with me, so long as the code style conforms.

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-26 Thread Lex Trotman
2009/8/27 Nick Treleaven nick.trelea...@btinternet.com: On Tue, 25 Aug 2009 14:35:54 +1000 Lex Trotman ele...@gmail.com wrote: This is a significant change which provides considerable flexibility for configuring the operation of the build menu.  Please read the manual for the new

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-25 Thread Thomas Martitz
I was wondering if the code in build_init() is used (or only parts of it). When I had my mess with aborting the build, I added the menu item to build_init(), but it didn't work. I needed to add it to build_menu_item_spec. Best regards. ___

Re: [Geany-devel] ANN: Configurable build beta in trunk

2009-08-25 Thread Lex Trotman
2009/8/25 Thomas Martitz thomas.mart...@student.htw-berlin.de: I was wondering if the code in build_init() is used (or only parts of it). AFAICT its all used When I had my mess with aborting the build, I added the menu item to build_init(), but it didn't work. How did you manage to add it