Skip to content
Merged
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
12 changes: 11 additions & 1 deletion news/4.35/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,19 @@ <h2>Themes and Styling </h2>
<!-- ******************* General Updates ************************************* -->
<tr>
<td id="GeneralUpdates" class="section" colspan="2">
<h2>General Updates </h2>
<h2>General Updates </h2>
</td>
</tr>
<tr id="sysPropAppName"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/1902 -->
<td class="title">New System Property: appName</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the new property name is eclipse.appName rather than appName?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. Thx for noting this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New PR can be found here: #261

<td class="content">
<p>
This new system property allows to set the application name with which Eclipse is registered in the operating system.
This option is helpful to distinguish and group Eclipse instances.
</p>
</td>
</tr>

<!-- ******************* End of General Updates ************************************* -->
<tr><td colspan="2"/></tr>
</tbody>
Expand Down