Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2010-09-22 Thread Jiří Techet
Hi Lex, On Tue, Sep 21, 2010 at 02:41, Lex Trotman ele...@gmail.com wrote: Hi Jiri, Got it working, I'd put the regexes in the filetypes in the wrong prefix, my mistake :-D But it doesn't seem to be working as expected. Using only the first two of your regexes the following gets: class

Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2010-09-22 Thread Jiří Techet
On Tue, Sep 21, 2010 at 03:10, Lex Trotman ele...@gmail.com wrote: Hi Jiri, Got it working, I'd put the regexes in the filetypes in the wrong prefix, my mistake :-D But it doesn't seem to be working as expected. Using only the first two of your regexes the following gets: class foo {  

Re: [Geany-devel] [Patch] : On closing the last tab create new untitled document.

2010-09-22 Thread Jiří Techet
On Wed, Sep 22, 2010 at 02:34, Colomban Wendling lists@herbesfolles.org wrote: Le 22/09/2010 02:20, Erik de Castro Lopo a écrit : Nick Treleaven wrote: So closing the last new document doesn't create a new document straight away? Correct. Are you sure you're running current SVN?

Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2010-09-22 Thread Jiří Techet
On Wed, Sep 22, 2010 at 13:47, Lex Trotman ele...@gmail.com wrote: On 22 September 2010 20:47, Jiří Techet tec...@gmail.com wrote: Hi Lex, On Tue, Sep 21, 2010 at 02:41, Lex Trotman ele...@gmail.com wrote: Hi Jiri, Got it working, I'd put the regexes in the filetypes in the wrong prefix,

Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2010-09-22 Thread Lex Trotman
Welcome to the per project per filetype build command configuration problem :-D Exactly what I want to avoid ;-). Ditto :-) The build system solution of using the current file to select the filetype is, as you have pointed out in the past, potentially confusing, but the alternative is

Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2010-09-22 Thread Lex Trotman
On 22 September 2010 21:57, Jiří Techet tec...@gmail.com wrote: On Wed, Sep 22, 2010 at 13:47, Lex Trotman ele...@gmail.com wrote: On 22 September 2010 20:47, Jiří Techet tec...@gmail.com wrote: Hi Lex, On Tue, Sep 21, 2010 at 02:41, Lex Trotman ele...@gmail.com wrote: Hi Jiri, Got it

[Geany-devel] stash - Re: save documents automatically before compiling

2010-09-22 Thread Nick Treleaven
On Wed, 22 Sep 2010 22:13:56 +1000 Lex Trotman ele...@gmail.com wrote: OK, let's keep it simple and just have a global pref. Ok, you're gonna have to explain how to use stash for dummies then :-) I don't see how it creates and connects to the widgets. Stash doesn't create widgets. You tell

Re: [Geany-devel] [Patch] : On closing the last tab create new untitled document.

2010-09-22 Thread Erik de Castro Lopo
Liviu Andronic wrote: Personally I tend to prefer having the tabbar displayed at all times, in most tabbed apps. +1 ..if a single _untitled_ tab is displayed. This is the way Opera handles it, and that the behaviour that I find ergonomic in this case; it allows to close the last titled

Re: [Geany-devel] Indentation using regex (was [PATCH 14/19] Rewrite tab switching queue)

2010-09-22 Thread Jiří Techet
On Wed, Sep 22, 2010 at 14:06, Lex Trotman ele...@gmail.com wrote: Welcome to the per project per filetype build command configuration problem :-D Exactly what I want to avoid ;-). Ditto :-) The build system solution of using the current file to select the filetype is, as you have

[Geany-devel] Errors

2010-09-22 Thread Lex Trotman
Hi, This may be of use somewhere, using current SVN I got the attached errors. Unfortunately Geany was covering the terminal so I didn't see when they occurred or I would have investigated a bit more. Files open were search.c, keyfile.c and editor.c. At one point the sidebar was very slow to

Re: [Geany-devel] Errors

2010-09-22 Thread Erik de Castro Lopo
Lex Trotman wrote: This may be of use somewhere, using current SVN I got the attached errors. Unfortunately Geany was covering the terminal so I didn't see when they occurred or I would have investigated a bit more. Files open were search.c, keyfile.c and editor.c. At one point the

Re: [Geany-devel] Errors

2010-09-22 Thread Lex Trotman
On 23 September 2010 09:45, Erik de Castro Lopo mle+to...@mega-nerd.com wrote: Lex Trotman wrote: This may be of use somewhere, using current SVN I got the attached errors.  Unfortunately Geany was covering the terminal so I didn't see when they occurred or I would have investigated a bit