Project

General

Profile

« Previous | Next » 

Revision 34014ada

Added by Patrick Plitzner over 8 years ago

Open a newly created specimen in specimen editor

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
1453 1453
            id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.moveDescriptionElements"
1454 1454
            name="%command.name.12">
1455 1455
      </command>
1456
      <command
1457
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
1458
            id="eu.etaxonomy.taxeditor.editor.openSpecimenEditor"
1459
            name="Open Specimen Editor">
1460
         <commandParameter
1461
               id="eu.etaxonomy.taxeditor.specimenUuidParameter"
1462
               name="Specimen UUID parameter"
1463
               optional="true"
1464
               typeId="eu.etaxonomy.taxeditor.specimenUuidParameterType">
1465
         </commandParameter>
1466
      </command>
1456 1467
        
1457 1468
   </extension>
1469
   <extension
1470
         point="org.eclipse.ui.commands">
1471
      <commandParameterType
1472
            converter="eu.etaxonomy.taxeditor.handler.UuidParameterConverter"
1473
            id="eu.etaxonomy.taxeditor.specimenUuidParameterType"
1474
            type="java.util.UUID">
1475
      </commandParameterType>
1476
   </extension>
1458 1477
   <extension
1459 1478
         point="org.eclipse.core.expressions.definitions">
1460 1479
      <definition

Also available in: Unified diff