diff options
| author | Patrik Suzzi | 2016-06-20 13:20:50 +0000 |
|---|---|---|
| committer | Patrik Suzzi | 2016-06-28 14:45:26 +0000 |
| commit | 2a3c6f1849e162e9732fb62a7adbb7a699eae787 (patch) | |
| tree | 234bad41b99d7505cbde3ab6061f4f9dfc5ee544 | |
| parent | 03017e765f1cac8e1f780fef0db7d4a2b70e930a (diff) | |
| download | eclipse.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.html | 4 |
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><description></dd> <dt>-perspective (workbench)</dt> - <dd><description></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><description></dd> <dt>-showLocation (org.eclipse.ui.ide.workbench)</dt> |
