Re: [Geany-devel] geany_debug for plugins patch

2010-02-28 Thread Enrico Tröger
On Fri, 26 Feb 2010 23:04:39 -0800, Tony wrote: Here's a patch that allows plugins to use *geany_debug*, for your consideration. I'm not real happy about the way things have to be named to conform to the existing conventions (requiring a new struct named * GeanyFuncs*, which might be easily

[Geany-devel] [Patch] - Modify Enter behaviour on Compiler and Messages windows

2010-02-28 Thread Can Koy
Space and Enter keys do the same thing on Compiler and Messages windows. The following patch modifies that of Enter key, so it switches focus to editor after scrolling to corresponding line. Index: src/ui_utils.h === ---

Re: [Geany-devel] Adding an R parser

2010-02-28 Thread Enrico Tröger
On Wed, 24 Feb 2010 09:25:25 +0100, Jon wrote: On Mon, 22 Feb 2010 23:27:36 +0100 Enrico Tröger enrico.troe...@uvena.de wrote: On Mon, 22 Feb 2010 12:48:52 +0100, Jon wrote: Heya, And here's the updated patch for the filetypes.r file. Adds T and F and corrects some overlapping

Re: [Geany-devel] Race condition when saving geany.conf

2010-02-28 Thread Enrico Tröger
On Sat, 27 Feb 2010 17:49:06 +0100, Dominic wrote: Am Mittwoch, den 24.02.2010, 12:04 +0300 schrieb Eugene Arshinov: Hi all. When several instances of Geany quit in the same time, there is a high possibility of a conflict. I can reproduce it easily on my machine, using either trunk or SM

Re: [Geany-devel] Race condition when saving geany.conf

2010-02-28 Thread Enrico Tröger
On Sun, 28 Feb 2010 14:20:08 +0100, Enrico wrote: On Sat, 27 Feb 2010 17:49:06 +0100, Dominic wrote: Am Mittwoch, den 24.02.2010, 12:04 +0300 schrieb Eugene Arshinov: Hi all. When several instances of Geany quit in the same time, there is a high possibility of a conflict. I can reproduce it

Re: [Geany-devel] multiple instance save-settings - Re: Race condition when saving geany.conf

2010-02-28 Thread Enrico Tröger
On Fri, 26 Feb 2010 15:15:02 +, Nick wrote: On Wed, 24 Feb 2010 12:04:20 +0300 Eugene Arshinov earshi...@gmail.com wrote: Hi all. When several instances of Geany quit in the same time, there is a high possibility of a conflict. I can reproduce it easily on my machine, using either

Re: [Geany-devel] [Patch] - Modify Space behaviour on Symbols tabs

2010-02-28 Thread Enrico Tröger
On Thu, 25 Feb 2010 07:58:48 -0800 (PST), Can wrote: Space and Enter keys do the same thing on Symbols tab. The following patch modifies that of Space key, so it only scrolls to corresponding symbol on editor but retains focus on Symbols tab. Thanks for the patch, committed with slight

Re: [Geany-devel] [Patch] - Modify Enter behaviour on Compiler and Messages windows

2010-02-28 Thread Enrico Tröger
On Sun, 28 Feb 2010 04:50:49 -0800 (PST), Can wrote: Space and Enter keys do the same thing on Compiler and Messages windows. The following patch modifies that of Enter key, so it switches focus to editor after scrolling to corresponding line. Committed, thanks. Regards, Enrico -- Get my GPG

[Geany-devel] [Patch] - Modify Enter behaviour in Filebrowser plugin

2010-02-28 Thread Can Koy
Space and Enter keys do the same thing in Filebrowser plugin. The following patch modifies that of Enter key, so it switches focus to editor after switching to corresponding document. From 55a011aee0766cc9161561b34e21fcf4d7438ebf Mon Sep 17 00:00:00 2001 From: Can Koy can...@ymail.com

Re: [Geany-devel] geany_debug for plugins patch

2010-02-28 Thread Tony Rick
2010/2/28 Enrico Tröger enrico.troe...@uvena.de On Fri, 26 Feb 2010 23:04:39 -0800, Tony wrote: Here's a patch that allows plugins to use *geany_debug*, for your consideration. I'm not real happy about the way things have to be named to conform to the existing conventions (requiring a new

Re: [Geany-devel] multiple instance save-settings - Re: Race condition when saving geany.conf

2010-02-28 Thread Lex Trotman
2010/3/1 Enrico Tröger enrico.troe...@uvena.de On Fri, 26 Feb 2010 15:15:02 +, Nick wrote: On Wed, 24 Feb 2010 12:04:20 +0300 Eugene Arshinov earshi...@gmail.com wrote: Hi all. When several instances of Geany quit in the same time, there is a high possibility of a conflict. I