Re: [Geany-devel] [PATCH] Ensure convert line endings before save

2010-10-25 Thread Nick Treleaven
On Sat, 16 Oct 2010 10:55:35 +0200 Manuel Bua manuel@gmail.com wrote: On 07/12/2010 02:46 PM, Nick Treleaven wrote: I think we could add it, unless anyone objects. No objections so far ;) Committed, thanks. I renamed the pref 'Ensure consistent line endings' to be shorter. Nick

[Geany-devel] HTML/XML autoindentation - Re: [PATCH] Some editor/snippets/keybindings enhancements

2010-10-25 Thread Nick Treleaven
On Fri, 8 Oct 2010 06:03:33 +0400 Eugene Arshinov earshi...@gmail.com wrote: The drawback of the third patch is that it's not completed. If user likes to leave HTML tags like br unclosed, she would be disturbed by automatic indentation caused by my patch, so a check box in

Re: [Geany-devel] using ctrl+c in vte

2010-10-25 Thread Frank Lanitz
On Mon, 25 Oct 2010 21:45:58 +0200 Dominic Hopf dma...@googlemail.com wrote: have you checked the preferences for VTE? I think the 'Override Geany keybindings' option could be what you're searching for. Having this checked Ctrl-C works fine for me. :) This is also working for Ctrl-r which I

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

2010-10-25 Thread Lex Trotman
But it doesn't seem to be working as expected. Using only the first two of your regexes the following gets: class foo {    struct bar {        int i;    };    } This works for me - if you press }, it should get unindented. How did you enter the code (copy-paste or something like that)?