Listen for Run Configuration Changes
I have a toolwindow that displays a number of tabs, one for each run configuration of a special type in my project. I want to be able to update the toolwindow whenever a runconfiguration changes. Is there any existing listener I can use for this?
请先登录再写评论。
`com.intellij.execution.RunManagerListener`
https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/execution/RunManagerListener.java
https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/execution/ExecutionTargetManagerImpl.java#L63