Re: [Geany-devel] get build command from a plugin

2012-01-31 Thread Lex Trotman
On Wed, Feb 1, 2012 at 5:20 AM, Dimitar Zhekov wrote: > On Tue, 31 Jan 2012 15:39:52 +1100 > Lex Trotman wrote: > >> Dimitar, Matthew, >> >> See git://github.com/elextr/geany.git, the more testing the better :) >> > > I compile Geany with -Wall -W -Wno-unused-parameter (not the normal > practice)

Re: [Geany-devel] [geany/geany] 7cc443: Don't append file truncation warning if file doesn't exist - incorrect for remote files

2012-01-31 Thread Lex Trotman
On Wed, Feb 1, 2012 at 4:14 AM, Nick Treleaven wrote: > On 27/01/2012 21:36, Lex Trotman wrote: >>> >>> Anyway, I don't know how to improve the situation. My commit is necessary >>> to >>> >  avoid confusing users about truncation on a local file that doesn't >>> > even >> >> No, neither do I, but

Re: [Geany-devel] Opening unmounted GIO URIs

2012-01-31 Thread Enrico Tröger
On Tue, 31 Jan 2012 01:30:58 +0100, Colomban wrote: Ho Colomban and the rest, >https://github.com/b4n/geany/commit/01fd682674286dada6d6b77d0e3064c89a28df64 > >I wrote this patch that adds automatic mounting of volumes needed to >open a GIO URI, so one don't have to first mount the corresponding >

Re: [Geany-devel] get build command from a plugin

2012-01-31 Thread Dimitar Zhekov
On Tue, 31 Jan 2012 15:39:52 +1100 Lex Trotman wrote: > Dimitar, Matthew, > > See git://github.com/elextr/geany.git, the more testing the better :) > I compile Geany with -Wall -W -Wno-unused-parameter (not the normal practice) and received a few warnings: build.c: In function 'build_get_curr

Re: [Geany-devel] [geany/geany] 7cc443: Don't append file truncation warning if file doesn't exist - incorrect for remote files

2012-01-31 Thread Nick Treleaven
On 27/01/2012 21:36, Lex Trotman wrote: Anyway, I don't know how to improve the situation. My commit is necessary to > avoid confusing users about truncation on a local file that doesn't even No, neither do I, but we do get complaints about truncated files on network shares/gvfs every so often,