Which newWizardId to use for the Oomph Eclipse Importer [message #1731876] |
Tue, 10 May 2016 11:27  |
Eclipse User |
|
|
|
We would like to offer a shortcut to the Oomph Eclipse Importer on the Welcome screen in the Scout EPP.
Could you please point us to the right <???> to use for the newWizardId in the code snippet below?
<extension
point="org.eclipse.ui.intro.quicklinks">
...
<command
id="org.eclipse.ui.file.import(importWizardId=org.eclipse.oomph.<???>)"
label="%ql.importOomph.label"
resolution="launchbar">
</command>
...
A working example for "Import Projects from Git" looks like this:
<extension
point="org.eclipse.ui.intro.quicklinks">
...
<command
id="org.eclipse.ui.file.import(importWizardId=org.eclipse.egit.ui.internal.clone.GitCloneWizard)"
label="%ql.checkoutGitProject.label"
resolution="launchbar">
</command>
...
Thanks!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06485 seconds