oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
248 stars 52 forks source link

Custom (F5) launcher with arguments #30

Closed maettu-this closed 9 months ago

maettu-this commented 6 years ago

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.

oleg-shilo commented 5 years ago

Fixed. Will be available in the next release:

image