From bbfb565f68f67313ff954c71a8c5842ae4ac83aa Mon Sep 17 00:00:00 2001 From: Alois Zoitl Date: Tue, 17 Dec 2024 22:14:30 +0100 Subject: [PATCH] Add new and noteworthy entry for new eclipse.appName System Property Eclipse UI PR: eclipse-platform/eclipse.platform.ui#2631 Root Issue: eclipse-packaging/packages#253 --- news/4.35/platform.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/news/4.35/platform.html b/news/4.35/platform.html index db88d75ef..ce4641ead 100644 --- a/news/4.35/platform.html +++ b/news/4.35/platform.html @@ -72,9 +72,19 @@

Themes and Styling

-

General Updates

+

General Updates

+ + New System Property: appName + +

+ 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. +

+ + +