Running application from changes view tree

Hi!
I want to run application from changes view tree. It doesn't metter if all runners will occur here or just my custom runner extension. Can I do it by my plugin?

0
4 comments
Avatar
Stanislav Kurilin

I guess it's not exactly what I want.
When I click on class in project view I can see runners in popup (It can be main runner / tests or some RunConfigurationExtension ).

But when I click on class on changes I don't see such runners.


I want to see all runners or just my extension (solution with all runners is preferable).



Attachment(s):
Changes.png
OnProjectView.png
0

The decision to show or not to show run actions in the changes view popup is a core IntelliJ IDEA UI decision; I don't see any reason for a custom plugin to change it.

0
Avatar
Stanislav Kurilin

So I can't do it in simple way for my plugin.
Thanks for reply.

0

Please sign in to leave a comment.