Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-16 Thread Thomas Martitz
Am 16.10.2013 01:52, schrieb Lex Trotman: For me, you will be *very* welcome if you can provide a proper set of multi-platform spawn with/without stdin/stdout/stderr that can remove the #ifdef G_OS_WIN32 stuff from build.c that I have been tiptoeing around for years not daring to pass the

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-16 Thread Nick Treleaven
On 05/10/2013 14:59, Nick Treleaven wrote: Maybe to you, but it's very common on Windows to have spaces in the path names, it's even the default on Windows XP (Documents and Settings). To most people (ex. the bug reporters) it seems outright broken now, whereas before it worked. See my other

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-16 Thread Dimitar Zhekov
On Tue, 15 Oct 2013 22:02:45 +0200 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 15.10.2013 19:05, schrieb Dimitar Zhekov: The last time FiF-ed, glib did not contain any calls to PeekNamedPipe or SetNamedPipeHandleState. [...] Speaking of PeekNamedPipe... A few months

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-16 Thread Thomas Martitz
Am 16.10.2013 21:04, schrieb Dimitar Zhekov: Actually, I finished most of it, what remains is mainly blocking Geany while the new async tools execution is running. Sync spawning is not good, because I'm using the Geany message loop for async I/O (somewhat similar to g_main_context_add_poll),

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-16 Thread Lex Trotman
On 17 October 2013 06:08, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 16.10.2013 21:04, schrieb Dimitar Zhekov: Actually, I finished most of it, what remains is mainly blocking Geany while the new async tools execution is running. Sync spawning is not good, because I'm

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-16 Thread Matthew Brush
On 13-10-16 12:04 PM, Dimitar Zhekov wrote: [snip] Actually, I finished most of it, what remains is mainly blocking Geany while the new async tools execution is running. Sync spawning is not good, because I'm using the Geany message loop for async I/O (somewhat similar to

Re: [Geany-Devel] Interested making a patch to add QML support

2013-10-16 Thread Matthew Brush
On 13-10-16 12:53 PM, Tory Gaurnier wrote: Just found a bug where when you have a JS function like 'function myFunct()' it was only displaying 'function' in the symbol list, that's fixed now, so it'll show 'myFunct' as it should. Not sure if anyone is even trying out my QML support yet, but