Skip to content

Commit 8454ac6

Browse files
committed
Add N&N entry for Always show IU ID in target editor
1 parent 668a900 commit 8454ac6

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

83.2 KB
Loading

news/4.40/pde.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,20 @@ Tree#VariablesViewer
5454
SWT background: rgb(47,47,47)
5555
Bounds: x=1124 y=196 w=385 h=413
5656
```
57+
58+
### Always show Installable Unit (IU) ID in target editor
59+
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/2208 -->
60+
<details>
61+
<summary>Contributors</summary>
62+
63+
- [Lars Vogel](https://github.com/vogella)
64+
</details>
65+
66+
The Target Platform Editor now always displays the technical ID of Installable Units (IUs)
67+
in the `Definition` and `Content` tabs.
68+
This ensures a clear mapping between the UI representation and the underlying source.
69+
If a descriptive name exists and differs from the ID,
70+
both are shown in the format `Name [ID]`;
71+
otherwise, only the ID is displayed.
72+
73+
![Target Editor showing IU IDs](images/target-editor-iu-id.png)

0 commit comments

Comments
 (0)