Revision 9ad85674
Added by Patrick Plitzner almost 5 years ago
eu.etaxonomy.taxeditor.editor/plugin.xml | ||
---|---|---|
88 | 88 |
name="%view.name.0" |
89 | 89 |
restorable="true"> |
90 | 90 |
</view> |
91 |
<view |
|
92 |
category="eu.etaxonomy.taxeditor.editor.category" |
|
93 |
class="eu.etaxonomy.taxeditor.editor.view.concept.ConceptViewPart" |
|
94 |
id="eu.etaxonomy.taxeditor.editor.view.concept" |
|
95 |
name="%view.name.2" |
|
96 |
restorable="true"> |
|
97 |
</view> |
|
98 | 91 |
<view |
99 | 92 |
category="eu.etaxonomy.taxeditor.editor.category" |
100 | 93 |
class="eu.etaxonomy.taxeditor.editor.view.concept.graph.ConceptGraphView" |
... | ... | |
277 | 270 |
name="eu.etaxonomy.taxeditor.editor.showViewMenu" |
278 | 271 |
visible="true"> |
279 | 272 |
</separator> |
280 |
<command |
|
281 |
commandId="org.eclipse.ui.views.showView" |
|
282 |
label="%command.label.6" |
|
283 |
style="push"> |
|
284 |
<parameter |
|
285 |
name="org.eclipse.ui.views.showView.viewId" |
|
286 |
value="eu.etaxonomy.taxeditor.editor.view.concept"> |
|
287 |
</parameter> |
|
288 |
<visibleWhen |
|
289 |
checkEnabled="true"> |
|
290 |
<reference |
|
291 |
definitionId="isCdmStoreConnected"> |
|
292 |
</reference> |
|
293 |
</visibleWhen> |
|
294 |
</command> |
|
295 | 273 |
<command |
296 | 274 |
commandId="org.eclipse.ui.views.showView" |
297 | 275 |
label="%command.label.7" |
... | ... | |
838 | 816 |
|
839 | 817 |
|
840 | 818 |
|
841 |
<menuContribution |
|
842 |
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.concept"> |
|
843 |
<menu |
|
844 |
label="%menu.label.3"> |
|
845 |
<dynamic |
|
846 |
class="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationMenu" |
|
847 |
id="eu.etaxonomy.taxeditor.editor.view.concept.menus.new"> |
|
848 |
</dynamic> |
|
849 |
</menu> |
|
850 |
<dynamic |
|
851 |
class="eu.etaxonomy.taxeditor.view.CdmViewerContextMenu" |
|
852 |
id="eu.etaxonomy.taxeditor.view.context.CdmViewerContextMenu"> |
|
853 |
</dynamic> |
|
854 |
<separator |
|
855 |
name="eu.etaxonomy.taxeditor.editor.view.concept.menu.separator1" |
|
856 |
visible="true"> |
|
857 |
</separator> |
|
858 |
<command |
|
859 |
commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.delete" |
|
860 |
label="%command.label.44" |
|
861 |
style="push"> |
|
862 |
</command> |
|
863 |
</menuContribution> |
|
864 | 819 |
<menuContribution |
865 | 820 |
allPopups="false" |
866 | 821 |
locationURI="popup:bulkeditor.editor?before=eu.etaxonomy.taxeditor.bulkeditor.separator1"> |
... | ... | |
996 | 951 |
</with> |
997 | 952 |
</enabledWhen> |
998 | 953 |
</handler> |
999 |
<handler |
|
1000 |
class="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler" |
|
1001 |
commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.delete"> |
|
1002 |
<activeWhen> |
|
1003 |
<with |
|
1004 |
variable="activePartId"> |
|
1005 |
<equals |
|
1006 |
value="eu.etaxonomy.taxeditor.editor.view.concept"> |
|
1007 |
</equals> |
|
1008 |
</with> |
|
1009 |
</activeWhen> |
|
1010 |
</handler> |
|
1011 | 954 |
<handler |
1012 | 955 |
class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.ToggleShowOnlyIndividualAssociationsHandler" |
1013 | 956 |
commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"> |
... | ... | |
1343 | 1286 |
id="eu.etaxonomy.taxeditor.editor.view.concept.category" |
1344 | 1287 |
name="%category.name.6"> |
1345 | 1288 |
</category> |
1346 |
<command |
|
1347 |
categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category" |
|
1348 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationHandler" |
|
1349 |
id="eu.etaxonomy.taxeditor.editor.name.createConceptRelation" |
|
1350 |
name="%command.name.32"> |
|
1351 |
</command> |
|
1352 |
<command |
|
1353 |
categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category" |
|
1354 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptHandler" |
|
1355 |
id="eu.etaxonomy.taxeditor.editor.view.concept.command.open" |
|
1356 |
name="%command.name.33"> |
|
1357 |
</command> |
|
1358 |
<command |
|
1359 |
categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category" |
|
1360 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler" |
|
1361 |
id="eu.etaxonomy.taxeditor.editor.view.concept.command.delete" |
|
1362 |
name="%command.name.51"> |
|
1363 |
</command> |
|
1364 | 1289 |
<category |
1365 | 1290 |
id="eu.etaxonomy.taxeditor.bulkeditor.group.category" |
1366 | 1291 |
name="%category.name.7"> |
... | ... | |
1434 | 1359 |
id="eu.etaxonomy.taxeditor.openSpecimenEditorForTypeSpecimen" |
1435 | 1360 |
name="%command.name.OPEN_EDITOR_FOR_TYPE_SPECIMEN"> |
1436 | 1361 |
</command> |
1437 |
<command |
|
1438 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptInBulkEditorHandler" |
|
1439 |
id="eu.etaxonomy.taxeditor.editor.openBulkEditorForTaxonRelationship" |
|
1440 |
name="Open bulk editor for taxon relationship"> |
|
1441 |
</command> |
|
1442 | 1362 |
|
1443 | 1363 |
</extension> |
1444 | 1364 |
<extension |
Also available in: Unified diff
ref #6911 Migrate concept view