[Geany-Devel] g_spawn_command_line_async result in the message tab

Matthew Brush mbrush at xxxxx
Sat Nov 16 19:55:27 UTC 2013


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/OpenCode/geany-python-good-code
>
> I'm using g_spawn_command_line_async to launch a tool with the current
> file as parameter. I want know if is possibile to read the command
> output and show it in the messages.
>

The functions related to this are here:

http://www.geany.org/manual/reference/msgwindow_8h.html

Also, if you like to write it in Python, GeanyPy[1] allows to make Geany 
plugins using Python.

Cheers,
Matthew Brush

[1]: http://codebrainz.github.io/geanypy/


More information about the Devel mailing list