[Geany-Devel] Plugin path on GNU/Linux

2013-11-16 Thread Francesco OpenCode Apruzzese
Hi all, I'm new in Geany Plugin Dev. I'm try to follow the step of this gude: http://www.geany.org/manual/reference/howto.html When I create the plugin.so file I don't know where this file must be moved. My system is an Ubuntu 12.10 with Geany installed from repository, Can you help me,

Re: [Geany-Devel] Plugin path on GNU/Linux

2013-11-16 Thread Lex Trotman
On 16 November 2013 21:23, Francesco OpenCode Apruzzese openc...@e-ware.org wrote: Hi all, I'm new in Geany Plugin Dev. I'm try to follow the step of this gude: http://www.geany.org/manual/reference/howto.html When I create the plugin.so file I don't know where this file must be moved.

Re: [Geany-Devel] g_spawn_command_line_async result in the message tab

2013-11-16 Thread Matthew Brush
On 13-11-16 11:08 AM, Francesco OpenCode Apruzzese wrote: Hi all, I'm try to create a new Geany plugin with this documentation (http://www.geany.org/manual/reference/) and the examples in this repo (https://github.com/geany/geany-plugins) This is the plugin i'm developing:

Re: [Geany-Devel] g_spawn_command_line_async result in the message tab

2013-11-16 Thread Enrico Tröger
On 16/11/13 20:55, Matthew Brush wrote: On 13-11-16 11:08 AM, Francesco OpenCode Apruzzese wrote: Hi all, I'm try to create a new Geany plugin with this documentation (http://www.geany.org/manual/reference/) and the examples in this repo (https://github.com/geany/geany-plugins) This is the

Re: [Geany-Devel] spawning rewrite - RFC

2013-11-16 Thread Steven Blatnick
I'm not familiar with what this is about?  I'm away from my computer to look at the code.  Is this a plugin to run/spawn external programs and capture output? If so, you may want to check out my external-tools plugin:

Re: [Geany-Devel] spawning rewrite - RFC

2013-11-16 Thread Matthew Brush
On 13-11-16 02:20 PM, Steven Blatnick wrote: I'm not familiar with what this is about? I'm away from my computer to look at the code. Is this a plugin to run/spawn external programs and capture output? If so, you may want to check out my external-tools plugin: