From db79e6637ed1f9412b319358ae63dbdf79efe145 Mon Sep 17 00:00:00 2001 From: Alois Zoitl Date: Mon, 16 Dec 2024 09:42:05 +0100 Subject: [PATCH 1/3] Add documentation for the added eclipse.appName System Property The eclipse.appName sytem property allows users to specify on the command line the appName to be used for a specific Eclipse instance. The appName Display property is used by window managers and desktop environments for identification and grouping. This is helpful to distinguish Eclipse instances (e.g., JDT vs CDT) as per default these all are using the same identifier. Eclipse UI PR: https://github.com/eclipse-platform/eclipse.platform.ui/pull/2631 Root Issue: eclipse-packaging/packages#253 --- .../reference/misc/runtime-options.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html index cd28f4cc22e..80b31c275d7 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html @@ -317,6 +317,9 @@

System Properties

Controls registration of application descriptor services for all installed applications. The default value is "false". If set to "false" only the default application will have an application descriptor service registered. If set to "true" then all installed applications will have an application descriptor service registered.
+
eclipse.appName
+
allows to set the application name with which Eclipse is regsitered at the operating system. This option is helpful to + distinguish and group Eclipse instances.
eclipse.commands
a new-line separated list of all command-line arguments passed in when launching Eclipse
From 9e3425523d8af36b297a68ab945fd1442d4419a7 Mon Sep 17 00:00:00 2001 From: azoitl Date: Tue, 17 Dec 2024 22:03:01 +0100 Subject: [PATCH 2/3] Update eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html Co-authored-by: Ed Merks --- .../reference/misc/runtime-options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html index 80b31c275d7..fb5a0db2f36 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html @@ -318,7 +318,7 @@

System Properties

"false". If set to "false" only the default application will have an application descriptor service registered. If set to "true" then all installed applications will have an application descriptor service registered.
eclipse.appName
-
allows to set the application name with which Eclipse is regsitered at the operating system. This option is helpful to +
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.
eclipse.commands
a new-line separated list of all command-line arguments passed in when launching From 2b2d09a9b06ec9e45b922ed682ae174b86dd9ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Tue, 18 Mar 2025 14:14:30 +0200 Subject: [PATCH 3/3] Capitalize as requested in review --- .../reference/misc/runtime-options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html index fb5a0db2f36..5ec542e2b1f 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html @@ -318,7 +318,7 @@

System Properties

"false". If set to "false" only the default application will have an application descriptor service registered. If set to "true" then all installed applications will have an application descriptor service registered.
eclipse.appName
-
allows to set the application name with which Eclipse is registered in the operating system. This option is helpful to +
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.
eclipse.commands
a new-line separated list of all command-line arguments passed in when launching