Re: [Geany-devel] editor context menu - Re: Search submenu for editor popup menu

2010-09-16 Thread Денис Корявов
May be make sense create context menu like in jEdit (context menu in jEdit is editable)? Is really good jEdit feature, and would be very nice if Geany have this feature too. -- WBR, Denis Koryavov. ___ Geany-devel mailing list Geany-devel@uvena.de

Re: [Geany-devel] [PATCH 05/19] Don't be annoying when not necessary

2010-09-16 Thread Jiří Techet
On Wed, Sep 15, 2010 at 23:15, Colomban Wendling lists@herbesfolles.org wrote: Hi, Le 16/08/2010 02:51, Erik de Castro Lopo a écrit : Jiří Techet wrote: When reloading a file with ctrl+R don't display the warning dialog that the unsaved changes might be lost when the file has not been

Re: [Geany-devel] editor context menu - Re: Search submenu for editor popup menu

2010-09-16 Thread Nick Treleaven
On Thu, 16 Sep 2010 09:54:09 +1000 Lex Trotman ele...@gmail.com wrote: 2. let the user pick say four most used top level commands since we are *never* going to agree on them.  Use a simplified version of the customise toolbar dialog. Personally I don't think it's worth doing this. Put

[Geany-devel] regex autoindentation - Re: [PATCH 14/19] Rewrite tab switching queue

2010-09-16 Thread Nick Treleaven
On Thu, 16 Sep 2010 10:23:41 +1000 Lex Trotman ele...@gmail.com wrote: By the way, the last commit in my tree performes indentation based on regex matching as I was proposing some time ago. I haven't published it yet because there are already quite many of my patches pending here and I

Re: [Geany-devel] [PATCH 14/19] Rewrite tab switching queue

2010-09-16 Thread Nick Treleaven
On Wed, 15 Sep 2010 21:34:52 +0200 Jiří Techet tec...@gmail.com wrote: Thanks, I'd like to commit this now. I realize it's been a while, but the patch doesn't apply cleanly and I can't see any commits since that would have caused conflicts. Any chance you could update and resubmit please?

Re: [Geany-devel] [PATCH 14/19] Rewrite tab switching queue

2010-09-16 Thread Thomas Martitz
On 16.09.2010 02:23, Lex Trotman wrote: Hi Jiri, I couldn't get this to work at all, it printed calling indent this line all the time but didn't indent :-( I only had half an hour so I couldn't investigate much. I have the same experience. Auto-indentation doesn't seem to work anymore

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

2010-09-16 Thread Jiří Techet
On Thu, Sep 16, 2010 at 19:27, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote:  On 16.09.2010 02:23, Lex Trotman wrote: Hi Jiri, I couldn't get this to work at all, it printed calling indent this line all the time but didn't indent :-( I only had half an hour so I couldn't

Re: [Geany-devel] [PATCH 14/19] Rewrite tab switching queue

2010-09-16 Thread Jiří Techet
On Thu, Sep 16, 2010 at 17:52, Nick Treleaven nick.trelea...@btinternet.com wrote: On Wed, 15 Sep 2010 21:34:52 +0200 Jiří Techet tec...@gmail.com wrote: Thanks, I'd like to commit this now. I realize it's been a while, but the patch doesn't apply cleanly and I can't see any commits since

Re: [Geany-devel] editor context menu - Re: Search submenu for editor popup menu

2010-09-16 Thread Jiří Techet
On Thu, Sep 16, 2010 at 13:57, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 16 Sep 2010 09:54:09 +1000 Lex Trotman ele...@gmail.com wrote: 2. let the user pick say four most used top level commands since we are *never* going to agree on them.  Use a simplified version of the

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

2010-09-16 Thread Thomas Martitz
On 16.09.2010 22:17, Jiří Techet wrote: I have just re-tested it again and it works on my machine (I have forgotten one trace in the code - that's what you see in the console). A quick question: have you read the commit log? I admit I didn't because it looked so long and I was tired :)

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

2010-09-16 Thread Erik de Castro Lopo
Nick Treleaven wrote: On Thu, 16 Sep 2010 08:32:05 +1000 Erik de Castro Lopo mle+to...@mega-nerd.com wrote: Well, the responses are all positive. But I don't think that keybindings.c is the best place for this code. What about writing it as an idle callback from

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

2010-09-16 Thread Lex Trotman
On 17 September 2010 06:17, Jiří Techet tec...@gmail.com wrote: On Thu, Sep 16, 2010 at 19:27, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote:  On 16.09.2010 02:23, Lex Trotman wrote: Hi Jiri, I couldn't get this to work at all, it printed calling indent this line all the time

Re: [Geany-devel] editor context menu - Re: Search submenu for editor popup menu

2010-09-16 Thread Lex Trotman
On 16 September 2010 21:57, Nick Treleaven nick.trelea...@btinternet.com wrote: On Thu, 16 Sep 2010 09:54:09 +1000 Lex Trotman ele...@gmail.com wrote: 2. let the user pick say four most used top level commands since we are *never* going to agree on them.  Use a simplified version of the