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!
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
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..
Fast View : how to only enable Editor Area fastview
At 11:18 AM on Jul 25, 2008, SeB.fr wrote:
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.
1 replies so far (
Post your own)
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.