[Geany-devel] Indent width keybinding(s) / code - Re: small notices

2010-10-28 Thread Nick Treleaven
On Wed, 27 Oct 2010 21:18:07 +0300 Dimitar Zhekov dimitar.zhe...@gmail.com wrote: 1. handle_integer_setting() uses gboolean *setting. It works, because gboolean is actually int, but I think that should be gint *. Now fixed. 2. ui_editable_insert_text_callback() checks only the first

[Geany-devel] Geany-plugins not building. Failure in Addons

2010-10-28 Thread Jon Senior
I realised that I'd not rebuilt geany-plugins since my last upgrade and I was missing my TODO list! I downloaded the latest release and tried that, but got an error when building (From memory, the same as I'm getting now). I then grabbed the svn and tried that. The result is below. Geany version

[Geany-devel] geany-plugins depends on GIO

2010-10-28 Thread Nick Treleaven
Hi, I just tried running ./autogen.sh and got this: checking for GIO... configure: error: Package requirements (gio-2.0) were not met: No package 'gio-2.0' found ... make[1]: *** [config.status] Error 1 I think this may be due to build/treebrowser.m4 not disabling itself if GIO is not found.

Re: [Geany-devel] Geany-plugins not building. Failure in Addons

2010-10-28 Thread Colomban Wendling
Le 28/10/2010 16:17, Jon Senior a écrit : [...] The problem appears to be related to the PLUGIN_SET_TRANSLATABLE_INFO macro (That's where the first error crops up). I'm a bit doubtful about this macro creating the problem, but I've two modifications I suggest to apply to this macro. First, to

Re: [Geany-devel] Geany-plugins not building. Failure in Addons

2010-10-28 Thread Jon Senior
On Thu, 28 Oct 2010 17:59:03 +0200 Frank Lanitz fr...@frank.uvena.de wrote: Can you please put in the output of configure or ./waf configure of for the plugins? Attached as file. Hope that's OK. I used ./configure config.out and nothing was printed to the terminal, so no output on stderr. I

Re: [Geany-devel] Geany-plugins not building. Failure in Addons

2010-10-28 Thread Jon Senior
On Thu, 28 Oct 2010 18:21:20 +0200 Jon Senior j...@restlesslemon.co.uk wrote: Attached as file. Hope that's OK. I used ./configure config.out and nothing was printed to the terminal, so no output on stderr. I did just discover that I actually had an older installation of geany still on the

Re: [Geany-devel] Geany-plugins not building. Failure in Addons

2010-10-28 Thread Nick Treleaven
On Thu, 28 Oct 2010 18:38:10 +0200 Jon Senior j...@restlesslemon.co.uk wrote: I did just discover that I actually had an older installation of geany still on the system (in /usr/bin) and that my update earlier today had installed itself to /usr/local/bin. The result of running make is

Re: [Geany-devel] geany-plugins depends on GIO

2010-10-28 Thread Nick Treleaven
On Thu, 28 Oct 2010 18:48:51 +0200 Colomban Wendling lists@herbesfolles.org wrote: I think this may be due to build/treebrowser.m4 not disabling itself if GIO is not found. Hum, right. It seems that if the ACTION-IF-NOT-FOUND of PKG_CHECK_MODULES is provided but empty, it still does

Re: [Geany-devel] geany-plugins depends on GIO

2010-10-28 Thread Colomban Wendling
Le 28/10/2010 19:11, Nick Treleaven a écrit : On Thu, 28 Oct 2010 18:48:51 +0200 Colomban Wendling lists@herbesfolles.org wrote: I think this may be due to build/treebrowser.m4 not disabling itself if GIO is not found. Hum, right. It seems that if the ACTION-IF-NOT-FOUND of

Re: [Geany-devel] geany-plugins depends on GIO

2010-10-28 Thread Nick Treleaven
On Thu, 28 Oct 2010 19:15:14 +0200 Colomban Wendling lists@herbesfolles.org wrote: Thanks for the patch, works fine :) I just tried the treebrowser for the first time, looks great. Please go ahead and apply the patch. I'm not the Treebrowser author, so I'm not sure I should do it?

[Geany-devel] (no subject)

2010-10-28 Thread Sergey Terlemezyan
Could you tell me how can I add my own plugin to the available plugins list? ___ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Re: [Geany-devel] (no subject)

2010-10-28 Thread Frank Lanitz
On Thu, 28 Oct 2010 11:24:26 -0700 (PDT) Sergey Terlemezyan serghat...@yahoo.com wrote: Could you tell me how can I add my own plugin to the available plugins list? If you are talking about plugins.geany.org can you give some more details about the plugin? Once we do have this I guess we can

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

2010-10-28 Thread Eugene Arshinov
On Wed, 27 Oct 2010 17:16:59 +0100% Nick Treleaven nick.trelea...@btinternet.com wrote: On Tue, 26 Oct 2010 12:14:25 +0400 Eugene Arshinov earshi...@gmail.com wrote: For the present, I attach an updated patch which doesn't insert indentation after short HTML tags. OK, looks