by H.G.Muller » 07 Nov 2010, 11:37
I don't think the current version can handle that. When you specify the command should include the right-clicked word, that word is always appended to the end of the command. If you want to have any fixed text behind it, there is no alternative but to type it yourself.
To redesign this to do what you want, would require some marker in the command text that would tell WB where to insert the clicked word. We could make it for instance such that %s inside the command text would be replaced by the clicked word, and only when no %s is present, the word would be appended at the end. As it seems unlikely that people are now actually sending commands with '%s' in it, this seems backward compatible enough.