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

2009-07-14 Thread Lex Trotman
Hi all, During the development of the build-system branch there has been a suggestion that there needs to be an upgrade of the setting of the directory in which build menu commands are run. Currently the operation is: Filetype commands are intended to be run on the currently open file, so they a

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

2009-07-14 Thread Thomas Martitz
Lex Trotman schrieb: Hi all, During the development of the build-system branch there has been a suggestion that there needs to be an upgrade of the setting of the directory in which build menu commands are run. Currently the operation is: Filetype commands are intended to be run on the curr

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

2009-07-15 Thread Lex Trotman
> Ah, I see you begin to understand where I was coming from :) > > I think %d (for the directory of the current file) and %p (for the > project's base dir) would already be sufficient for most stuff. Agree, lets start there. > > > Here's the patch (sync'd to your latest changes) that allows for

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

2009-07-15 Thread Thomas Martitz
Lex Trotman schrieb: Thanks, committed, I moved your little convenience routines to the top, out of the section of the file dealing with command execution That's fine! in function read_row I put the strlen calls back in, this is needed to check if all the entries are still blank then we

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

2009-07-15 Thread Frank Lanitz
On Wed, 15 Jul 2009 22:02:48 +0200 Thomas Martitz wrote: > Lex Trotman schrieb: > > > > > > > > Thanks, committed, I moved your little convenience routines to the > > top, out of the section of the file dealing with command execution > > That's fine! > > > > in function read_row > > I put the

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

2009-07-15 Thread 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 mostly finished "%d". I'm thinking the basedir checkbox could be removed at the very end? Best regards. Alright, I've been coding the past few hours and th

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

2009-07-15 Thread Lex Trotman
Thomas, Patch committed. 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 mostly finished "%d". >> >> I'm thinking the basedir checkbox could be removed at the very end? >>

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] 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