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

Thanks

Ben Vitale a écrit :
It looks like QuickStartAction is deprecated. I think IntroAction is the one thats linked to the Welcome action in the top-level Help menu.

Since its an internal class, perhaps you can write your own action that does the same thing. Basically all it does is call

  PlatformUI.getWorkbench().getIntroManager().showIntro(..)

Hope that helps,
Ben

QIU wrote:
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