[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.ua] Re: Force Welcome page for product to open docked?

Are you plugging into the IDE or writing an RCP app?

There is a preference to control if the intro opens at all, but I don't see one to control if it opens in standby mode (what you are calling docked).

Perhaps you set IWorkbenchPreferenceConstants.SHOW_INTRO to false and then open it yourself specifying "true" for the second parameter to IIntroManager.showIntro. There is an IStartup hook you could use.

The above seems a bit hacky so maybe someone else will weigh in with better advice.

Cheers
Ben

mp wrote:
The Welcome page that we've created for our product opens up maximized in the Eclipse environment. For some "new to Eclipse" users, this is causing issues as they are using our contributions but then not seeing the results (because the Welcome page is still open).

If we could have the Welcome page docked to the right-side that would resolve this issue.

Is there any extension or option I can specify to tell Eclipse to open the Welcome page docked on the right side (or any other alignment)? I searched the docs and was unable to find anything.

Thanks