Revision 5d3fd02f
Added by Patrick Plitzner over 6 years ago
eu.etaxonomy.taxeditor.navigation/plugin.xml | ||
---|---|---|
150 | 150 |
</and> |
151 | 151 |
</visibleWhen> |
152 | 152 |
</command> |
153 |
<command |
|
154 |
commandId="eu.etaxonomy.taxeditor.navigation.cloneClassification" |
|
155 |
label="Clone Classification" |
|
156 |
style="push"> |
|
157 |
<visibleWhen |
|
158 |
checkEnabled="true"> |
|
159 |
<and> |
|
160 |
<reference |
|
161 |
definitionId="isShowExperimentalFeatures"> |
|
162 |
</reference> |
|
163 |
<reference |
|
164 |
definitionId="isClassification"> |
|
165 |
</reference> |
|
166 |
</and> |
|
167 |
</visibleWhen> |
|
168 |
</command> |
|
153 | 169 |
<separator |
154 | 170 |
name="taxeditor-navigation.separator1" |
155 | 171 |
visible="true"> |
... | ... | |
451 | 467 |
id="eu.etaxonomy.taxeditor.navigation.key.polytomous.command.delete" |
452 | 468 |
name="%command.name.11"> |
453 | 469 |
</command> |
470 |
<command |
|
471 |
defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.CloneClassificationHandler" |
|
472 |
id="eu.etaxonomy.taxeditor.navigation.cloneClassification" |
|
473 |
name="Clone Classification"> |
|
474 |
</command> |
|
454 | 475 |
</extension> |
455 | 476 |
<extension |
456 | 477 |
point="org.eclipse.ui.handlers"> |
Also available in: Unified diff
ref #4867 Implement "Clone Classification" functionality