File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,22 @@ A special thanks to everyone who [contributed to PDE](acknowledgements.md#plug-i
1414---
1515## PDE Compiler
1616-->
17+
18+ ## Views and Dialogs
19+
20+ ### Launch Bundles Dialog Added
21+ <details >
22+ <summary >Contributors</summary >
23+
24+ - [ Neha Burnwal] ( https://github.com/nburnwal09 )
25+ </details >
26+
27+ A new dialog has been added to the Eclipse PDE launch configuration dialog.
28+ It allows users to view the list of bundles that will be included when launching an Eclipse application.
29+ This feature is accessible via a ` Show Launch Bundles ` button in the launch configuration dialog in the Plug-ins tab.
30+
31+ ![ Show launch bundles button] ( images/show_launchBundles_btn.png )
32+ ![ Launch bundles dialog] ( images/launchBundles_dialog.png )
33+
34+ It provides visibility into the resolved bundle list for both plug-in based and feature-based applications.
35+ It helps developers understand the runtime composition of their application during launch setup.
You can’t perform that action at this time.
0 commit comments