Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Custom welcome page defaults to standby mode?
Custom welcome page defaults to standby mode? [message #299831] Fri, 24 February 2006 19:38 Go to previous message
Eclipse User
Originally posted by: tima.progress.com

I have defined my own product and my own intro/intro config. Everything
works fine except that when Eclipse is initially started with my custom
perspective, the Welcome page is opened in the standby mode rather than
the full mode. I've searched the docs and these newsgroups but haven't
seen a way to specify this within the plugin.xml

I've even tried to force the mode into full mode by calling the
following code from within my perspective:

//Make sure the Welcome Page initially starts in full mode
IIntroManager introMgr = PlatformUI.getWorkbench().getIntroManager();
IIntroPart intro = introMgr.getIntro();
if (introMgr.isIntroStandby(intro))
{
introMgr.setIntroStandby(intro, false);
}

I've used the debugger to verify that it is trying to change the state
to full mode but it doesn't actually work. Not sure what's going on.

Any suggestions would be greatly appreciated.

-Tim
 
Read Message
Read Message
Previous Topic:[fixed]CVS Team Provider Encoding
Next Topic:[expressions] toolbar dynamic contribution and visibleWhen expression
Goto Forum:
  


Current Time: Fri May 24 13:12:40 EDT 2013

Powered by FUDForum. Page generated in 0.02418 seconds