Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Dimitar Zhekov
On 23.6.2015 г. 02:25, Matthew Brush wrote: [...] One thing I forgot: the plugin API currently exports utils_spawn_[a]sync, and a few plugins use utils_spawn_sync. These functions were (partially correct) wrappers around the old glib/win32 spawn, and are now wrappers around spawn_[a]sync.

Re: [Geany-Devel] [Geany-i18n] String freeze of Geany core and Geany-Plugins for 1.25

2015-06-23 Thread Frank Lanitz
Hi, As with git commit 5c2740d74c527dca8272124f4e0a7b4bde4e03de we needed to update some strings on geany-plugins. I will not update the po files inside git as this might will conflict with your local translations and changes done. So please rerun make update-po or waf updatepo on

Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Colomban Wendling
Le 24/06/2015 00:18, Matthew Brush a écrit : […] I think the general policy is to export stuff on demand as plugins need it. Seeing as you wrote the API in question, I'm assuming you know best the stuff you will need, so I don't personally see much problem preemptively exposing that

Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Colomban Wendling
Le 24/06/2015 01:57, Lex Trotman a écrit : Colomban, Correct me if I'm wrong, but despite my loudly voiced misgivings :) doesn't the spawn_* series do command quoting and g_spawn* not? If that the case they should not be mixed on the same platform otherwise the user has to know which

Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Matthew Brush
On 2015-06-23 09:04 AM, Dimitar Zhekov wrote: On 23.6.2015 г. 02:25, Matthew Brush wrote: [...] One thing I forgot: the plugin API currently exports utils_spawn_[a]sync, and a few plugins use utils_spawn_sync. These functions were (partially correct) wrappers around the old glib/win32 spawn,

Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Matthew Brush
On 2015-06-23 01:40 PM, Lex Trotman wrote: On 24 June 2015 at 02:04, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On 23.6.2015 г. 02:25, Matthew Brush wrote: [...] One thing I forgot: the plugin API currently exports utils_spawn_[a]sync, and a few plugins use utils_spawn_sync. These

Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Lex Trotman
On 24 June 2015 at 10:06, Colomban Wendling lists@herbesfolles.org wrote: Le 24/06/2015 01:57, Lex Trotman a écrit : Colomban, Correct me if I'm wrong, but despite my loudly voiced misgivings :) doesn't the spawn_* series do command quoting and g_spawn* not? If that the case they should