Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Launch Configuration API Feedback


A first cut of the new ILauchConfigurationTabGroup has been released to HEAD. The launch configuration dialog has been updated to use the groups. To soften the blow, I was able to create a tab group that uses the old "tab extensions" behind the scences (so the JUnit tabs still work). However, you should migrate your tabs to use the new "tab group" extension. You can use the "LocalJavaApplicationTabGroup" as an example - it is quite straight forward. Please note there are abstract classes for tabs and tab groups - AbstractLaunchConfigruationTab and AbstractLaunchConfigurationTabGroup.

Darin

Back to the top