| [news.eclipse.platform.ua] Re: How to open a welcome home page without prompt |
PlatformUI.getWorkbench().getIntroManager().showIntro(..)
Hope that helps, Ben
Hi,
I use the "QuickStartAction" to return to the home page in welcome page:
<a href="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.ui.ide&class=org.eclipse.ui.actions.QuickStartAction&standby=false">
Welcome Page </a>
When I click the link, a "Show welcome page for:" dialog appears for selecting a specific welcome page (actually there's only one choice). What I want is to skip this dialog (no need to choose). Is that possible? And how to make that?
Thanks in advance.
MJ