Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 18:41, Colomban Wendling a écrit : Modified: wscript 1 files changed, 1 insertions(+), 0 deletions(-) === @@ -346,6 +346,7 @@ def build(bld): bld.new_task_gen( source = 'geany.pc.in',

Re: [Geany-devel] Development of code re-formatting plugin

2012-04-12 Thread Colomban Wendling
Le 10/04/2012 01:59, Lex Trotman a écrit : On 10 April 2012 09:05, Colomban Wendling lists@herbesfolles.org wrote: Hi, Le 09/04/2012 12:41, Lex Trotman a écrit : On 9 April 2012 20:08, Nayan Shah na...@nayanshah.com wrote: Hello, I am planning to develop a code re-formatting plugin for

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Enrico Tröger
On Thu, 12 Apr 2012 18:47:18 +0200, Colomban wrote: Hi, first, nice idea about making the dependency information more central! Modified: wscript 1 files changed, 1 insertions(+), 0 deletions(-) === @@ -346,6 +346,7 @@ def

Re: [Geany-devel] Usage of plugin_help()

2012-04-12 Thread Enrico Tröger
On Wed, 7 Mar 2012 19:26:45 +1100, Lex wrote: Hi Frank, Good question. Well... which means its not really defined what the user will expect once he push the button. Therefore we do have at least 2.5 major behaviors: - Geany is calling a browser and opening a webpage with info (spellcheck

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 22:36, Enrico Tröger a écrit : On Thu, 12 Apr 2012 18:47:18 +0200, Colomban wrote: Hi, first, nice idea about making the dependency information more central! Modified: wscript 1 files changed, 1 insertions(+), 0 deletions(-)

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Enrico Tröger
On Thu, 12 Apr 2012 22:49:26 +0200, Colomban wrote: I'm wondering if there is a way to get at least the version from the configuration? Like bld.conf.libs['GTK'].atleast_version or something? I haven't found how to do so, but maybe you'll know :) Not completely sure what you mean by from

Re: [Geany-devel] [geany/geany] 5f0963: List package dependencies only in configure.ac

2012-04-12 Thread Colomban Wendling
Le 12/04/2012 23:10, Enrico Tröger a écrit : On Thu, 12 Apr 2012 22:49:26 +0200, Colomban wrote: I'm wondering if there is a way to get at least the version from the configuration? Like bld.conf.libs['GTK'].atleast_version or something? I haven't found how to do so, but maybe you'll know :)

Re: [Geany-devel] Development of code re-formatting plugin

2012-04-12 Thread Lex Trotman
[...] Isn't that a Qt program?  But yes, I wanted to do something like this -- actually each backend would export a set of options and a generic GUI would display them and allow to edit them. Ok its Qt, I just read the bit that said Notepad++ and IDE pluginability, although it looks like