fh2002/luaforwindows

Scite: Parameters are not passed properly due to automatic quotes

Opened this issue · 0 comments

What steps will reproduce the problem?
1. take a batch file to start some lua app, include parameters with a space 
that must be quoted (and do so to make it work properly)
2. now use the exact same parameters quotes et al in Scite and execute the same 
lua program
3. the lua code will now get a different set of parameters

Please provide any additional information below.
Scite adds automatic quotes, which makes it behave differently than a usual 
prompt. Ditch the auto quoting and behavior will be the same across Scite and 
command prompts/batch files.

Original issue reported on code.google.com by th...@thijsschreijer.nl on 30 Sep 2011 at 6:08