[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, plea

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

2013-11-16 Thread Lex Trotman
On 16 November 2013 21:23, Francesco OpenCode Apruzzese 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. > Run Geany the

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

2013-11-16 Thread Francesco OpenCode Apruzzese
Thank you Lex. I'm using the extra plugin folder for now and it works fine. Thank you again!!! ;) Nella citazione in data sab 16 nov 2013 11:56:43 CET, Lex Trotman ha scritto: On 16 November 2013 21:23, Francesco OpenCode Apruzzese mailto:openc...@e-ware.org>> wrote: Hi all, I'm n

[Geany-Devel] g_spawn_command_line_async result in the message tab

2013-11-16 Thread Francesco OpenCode Apruzzese
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: https://github.com/OpenCode/geany-python-good-code I'm using g_spawn_comma

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: https://github.com/Op

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) >>

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: https://github.com/sblatnick/geany-plugins/tree/external-tools/external-tools/

Re: [Geany-Devel] [Geany-devel] Separating session file lists from config (again)

2013-11-16 Thread Thomas Martitz
Am 10.09.2012 06:36, schrieb Lex Trotman: Hi All, Its about that time of year when we have our annual discussion on separating session data from config/project data :) By session data I mean the list of currently open files and MRU list. The advantages (that I can see): 1. Save config/project

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: https://github.com/sblatnick/ge