Action name generated from the LazyRunConfigurationProducer

Answered

I have my actions showing up correctly in the gutter, test results tree, and ProjectViewPopup. 

I would like to customize the text that shows up here but I don't see where that should happen. Instead of:

`Run ‘my method()’` I want to have the text say: `Run ‘my method()’ with XXXX`

0
1 comment

Hi,

Do you have your custom Executor implementation? If yes, you can do it in com.intellij.execution.Executor#getStartActionText().

If not, I don't see such a possibility.

0

Please sign in to leave a comment.