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

2012-01-27 Thread Nick Treleaven
On 26/01/2012 22:32, Lex Trotman wrote: If writing a remote file failed half way because of a network failure, then if the network is still faulty when we g_file_test for a regular file, it will fail because the file doesn't exist, but the partly written file may (is likely to) be truncated.

Re: [Geany-devel] encoding combo boxes bug - utility functions

2012-01-27 Thread Nick Treleaven
On 26/01/2012 05:21, Lex Trotman wrote: On Thu, Jan 26, 2012 at 3:41 PM, Matthew Brushmbr...@codebrainz.ca wrote: On 01/25/2012 06:45 PM, Lex Trotman wrote: [...] Hi Matthew, [...] utils_is_uri() - good utility function, well named Indeed well named and probably a little clearer that

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

2012-01-27 Thread Lex Trotman
On Sat, Jan 28, 2012 at 12:38 AM, Nick Treleaven nick.trelea...@btinternet.com wrote: On 26/01/2012 22:32, Lex Trotman wrote: If writing a remote file failed half way because of a network failure, then if the network is still faulty when we g_file_test for a regular file, it will fail because

Re: [Geany-devel] Request: multithreaded tag generation?

2012-01-27 Thread Jiří Techet
On Tue, Jan 24, 2012 at 12:17, Lex Trotman ele...@gmail.com wrote: On Tue, Jan 24, 2012 at 9:56 PM, Harold Aling ge...@sait.nl wrote: On Tue, Jan 24, 2012 at 11:42, Jon Senior j...@restlesslemon.co.uk wrote: On Tue, 24 Jan 2012 11:35:40 +0100 Harold Aling ge...@sait.nl wrote: Just had a

Re: [Geany-devel] Request: multithreaded tag generation?

2012-01-27 Thread Lex Trotman
[...] OK, there's a plugin called gctags which I've been using for almost two years now but haven't had time to polish it and make part of geany-plugins. I've uploaded the plugin here: https://github.com/techee/geany-gctags How it works: 1. You need to have ctags installed in your system