Project

General

Profile

« Previous | Next » 

Revision 2d3da144

Added by Patrick Plitzner over 8 years ago

Add referencing objects view functionality to derivative editor #5403

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
776 776
      <menuContribution
777 777
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
778 778
         <command
779
               commandId="eu.etaxonomy.taxeditor.editor.derivate.delete"
779
               commandId="org.eclipse.ui.edit.delete"
780 780
               label="%command.label.52"
781 781
               style="push">
782 782
         </command>
......
786 786
               label="%command.label.54"
787 787
               style="push">
788 788
         </command>
789
         <dynamic
790
               class="eu.etaxonomy.taxeditor.view.CdmViewerContextMenu"
791
               id="eu.etaxonomy.taxeditor.editor.derivativeEditor.CdmViewerContextMenu">
792
         </dynamic>
789 793
         <dynamic
790 794
               class="eu.etaxonomy.taxeditor.editor.view.derivate.contextMenu.DerivateViewContextMenu"
791 795
               id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateContextMenu">
......
1120 1124
      </handler>
1121 1125
      <handler
1122 1126
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1123
            commandId="eu.etaxonomy.taxeditor.editor.view.derivate.command.delete">
1127
            commandId="org.eclipse.ui.edit.delete">
1124 1128
         <activeWhen>
1125 1129
            <with
1126 1130
                  variable="activePartId">
......
1152 1156
            </reference>
1153 1157
         </activeWhen>
1154 1158
      </handler>
1159
      <handler
1160
            class="eu.etaxonomy.taxeditor.handler.defaultHandler.OpenReferencingObjectsView"
1161
            commandId="eu.etaxonomy.taxeditor.openReferencingObjectsView">
1162
         <activeWhen>
1163
            <with
1164
                  variable="activePartId">
1165
               <equals
1166
                     value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
1167
               </equals>
1168
            </with>
1169
         </activeWhen>
1170
      </handler>
1155 1171
   </extension>
1156 1172
   <extension
1157 1173
         name="%extension.name"

Also available in: Unified diff