Skip to content

Commit

Permalink
New and Noteworthy - 'Modify..' button in EE section
Browse files Browse the repository at this point in the history
Updated one
Update news/4.33/pde.html

Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
  • Loading branch information
lathapatil and HannesWell committed Aug 2, 2024
1 parent 564d322 commit edbf175
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added news/4.33/images/EESection_Manifest.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.33/pde.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,25 @@ <h2>Plug-in Development Environment</h2>
<tr>
<td id="editors" class="section" colspan="2"><h2>Editors</h2></td>
</tr>
<tr id="manifest-editor-modify.">
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/1285 -->
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/1324 -->
<td class="title">New Modify button in Execution Environment section</td>
<td class="content">
<p>
A new <code>Modify..</code> button is added to the <em>Execution Environments</em> section of the <em>Overview</em> tab of the Manifest Editor.
At the same time the <code>Up</code> and <code>Down</code> buttons are removed.
Because technically the order is irrelevant, the specified environments are always sorted in ascending order.
</p>
<p>
<img src="images/EESection_Manifest.png" alt="Modify button in Manifest Editor"/>
</p>
<p>
The new 'Modify...' button allows you to select a new environment to replace the existing one and update the <em>Java Build Path</em> configuration in one action.
The <code>Modify</code> button is enabled only when a single environment is present in this section.
</p>
</td>
</tr>
<!-- ******************** End of Editors ********************** -->

<!-- ******************** APITools ********************** -->
Expand Down

0 comments on commit edbf175

Please sign in to comment.