[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.ua] How to open a welcome home page without prompt

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