<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ah, I see you begin to understand where I was coming from :)<br>

<br>
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.</blockquote><div><br>Agree, lets start there.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Here's the patch (sync'd to your latest changes) that allows for easier plugging in the working dir GtkEntry. It doesn't implement it yet, just makes later adding easier (I'm in favor of atomic comm its where possible, so the actual addition would be a seperate patch).<br>

<br>
</blockquote><div><br>Thanks, committed, I moved your little convenience  routines to the top, out of the section of the file dealing with command execution<br><br>in function read_row<br>I put the strlen calls back in, this is needed to check if all the entries are still blank then we don't want to make the command exist.<br>
the stcmp and strlen tests need to be in loops to match the rest of your changes, the test of dir will of course go away when you add the new entry<br><br>Re atomic commits, in theory I agree, but for me practicality intrudes.  My upload is much slower than download so it is more practical to do one big commit at the end of the day rather than interrupting my day waiting for several little ones.<br>
<br>Cheers<br>Lex<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Best regards.<br>
<br>_______________________________________________<br>
Geany-devel mailing list<br>
<a href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br>
<br></blockquote></div><br>