[Geany-devel] geany-plugins compat - Re: plugin dev question

2010-03-11 Thread Nick Treleaven
On Wed, 10 Mar 2010 20:13:59 -0600 Chuck Tilbury chucktilb...@gmail.com wrote: I had another problem with building the add-ons, though. After taking care of the dependencies given by ./configure, I tried to get and build the geany-plugins-0.18 files and many of the plugins refused to build

[Geany-devel] [PATCH] Report lambdas as functions in Python tagmanager

2010-03-11 Thread Colomban Wendling
Hi, Here's a small patch that adds support for lambdas in the Python tagmanager. What it does it report Python's lambdas as functions (with arguments) rather than as variables. Nested lambda are supported too. Attached is the patch (0001-lambda-support.diff) and a small python file that tests it

[Geany-devel] Threaded file handling

2010-03-11 Thread Tom Edwards
Hi, I was wondering if anything more had come from this thread? http://www.mail-archive.com/geany-devel@uvena.de/msg00327.html I'm willing to look into this a little bit further if someone isn't already looking into it? Regards, Tom ___ Geany-devel

Re: [Geany-devel] Build command labels as buttons

2010-03-11 Thread Enrico Tröger
On Thu, 11 Mar 2010 09:08:10 +1100, Lex wrote: On 11 March 2010 04:19, Nick Treleaven nick.trelea...@btinternet.comwrote: Hi, I've made a screenshot (attached) of the Build Commands dialog using buttons for the menu item labels instead of text entries. This is because: 1. It makes it clear

Re: [Geany-devel] [PATCH] Fix frames' padding in the prefs dialog

2010-03-11 Thread Enrico Tröger
On Wed, 10 Mar 2010 22:11:43 +0300, Eugene wrote: Hi. Disposition and padding of frames within the Preferences dialog is now inconsistent. This patch fixes it (in my opinion). Somebody, please review and commit/ignore it. Could you go a bit into details? The patch is a bit hard to read (which

Re: [Geany-devel] [PATCH] Fix frames' padding in the prefs dialog

2010-03-11 Thread Eugene Arshinov
On Thu, 11 Mar 2010 20:32:46 +0100% Enrico Tröger enrico.troe...@uvena.de wrote: On Wed, 10 Mar 2010 22:11:43 +0300, Eugene wrote: Hi. Disposition and padding of frames within the Preferences dialog is now inconsistent. This patch fixes it (in my opinion). Somebody, please review and