Revision 6a1330fd
Added by Patrick Plitzner almost 9 years ago
- added context menu option to create a new FieldUnit in DerivateEditor
eu.etaxonomy.taxeditor.editor/plugin.xml | ||
---|---|---|
610 | 610 |
label="Delete" |
611 | 611 |
style="push"> |
612 | 612 |
</command> |
613 |
<command |
|
614 |
commandId="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit" |
|
615 |
label="Create Field Unit" |
|
616 |
style="push"> |
|
617 |
</command> |
|
618 |
<command |
|
619 |
commandId="eu.etaxonomy.taxeditor.editor.derivate.deepDelete" |
|
620 |
label="Delete (with children)" |
|
621 |
style="push"> |
|
622 |
</command> |
|
613 | 623 |
</menuContribution> |
614 | 624 |
<menuContribution |
615 | 625 |
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"> |
... | ... | |
1271 | 1281 |
id="eu.etaxonomy.taxeditor.editor.taxonParameterType" |
1272 | 1282 |
type="eu.etaxonomy.cdm.model.taxon.TaxonBase"> |
1273 | 1283 |
</commandParameterType> |
1284 |
<command |
|
1285 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.CreateFieldUnitHandler" |
|
1286 |
id="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit" |
|
1287 |
name="Create Field Unit"> |
|
1288 |
</command> |
|
1289 |
<command |
|
1290 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler" |
|
1291 |
id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete" |
|
1292 |
name="Deep Delete"> |
|
1293 |
</command> |
|
1274 | 1294 |
</extension> |
1275 | 1295 |
<extension |
1276 | 1296 |
point="org.eclipse.core.expressions.definitions"> |
Also available in: Unified diff