Skip to content

Commit 560a650

Browse files
nburnwal09merks
authored andcommitted
N&N entry - Added a button to show launch bundles
1 parent ea64332 commit 560a650

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
2.34 MB
Loading
953 KB
Loading

news/4.39/pde.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)