Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » editor with toolbar
editor with toolbar [message #453351] Thu, 27 July 2006 08:22 Go to next message
exquisitus is currently offline exquisitusFriend
Messages: 211
Registered: July 2009
Senior Member
Hi!

How can I add a toolbar to the tabFolder of an editor? (put some buttons
near the expand/compress buttons of the tabfolder)
I've been looking around, and trying to solve it by myself but I counld not
find the solution

Thanks
Re: editor with toolbar [message #453375 is a reply to message #453351] Thu, 27 July 2006 18:58 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

exquisitus wrote:
> Hi!
>
> How can I add a toolbar to the tabFolder of an editor? (put some buttons
> near the expand/compress buttons of the tabfolder)
> I've been looking around, and trying to solve it by myself but I counld not
> find the solution

There's no hook to do that in eclipse ... all editor related buttons go
in the main toolbar.

Assuming you knew where to get your special editor only buttons (and
they would *not* be the normal editor action contributions) you could
write your own presentation.

The presentation is responsible for the editor stack (editor pane, the
ctab folder, etc) and the view stack (view pane, ctab folder, view
toolbar, and view menu).

Later,
PW


Previous Topic:Wizard's button label
Next Topic:perspective not displayed
Goto Forum:
  


Current Time: Sat Oct 12 03:42:30 GMT 2024

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

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

Back to the top