Re: [Geany-devel] Directories for running build commands & latest build-system commit

2009-07-16 Thread Thomas Martitz
Lex Trotman schrieb: Thomas, Patch committed. Thanks :) 2009/7/16 Thomas Martitz > Thomas Martitz schrieb: I started working on the working dir. I have already implemeted the entry boxes, saving and loading it. I'm just

Re: [Geany-devel] Directories for running build commands & latest build-system commit

2009-07-16 Thread Thomas Martitz
I found a problem/leak. I was using variable while debugging and forgot to remove it, it's not freed as well (see patch). :( Best regards. Index: src/build.c === --- src/build.c (Revision 3972) +++ src/build.c (Arbeitskopie) @@ -629

Re: [Geany-devel] GIO-based file monitoring revisited

2009-07-16 Thread Enrico Tröger
On Tue, 14 Jul 2009 21:54:39 +0200, Enrico wrote: >On Thu, 09 Jul 2009 22:34:48 +0200, Colomban wrote: > >>Hi, >> >>I've compiled the GIO monitoring yesterday and noticed no problem >>until now. But just right now, I'm spammed with reload dialogs, I >>really don't know why. >>I opened a non-existi

Re: [Geany-devel] intltool usage question

2009-07-16 Thread Enrico Tröger
On Wed, 15 Jul 2009 11:27:42 +1000, Lex wrote: (sorry for the delayed responses, I try to catch up all the other mails soon :( ) >> In theory, we could apply this workflow to the filetype definition >> files to get localised build menu labels. But I don't really like >> this idea as it would mean

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

2009-07-16 Thread Enrico Tröger
On Sat, 11 Jul 2009 23:08:37 +1000, Lex wrote: >PS A question for Enrico/Nick, I was using geany.html as a test file >and I noticed that it is interpreted as XML and so doesn't have the >ability to show it in a browser, I thought I had *another* bug : >( until I noticed the filetype was wrong. I

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

2009-07-16 Thread Enrico Tröger
On Mon, 13 Jul 2009 01:37:51 +0200, Thomas wrote: >The patch is made off the branch, I'm fairly sure (going by the IRC >bot) that there hasn't been much commits in the meantime. Never ever trust this bot, really :). For two reasons: first, the bot relies on the Sourceforge commit mails, which se

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

2009-07-16 Thread Enrico Tröger
On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: >Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: >> >> Alright, I did a svn up in the branch, at it's still at >> r3952. And my patch is against that revision. >> Could it be local changes on your side? >> >> Mo

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

2009-07-16 Thread Enrico Tröger
On Thu, 16 Jul 2009 18:17:10 +0200, Enrico wrote: >On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: > >>Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: >>> >>> Alright, I did a svn up in the branch, at it's still at >>> r3952. And my patch is against that revision. >>>

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

2009-07-16 Thread Thomas Martitz
Enrico Tröger schrieb: On Thu, 16 Jul 2009 18:17:10 +0200, Enrico wrote: On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: Alright, I did a svn up in the branch, at it's still at r3952. And my patch is

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

2009-07-16 Thread Enrico Tröger
On Thu, 16 Jul 2009 18:24:14 +0200, Thomas wrote: >Enrico Tröger schrieb: >> On Thu, 16 Jul 2009 18:17:10 +0200, Enrico wrote: >> >> >>> On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: >>> >>> Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: >

Re: [Geany-devel] Error message parsing operation questions/suggestions

2009-07-16 Thread Enrico Tröger
On Sun, 12 Jul 2009 15:20:50 +1000, Lex wrote: >Hi Enrico/Neil, s/Neil/Nick/ I guess :). >The error message parsing currently appears to work by using the >filetype to select the error regex or by selecting what the old parser >looks for. This is reasonable since the error message format actua

Re: [Geany-devel] Nightly build failed: Geany GTK 2.8 build test

2009-07-16 Thread Enrico Tröger
On Wed, 15 Jul 2009 10:21:13 +0400, Eugene wrote: >Hi all. > >This is definitely introduced in r3955 when my patch for reloading >color schemes was applied. Here is a patch replacing problematic >g_hash_table_remove_all() with g_hash_table_destroy(). The former is >available since 2.12 only. >

Re: [Geany-devel] Directories for running build commands & latest build-system commit

2009-07-16 Thread Enrico Tröger
On Wed, 15 Jul 2009 22:02:48 +0200, Thomas wrote: >Uploading a few text files should take long no matter of the >connection. Maybe the Geany SVN is slow sometimes (geany-plugins >definitely is)? Also, I'd commit myself if I could, haha :D Both SVN servers are equally slow as both are hosted at So

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

2009-07-16 Thread Enrico Tröger
On Thu, 9 Jul 2009 17:38:57 +1000, Lex wrote: >An extra Known Bug so Nick and Enciro don't beat me up > >Source formatting and especially very long lines not yet fixed. (well >they fit on my widescreen monitor) A very few general notes: - I think it'd better if you would format your code properl

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

2009-07-16 Thread Enrico Tröger
On Mon, 13 Jul 2009 12:50:09 +1000, Lex wrote: >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'

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

