Project

General

Profile

« Previous | Next » 

Revision 36a8fc69

Added by Patrick Plitzner over 9 years ago

  • added empty "Delete Derivate" functionality to DerivateView

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
871 871
                   <equals
872 872
                         value="eu.etaxonomy.taxeditor.editor.view.media">
873 873
                   </equals>
874
                   <equals
875
                         value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
876
                   </equals>
877 874
                </or>
878 875
             </with>
879 876
          </activeWhen>
......
918 915
            class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
919 916
            commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler">
920 917
      </handler>
918
      <handler
919
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
920
            commandId="org.eclipse.ui.edit.delete">
921
         <activeWhen>
922
            <with
923
                  variable="activePartId">
924
               <equals
925
                     value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
926
               </equals>
927
            </with>
928
         </activeWhen>
929
      </handler>
921 930
   </extension>
922 931
   <extension
923 932
         name="%extension.name"

Also available in: Unified diff