Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Running application from changes view tree
Stanislav Kurilin
Created
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?
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).
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.
You mean something like this?
https://bitbucket.org/shorn/sbt-changelist-action/wiki/Home
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
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.
So I can't do it in simple way for my plugin.
Thanks for reply.