2009-07-16 Thread Enrico Tröger
On Thu, 16 Jul 2009 18:05:04 +0200, Enrico wrote: >On Sat, 11 Jul 2009 23:08:37 +1000, Lex wrote: > > >>PS A question for Enrico/Nick, I was using geany.html as a test file >>and I noticed that it is interpreted as XML and so doesn't have the >>ability to show it in a browser, I thought I had *ano

Re: [Geany-devel] intltool usage question

2009-07-16 Thread Lex Trotman
2009/7/17 Enrico Tröger > On Wed, 15 Jul 2009 11:27:42 +1000, Lex wrote: > > (sorry for the delayed responses, I try to catch up all the other > mails soon :( ) > > >> In theory, we could apply this workflow to the filetype definition > >> files to get localised build menu labels. But I don't rea

Re: [Geany-devel] Error message parsing operation questions/suggestions

2009-07-16 Thread Lex Trotman
2009/7/17 Enrico Tröger > On Sun, 12 Jul 2009 15:20:50 +1000, Lex wrote: > > >Hi Enrico/Neil, > > s/Neil/Nick/ > I guess :). > > > >The error message parsing currently appears to work by using the > >filetype to select the error regex or by selecting what the old parser > >looks for. This is rea

[Geany-devel] Erlang support patch

2009-07-16 Thread Etienne Girondel
Hi, This is my first try to contribute to an open source project, so i hope that everything is fine! :) You'll find my patch to introduce Erlang support, made against SVN n3981, in attached file. This patch includes support for : - Reserved words - Built-in functions (BIFs) - Preprocessor instru

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

2009-07-16 Thread Lex Trotman
2009/7/17 Enrico Tröger > On Thu, 9 Jul 2009 17:38:57 +1000, Lex wrote: > > >An extra Known Bug so Nick and Enciro don't beat me up > > > >Source formatting and especially very long lines not yet fixed. (well > >they fit on my widescreen monitor) > > A very few general notes: > > - I think it'd b

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

2009-07-16 Thread Lex Trotman
> > Btw, current SVN crashes in src/build.c:1549. The free() on labeltxt is > wrong because labeltxt isn't allocated nor initialised before, i guess > just a typo :). > fixed thanks incompletely removed unused code at the last minute, pity it didn't crash for me, labeltxt must have happened to be

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-16 Thread Lex Trotman
Hi Chow, I have reported this previously (see [geany-plugins-Bugs-2783412]) when Enrico and I decided that we didn't know enough autotools to fix it quickly, but now that your expertise is available maybe you can fix it. Basically the plugins cannot be used with a version of geany that is install

[Geany-devel] Nightly build failed: Plugins Windows build

2009-07-16 Thread nightly . geany . org
Plugins Windows build failed at: waf build See http://nightly.geany.org/win32/build_win32_plugins_stderr.log for details. Last error message: ../../plugins_svn/addons/src/addons.c:225: warning: implicit declaration of function `g_object_unref' ../../plugins_svn/addons/src/addons.c:225: error: re

[Geany-devel] Nightly build failed: Plugins GTK 2.8 build test

2009-07-16 Thread nightly . geany . org
Plugins GTK 2.8 build test failed at: waf build See http://nightly.geany.org/misc/build_gtk28_plugins_stderr.log for details. Last error message: ../../gtk28_test_plugins/addons/src/addons.c:129: error: expected ')' before '*' token ../../gtk28_test_plugins/addons/src/addons.c:176: error: expect

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-16 Thread Chow Loong Jin
On Friday 17,July,2009 09:06 AM, Lex Trotman wrote: > Hi Chow, > > I have reported this previously (see [geany-plugins-Bugs-2783412]) > when Enrico and I decided that we didn't know enough autotools to fix > it quickly, but now that your expertise is available maybe you can fix > it. > > Basicall

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-16 Thread Lex Trotman
Hi, 2009/7/17 Chow Loong Jin : > On Friday 17,July,2009 09:06 AM, Lex Trotman wrote: >> Hi Chow, >> >> I have reported this previously (see [geany-plugins-Bugs-2783412]) >> when Enrico and I decided that we didn't know enough autotools to fix >> it quickly, but now that your expertise is available

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

2009-07-16 Thread Lex Trotman
2009/7/17 Enrico Tröger : > On Mon, 13 Jul 2009 12:50:09 +1000, Lex wrote: > >>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. >>> >>>

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-16 Thread Chow Loong Jin
On Friday 17,July,2009 01:11 PM, Lex Trotman wrote: > Hi, > >> I don't think geany-plugins has any include files does it? > > I mean the geany .h files that define the plugin interface and which > geany plugins includes when it builds. They are in > ${prefix}/include/geany Also needs to link wi

Re: [Geany-devel] geany-plugins-0.17 released

2009-07-16 Thread Lex Trotman
2009/7/17 Chow Loong Jin : > On Friday 17,July,2009 01:11 PM, Lex Trotman wrote: >> Hi, >> >>> I don't think geany-plugins has any include files does it? >> >> I mean the geany .h files that define the plugin interface and which >> geany plugins includes when it builds.  They are in >> ${prefix}/in