Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-dev] ActionSets in Products

Toolbar is linked with actionset.

 

<actionSet

            id="menuActionSet"

            label="actionSet.name"

            visible="false">

Actionset is visible in all perspectives if visible attribute in actionSet is true.

If this is set to false, you can restrict the visibility of this action set to desired perspective by extending org.eclipse.ui.perspectiveExtensions

 

<extension point="org.eclipse.ui.perspectiveExtensions">

          <perspectiveExtension targetID="com.fujitsu.cbdt.ui.COBOLPerspective">

               <actionSet id=" menuActionSet "/>


From: pde-dev-bounces@xxxxxxxxxxx [mailto:pde-dev-bounces@xxxxxxxxxxx] On Behalf Of euph0rion
Sent: Monday, December 11, 2006 11:29 PM
To: pde-dev@xxxxxxxxxxx
Subject: [pde-dev] ActionSets in Products

 

Hi,

i have created an actionset in the plugin editor (extension) which includes some actions

when i start the product from the eclipse ide the actions are shown in the menu and the toolbar

and it seems everything to be allright

but when i export the product und run the standalone version, the actions are not in the menu and toolbar

 

any ideas why the actions are not displayed in the exported product?

 

thx

Anton

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated..


Back to the top