Forum Controls
Spotlight Features

The Rich Engineering Heritage Behind Dependency Injection

Andrew McVeigh takes us on a tour of the rich heritage behind dependency injection, what it represents, and tells us why its here to stay.

Java, the OLPC, and community responsibility

The "One Laptop Per Child" project has a great device ready to ship, but there's no Java on there. Let's think about working together to put Java on OLPC!
Replies: 1 - Pages: 1  
Threads: [ Previous | Next ]
  Click to reply to this thread Reply

Fast View : how to only enable Editor Area fastview

At 11:18 AM on Jul 25, 2008, SeB.fr wrote:

Hello All,

I'd like to enable fastview only for the EditorArea.
If I use
configurer.setShowFastViewBars(true);
in my WorkbenchWindowAdvisor I get a fastView in my status bar which I do
not want. And do not get the fastView for my editor anyway :(

Is there a way to do that ?

Thank you.

SeB.

  Click to reply to this thread Reply
1. At 4:38 PM on Jul 25, 2008, Narciso Martins wrote:

Re: Fast View : how to only enable Editor Area fastview

Hi,

If you import the plugin org.eclipse.ui to your workspace, you will find,
in plugin.xml, the extension org.eclipse.ui.commands. There is a command
called Show View Menu, that may be reused into your RCP app. Take a look..

Cheers,

Narciso.


thread.rss_message