Skip to content

Commit

Permalink
[eclipse] Automatic binding of the launch configuration panels to the…
Browse files Browse the repository at this point in the history
… SRE selection panel.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 12, 2020
1 parent 0692efc commit 77bf017
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -135,6 +135,9 @@ protected ILaunchConfigurationTab[] buildTabList(
final ILaunchConfigurationTab panel = factory.newLaunchConfigurationPanel(dialog, mode, list, runtimeTab);
if (panel != null) {
list.add(panel);
if (panel instanceof ISreChangeListener) {
runtimeTab.addSreChangeListener((ISreChangeListener) panel);
}
}
}
}
Expand Down

0 comments on commit 77bf017

Please sign in to comment.