Revision 55325532
Added by Patrick Plitzner almost 8 years ago
eu.etaxonomy.taxeditor.bulkeditor/plugin.xml | ||
---|---|---|
222 | 222 |
id="eu.etaxonomy.taxeditor.referencingObjectsView.cdmViewerContextMenu"> |
223 | 223 |
</dynamic> |
224 | 224 |
</menuContribution> |
225 |
<menuContribution |
|
226 |
allPopups="false" |
|
227 |
locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental"> |
|
228 |
<command |
|
229 |
commandId="eu.etaxonomy.taxeditor.openReferencingObjectsView" |
|
230 |
label="Referencing Objects View" |
|
231 |
style="push"> |
|
232 |
</command> |
|
233 |
</menuContribution> |
|
225 | 234 |
</extension> |
226 | 235 |
<extension |
227 | 236 |
point="org.eclipse.ui.commands"> |
... | ... | |
283 | 292 |
name="%command.name.10"> |
284 | 293 |
</command> |
285 | 294 |
<command |
295 |
defaultHandler="eu.etaxonomy.taxeditor.handler.defaultHandler.OpenReferencingObjectsView" |
|
286 | 296 |
id="eu.etaxonomy.taxeditor.openReferencingObjectsView" |
287 | 297 |
name="Open Referencing Objects View"> |
288 | 298 |
</command> |
... | ... | |
472 | 482 |
class="eu.etaxonomy.taxeditor.bulkeditor.handler.ConvertPerson2TeamHandler" |
473 | 483 |
commandId="eu.etaxonomy.taxeditor.bulkeditor.convertPerson2Team"> |
474 | 484 |
</handler> |
475 |
<handler |
|
476 |
class="eu.etaxonomy.taxeditor.handler.defaultHandler.OpenReferencingObjectsView" |
|
477 |
commandId="eu.etaxonomy.taxeditor.openReferencingObjectsView"> |
|
478 |
<activeWhen> |
|
479 |
<with |
|
480 |
variable="activePartId"> |
|
481 |
<equals |
|
482 |
value="bulkeditor.editor"> |
|
483 |
</equals> |
|
484 |
</with> |
|
485 |
</activeWhen> |
|
486 |
</handler> |
|
487 | 485 |
|
488 | 486 |
</extension> |
489 | 487 |
<extension |
eu.etaxonomy.taxeditor.editor/plugin.xml | ||
---|---|---|
388 | 388 |
</separator> |
389 | 389 |
</menuContribution> |
390 | 390 |
<menuContribution |
391 |
locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental">
|
|
391 |
locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.store.showViewMenu.internal">
|
|
392 | 392 |
<separator |
393 | 393 |
name="eu.etaxonomy.taxeditor.store.showViewMenu.validation.separator" |
394 | 394 |
visible="true"> |
Also available in: Unified diff
Add ReferencingObjects view to "Show View" menu