Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-05-31 10:05:29 +0000
committerMickael Istria2019-05-31 10:05:29 +0000
commit26c7d9c518aeb3732208159e2565b372f3ac0757 (patch)
tree19f30c18975d1c992ba0d1cb3b064a273846a78a
parentf6a8c2ea6703e05add07120b560220a354f1d766 (diff)
downloadnews-26c7d9c518aeb3732208159e2565b372f3ac0757.tar.gz
news-26c7d9c518aeb3732208159e2565b372f3ac0757.tar.xz
news-26c7d9c518aeb3732208159e2565b372f3ac0757.zip
Bug 546929 - Improve N&N for project launcher arg.
Change-Id: I47d418710374db71b76a8459f4b866a6f80cbae4 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--4.12/images/pass-directory-to-launcher.pngbin117431 -> 54166 bytes
-rw-r--r--4.12/platform.html7
2 files changed, 4 insertions, 3 deletions
diff --git a/4.12/images/pass-directory-to-launcher.png b/4.12/images/pass-directory-to-launcher.png
index 1b1d1cb7..f1aff94b 100644
--- a/4.12/images/pass-directory-to-launcher.png
+++ b/4.12/images/pass-directory-to-launcher.png
Binary files differ
diff --git a/4.12/platform.html b/4.12/platform.html
index e39b77e6..c3d2d76c 100644
--- a/4.12/platform.html
+++ b/4.12/platform.html
@@ -44,10 +44,11 @@ ul {padding-left: 13px;}
</tr>
<tr id="pass-directory-to-launcher"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=500388 -->
- <td class="title">Smart import of directory passed on command-line</td>
+ <td class="title">Import project passing it as command-line argument</td>
<td class="content">
- When a directory name is passed to the Eclipse launcher on command-line (such as <code>eclipse .</code> or <code>eclipse ~/git/eclipse.platform.ui</code>),
- the generic "smart" <b>Import projects</b> wizard is shown and suggests a plan to import the project into the workspace.
+ You can import a project by passing its path as parameter to the launcher.
+ The command would look like <code>eclipse /path/to/project</code> on Linux and Windows, or
+ <code>open Eclipse.app -a /path/to/project</code> on macOS.
<p>
<img src="images/pass-directory-to-launcher.png" alt="" />
</p>

Back to the top