Changeset 8295

Show
Ignore:
Timestamp:
09/12/08 08:58:43 (5 years ago)
Author:
stedwar2
Message:

Moved the "Generate Component" menu command to be a workbench action instead of an editor-contributed action.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/ComponentProject/plugin.xml

    r7824 r8295  
    9292   </extension> 
    9393   <extension 
    94          point="org.eclipse.ui.editorActions"> 
    95       <editorContribution 
    96           id="edu.vt.ossie.editors.ComponentEditor.actions" 
    97           targetID="edu.vt.ossie.editors.ComponentEditor"> 
    98          <action 
    99             id="edu.vt.ossie.actionSets.GenerateComponent" 
    100             label="Generate Component" 
    101             icon="icons/component.gif" 
    102             tooltip="Generate component's implementation skeleton" 
    103             menubarPath="edu.vt.ossie.menu/main" 
    104             class="edu.vt.ossie.actionSets.GenerateComponent"> 
    105          </action> 
    106       </editorContribution> 
    107    </extension> 
    108    <extension 
    10994         point="org.eclipse.ui.actionSets"> 
    11095      <actionSet 
     
    140125                        menubarPath="edu.vt.ossie.menu/main" 
    141126                        tooltip="Run Standalone Python OWD"> 
     127         </action> 
     128         <action 
     129            class="edu.vt.ossie.actionSets.GenerateComponent" 
     130            icon="icons/component.gif" 
     131            id="edu.vt.ossie.actionSets.GenerateComponent" 
     132            label="Generate Component" 
     133            tooltip="Generate component's implementation skeleton" 
     134            menubarPath="edu.vt.ossie.menu/main"> 
    142135         </action> 
    143136      </actionSet>