Re: [Geany-Devel] spawning rewrite - RFC

2013-11-04 Thread Dimitar Zhekov
On Mon, 4 Nov 2013 09:44:45 +1100 Lex Trotman ele...@gmail.com wrote: I propose to always create the win~1 programs with a minimized, non-focused window. For console programs, the uncaptured output will go to the console, and will be lost when the console is auto closed by win~1, but

[Geany-Devel] spawning rewrite - RFC

2013-11-04 Thread Dimitar Zhekov
Hi again, Win~1 supports some weird command line syntaxises: c:\some path\program.exe - without closing quote c:\some path\program.exefoo bar qux - runs program.exe with: argv[0] = c:\some path\program.exefoo (or something similar) argv[1] = bar argv[1] = qux I'm going to disallow the first