Merge branch 'hotfix/4.8.1'
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular / plugin.xml
index 78b734fd1ad72db0d93c26f003d3331af3159af4..7df2be1afbbc52fb9c3a097839186d5dbee532e1 100644 (file)
                id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.toggleLeftRightInsertion"
                name="%command.name.TOGGLE_LEFT_RIGHT_INSERTION">
          </command>
+         <command
+               defaultHandler="eu.etaxonomy.taxeditor.molecular.handler.ExportSequenceToFileHandler"
+               id="eu.etaxonomy.taxeditor.molecular.exportSequenceToFile"
+               name="%command.name.EXPORT_SEQUENCE_TO_FILE">
+         </command>
       </extension>
       <extension
             point="org.eclipse.ui.menus">
                   </reference>
                </visibleWhen>
             </command>
+            <command
+                  commandId="eu.etaxonomy.taxeditor.molecular.exportSequenceToFile"
+                  label="%command.label.EXPORT_SEQUENCE_TO_FILE"
+                  style="push">
+               <visibleWhen
+                     checkEnabled="true">
+                  <reference
+                        definitionId="isSequence">
+                  </reference>
+               </visibleWhen>
+            </command>
             <command
                   commandId="eu.etaxonomy.taxeditor.molecular.showPherogram"
                   label="%command.label.SHOW_PHEROGRAM"