[Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Matthew Brush
Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and then I can pick them out of /proc/PID/cmdline or something[1]? I tried but Geany currently errors out if it sees an option

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Lex Trotman
On 7 January 2013 20:25, Matthew Brush mbr...@codebrainz.ca wrote: Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and then I can pick them out of /proc/PID/cmdline or

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Matthew Brush
On 13-01-07 03:46 AM, Lex Trotman wrote: On 7 January 2013 20:25, Matthew Brush mbr...@codebrainz.ca wrote: Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and then I can pick

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Dimitar Zhekov
On Mon, 07 Jan 2013 16:19:05 +0100 Colomban Wendling lists@herbesfolles.org wrote: Le 07/01/2013 10:25, Matthew Brush a écrit : I want to write a plugin that requires some command line options passed to it (through geany). [...] Assuming this is not possible currently, is there

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Lex Trotman
On 8 January 2013 02:19, Colomban Wendling lists@herbesfolles.org wrote: Le 07/01/2013 10:25, Matthew Brush a écrit : Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and