oleg-shilo/cs-script.npp

Custom (F5) launcher with arguments

Closed this issue · 1 comments

My application needs to be called like
"APP.exe" -s "%1"
where -s identifies the next argument being a script
and "%1" being a placeholder for the current document.

This is currently not supported by the [Custom (F5) launcher].

The call could also be "APP.exe" -s "%CurrDoc%" or whatever placeholder concept is best suited.

In addition, I'd prefer the [Custom (F5) launcher] configuration show a tooltip or example telling me that I have to use quotes in case APP.exe and/or %1 is located in a path containing spaces.

Fixed. Will be available in the next release:

image