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 s

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

2012-01-27 Thread Jiří Techet
On Tue, Jan 24, 2012 at 12:17, Lex Trotman wrote: > On Tue, Jan 24, 2012 at 9:56 PM, Harold Aling wrote: >> On Tue, Jan 24, 2012 at 11:42, Jon Senior wrote: >>> On Tue, 24 Jan 2012 11:35:40 +0100 >>> Harold Aling wrote: >>> Just had a little time to check loading times with GeanyPRJ versus

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

2012-01-27 Thread Jiří Techet
On Tue, Jan 24, 2012 at 11:35, Harold Aling wrote: > On Fri, Nov 11, 2011 at 22:13, Jiří Techet wrote: >> Hi Harold, >> >> On Mon, Nov 7, 2011 at 16:35, Harold Aling wrote: >>> Dear Geany Devs, >>> >>> I recently switched from GeanyPRJ to Gproject. Since Gproject doesn't >>> support multiple ope

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 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 the file doesn't exi

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 Brush 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 `strstr(uri, "://") !=

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. We