Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to disable Fast View?
How to disable Fast View? [message #161082] Fri, 14 July 2006 21:42 Go to next message
Eclipse UserFriend
Originally posted by: kyrra.nlworks.com

I've been digging around the settings, help, and anything I could find on
the internet about Eclipse 3.2, but I haven't been able to disable/remove
the "Fast View" toolbar area.

You can see what I'm talking about here:
http://nlworks.com/files/eclipse-fast-view.jpg

The part that is circled... how exactly do I remove that from my Work
Environment? I have no use for the function it provides, and I'm trying
to clean up my IDE view. Can anyone help me out?

Thanks,
-James
Re: How to disable Fast View? [message #161383 is a reply to message #161082] Tue, 18 July 2006 10:57 Go to previous message
Srivatsan is currently offline SrivatsanFriend
Messages: 55
Registered: July 2009
Member
If you're involved in PlugIn Development in Eclipse then you've to
basically use this single line of code in the preWindowOpen() method of
your ApplicationWorkbenchWindowAdvisor class.

IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setShowFastViewBars(false);

cheers,
Srivatsan
Previous Topic:Find words in the expression frame
Next Topic:Execute an org.eclipse.jface.action.Action with a Button
Goto Forum:
  


Current Time: Fri Apr 26 15:53:29 GMT 2024

Powered by FUDForum. Page generated in 0.06887 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top