Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Suzzi2016-06-20 13:20:50 +0000
committerPatrik Suzzi2016-06-28 14:45:26 +0000
commit2a3c6f1849e162e9732fb62a7adbb7a699eae787 (patch)
tree234bad41b99d7505cbde3ab6061f4f9dfc5ee544
parent03017e765f1cac8e1f780fef0db7d4a2b70e930a (diff)
downloadeclipse.platform.common-2a3c6f1849e162e9732fb62a7adbb7a699eae787.tar.gz
eclipse.platform.common-2a3c6f1849e162e9732fb62a7adbb7a699eae787.tar.xz
eclipse.platform.common-2a3c6f1849e162e9732fb62a7adbb7a699eae787.zip
Bug 496173 - [Docs] command line option -perspectiveI20160629-0800
Improved documentation to make explicit which argument to use with the "-perspective" option. Change-Id: I49e32f41b56bef4b39f9e7634d05620b1a3b82d5 Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html b/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
index 4e4edaecd..95022cd4a 100644
--- a/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
+++ b/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
@@ -265,7 +265,9 @@ in <a href="#eclipsevm">eclipse.vm</a>.</dd>
<dt>-noVersionCheck (workbench)</dt>
<dd>&lt;description&gt;</dd>
<dt>-perspective (workbench)</dt>
- <dd>&lt;description&gt;</dd>
+ <dd>launch Eclipse and switch to the perspective with the given id. As an example, for JDT perspective, we read the
+ <a href="../../../org.eclipse.jdt.doc.isv/reference/api/org/eclipse/jdt/ui/JavaUI.html">JDT APIs</a>,
+ to find the ID_PERSPECTIVE is <code>"org.eclipse.jdt.ui.JavaPerspective"</code>.</dd>
<dt>-refresh (org.eclipse.core.resources)</dt>
<dd>&lt;description&gt;</dd>
<dt>-showLocation (org.eclipse.ui.ide.workbench)</dt>

Back to the top