Refresh run configurations

已回答

Hi,

 

I am creating a run configuration programmatically via RunManager and then adding this to the list, before executing it.

This all works fine, but the drop down list in the toolbar doesn't refresh to select the configuration that is running. How do I tell it to "refresh" ?

1

It seems we can do this via:

manager.selectedConfiguration = myConfig
0

请先登录再写评论。