On Sun, Jul 15, 2012 at 9:49 PM, zetah <
klo...@gmail.com> wrote:
> exec "$(FilePath)" "$(1)" "$(2)" "$(3)" "$(4)"
Yep, I've hit this problem - went to the trouble of patching SciTE so
that it would automatically generate the arguments for programs.
In the meantime, the solution is to remember to put the quotes in when
setting the parameters ;)
I suppose one could treat 1 .. n as 'special' values and automatically
quote them if they contain spaces, etc.
steve d.