Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » IEditorActionDelegate with "pulldown" style
IEditorActionDelegate with "pulldown" style [message #302440] Thu, 20 April 2006 14:56 Go to next message
Alexander Karnstedt is currently offline Alexander KarnstedtFriend
Messages: 68
Registered: July 2009
Member
Hi,

is it possible, to make an editor action extension with pulldown style?

<extension
point="org.eclipse.ui.editorActions">
<editorContribution
id="report"
targetID="TheEditorPart">
<action
class="MyReportEditorActionDelegate"
disabledIcon="icons/print_disabled.gif"
icon="icons/print.gif"
id="MyReportEditorActionDelegate"
label="Report"
style="push"/>
</editorContribution>
</extension>

Alex
Re: IEditorActionDelegate with "pulldown" style [message #302849 is a reply to message #302440] Mon, 01 May 2006 13:28 Go to previous message
Alexander Karnstedt is currently offline Alexander KarnstedtFriend
Messages: 68
Registered: July 2009
Member
Sigh. Seems not possible. However with view actions this is(!) possible
- why not with editor actions?

Alexander Karnstedt schrieb:
> Hi,
>
> is it possible, to make an editor action extension with pulldown style?
>
Previous Topic:New Thread for each new editor instance possible?
Next Topic:CVS toolbar: Adding CVS operations?
Goto Forum:
  


Current Time: Wed Jul 03 10:27:48 GMT 2024

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

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

Back to the top