Hi Sefan,
>So, based ob your super help with forum and etc I can add this
He thanks, but you don't have to

Not for that.
>even if I do not like this

Believe me, i suggest only what could be of use for power users.
I on my own use an text editor not only for writing code but for many task i have to do all the days long.
Maybe i think and use HE just an other way as you may expect.
>Just a question, but maybe you can solve the problem but just adding
>empty interactive variable at the end of arguments?
>And feel it with temporary parameters if you need?
Of course i had already Arguments like: %Para before% %FileName% %Para after%
But i can't modify the command nor the filename.
For example
Sometimes i just want to change the command from 'cScript' to 'wScript',
without using two Tools settings and two hotkeys.
SO being prompted with:
"C:\WINDOWS\system32\Cscript.exe X:\test\code.vbs"
i just would change cscript to wscript
"C:\WINDOWS\system32\Wscript.exe X:\test\code.vbs"
and try this situation.
Or from 'compiler12.exe' to 'compiler20.exe' to test if it me or just the new compiler need an different syntax.
Also i often made test with different utilities, all being in one single folder.
If i was prompted with the command line, i could just change the utility name
and don't have the need to set up several tools who differ only on the utility name:
Example:
One Tool: AppDir\Tools\sed %befor% %FileName% %after%
--- and on executing i can exchange 'sed' with 'grep' or 'awk' or 'sort' or what ever.
---> 1 Tool setup => Many Utilities.
Also i want to modify the filename and change the versions number
just to run my last version (not the currently open file) to see "what was it what went wrong?"
Example:
Prompt: \tools\tool.exe code3.vbs ==> change 3 to 1 ==> and execute code1.vbs
Next arg: it is not nice to be prompted with %before% and then with %after%.
It is much more nifty to see and modify the whole command line.
Especially nice to see the complete command line in the (the drop-down) history.
And not to see only the %before% history list and then the %after% one.
While seeing the complete command line it is more easy to crop an parameter
and paste it in an another order.
Explanation:
instead of "%Para before% %FileName% %Para after%"
i would just use %FileName% AND "[X] Prompt" and add my paramters there in one go.
Idea:
Maybe, instead of this "[ ] Prompt" check box, you may want to allow an '?' sign in
argument field to force launching the prompt? Just like TC does.
?%FileName%
So, why you "do not like this" ?
