Revision df601566
Added by Katja Luther about 7 years ago
eu.etaxonomy.taxeditor.editor/plugin.xml | ||
---|---|---|
610 | 610 |
definitionId="isSynonym"> |
611 | 611 |
</reference> |
612 | 612 |
</visibleWhen> |
613 |
</command> |
|
614 |
<command |
|
615 |
commandId="eu.etaxonomy.taxeditor.editor.name.setAsBasionym" |
|
616 |
label="%command.label.57" |
|
617 |
style="push"> |
|
618 |
<visibleWhen> |
|
619 |
<reference |
|
620 |
definitionId="isSynonymInHomotypicalGroupWithMoreSynonyms"> |
|
621 |
</reference> |
|
622 |
</visibleWhen> |
|
613 | 623 |
</command> |
614 | 624 |
<command |
615 | 625 |
commandId="eu.etaxonomy.taxeditor.editor.name.moveSynonymToAnotherAcceptedTaxon" |
... | ... | |
1361 | 1371 |
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler" |
1362 | 1372 |
id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted" |
1363 | 1373 |
name="%command.name.6"> |
1374 |
</command> |
|
1375 |
<command |
|
1376 |
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category" |
|
1377 |
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler" |
|
1378 |
id="eu.etaxonomy.taxeditor.editor.name.setAsBasionym" |
|
1379 |
name="%command.name.57"> |
|
1364 | 1380 |
</command> |
1365 | 1381 |
<command |
1366 | 1382 |
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category" |
... | ... | |
1706 | 1722 |
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isNotHomotypicSynonymOfAcceptedTaxon"> |
1707 | 1723 |
</test> |
1708 | 1724 |
</with> |
1725 |
</definition> |
|
1726 |
<definition |
|
1727 |
id="isSynonymInHomotypicalGroupWithMoreSynonyms"> |
|
1728 |
<with |
|
1729 |
variable="selection"> |
|
1730 |
<test |
|
1731 |
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonymInHomotypicalGroupWithMoreSynonyms"> |
|
1732 |
</test> |
|
1733 |
</with> |
|
1709 | 1734 |
</definition> |
1710 | 1735 |
<definition |
1711 | 1736 |
id="isSynonym"> |
... | ... | |
1909 | 1934 |
class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester" |
1910 | 1935 |
id="eu.etaxonomy.taxeditor.editor.name.propertyTester" |
1911 | 1936 |
namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester" |
1912 |
properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms,isNotHomotypicSynonymOfAcceptedTaxon" |
|
1937 |
properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms,isNotHomotypicSynonymOfAcceptedTaxon,isSynonymInHomotypicalGroupWithMoreSynonyms"
|
|
1913 | 1938 |
type="org.eclipse.jface.viewers.IStructuredSelection"> |
1914 | 1939 |
</propertyTester> |
1915 | 1940 |
<propertyTester |
Also available in: Unified diff
translate some commands