Tool Properties: replace text with output from external tool
I would like to suggest an option for tools
to catch the output of an command line tool
and replace the text in current open document (or the selected part)
with this output.
Scenario:
- select some text
- launch external tool with arg "/par /ame /ters %SurroundedText%"
- catch the return from this tool
- and replace text in document
Extern tool could be DOS/UNIX Tools like sort.exe, sed, awk which use stdout/stdin
or an script like VBS or AKH or AutoIt script or even an batch.
Return could also be an error message from system or tool... that would be our fault.
-------
I would also suggest two options like run-before and run-after launch tool
to f.ex. copy text from and to clipboard
- Run-Before: copy selected text to clipboard
- launch script, which reads the clipboard and format this text, then put it back to clipboard
- Run-After: read clipboard and replace text in current document
OK, thinking more about this.... i mean this could be done by user himself

Forgot this please.
----