Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added news/4.39/images/launchBundles_dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added news/4.39/images/show_launchBundles_btn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions news/4.39/pde.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,22 @@ A special thanks to everyone who [contributed to PDE](acknowledgements.md#plug-i
---
## PDE Compiler
-->

## Views and Dialogs

### Launch Bundles Dialog Added
<details>
<summary>Contributors</summary>

- [Neha Burnwal](https://github.com/nburnwal09)
</details>

A new dialog has been added to the Eclipse PDE launch configuration dialog.
It allows users to view the list of bundles that will be included when launching an Eclipse application.
This feature is accessible via a `Show Launch Bundles` button in the launch configuration dialog in the Plug-ins tab.

![Show launch bundles button](images/show_launchBundles_btn.png)
![Launch bundles dialog](images/launchBundles_dialog.png)

It provides visibility into the resolved bundle list for both plug-in based and feature-based applications.
It helps developers understand the runtime composition of their application during launch setup.