- added context menu option to DerivateEditor to open sequence in AlignmentEditor
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4 <extension
5 id="application"
6 point="org.eclipse.core.runtime.applications">
7 <application>
8 <run
9 class="eu.etaxonomy.taxeditor.editor.Application">
10 </run>
11 </application>
12 </extension>
13 <extension
14 point="org.eclipse.core.runtime.adapters">
15 <factory
16 adaptableType="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
17 class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditorAdapterFactory">
18 <adapter
19 type="eu.etaxonomy.taxeditor.editor.DuplicateArbitrator">
20 </adapter>
21 </factory>
22 </extension>
23 <extension
24 point="org.eclipse.ui.editors">
25 <editor
26 class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
27 icon="icons/edit_16x16.gif"
28 id="eu.etaxonomy.taxeditor.editor.taxon"
29 name="%editor.name">
30 </editor>
31 <editor
32 class="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor"
33 default="true"
34 id="eu.etaxonomy.taxeditor.editor.taxon.name"
35 name="%editor.name.0">
36 </editor>
37 <editor
38 class="eu.etaxonomy.taxeditor.editor.key.KeyEditor"
39 default="false"
40 id="eu.etaxonomy.taxeditor.editor.key"
41 name="%editor.name.1">
42 </editor>
43 <editor
44 class="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyGraphEditor"
45 default="false"
46 id="eu.etaxonomy.taxeditor.editor.key.polytomous.graph"
47 name="%editor.name.2">
48 </editor>
49 <editor
50 class="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyListEditor"
51 default="false"
52 id="eu.etaxonomy.taxeditor.editor.key.polytomous.list"
53 name="%editor.name.3">
54 </editor>
55 <editor
56 class="eu.etaxonomy.taxeditor.editor.group.authority.CdmAuthorityEditor"
57 default="false"
58 id="eu.etaxonomy.taxeditor.editor.group.authority"
59 name="%editor.name.4">
60 </editor>
61 <editor
62 class="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
63 default="false"
64 icon="icons/derivate_view-16x16-32.png"
65 id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
66 name="%editor.name.5">
67 </editor>
68 <editor
69 class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"
70 default="false"
71 id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"
72 name="%editor.name.6">
73 </editor>
74 <editor
75 class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
76 default="false"
77 id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
78 name="%editor.name.7">
79 </editor>
80 <editor
81 class="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
82 icon="icons/check.png"
83 id="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
84 name="%editor.name.8">
85 </editor>
86 <editor
87 class="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor"
88 default="false"
89 id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor"
90 name="Alignment Editor">
91 </editor>
92 </extension>
93 <extension
94 id="eu.etaxonomy.taxeditor.editor.molecular.PherogramView"
95 point="org.eclipse.ui.views">
96 <view
97 allowMultiple="false"
98 category="eu.etaxonomy.taxeditor.editor.category"
99 class="eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart"
100 icon="icons/address-book-new.png"
101 id="eu.etaxonomy.taxeditor.editor.view.descriptive"
102 name="%view.name"
103 restorable="true">
104 </view>
105 <view
106 allowMultiple="false"
107 category="eu.etaxonomy.taxeditor.editor.category"
108 class="eu.etaxonomy.taxeditor.editor.view.uses.UsesViewPart"
109 icon="icons/leaf.png"
110 id="eu.etaxonomy.taxeditor.editor.view.uses"
111 name="%view.name.0"
112 restorable="true">
113 </view>
114 <view
115 allowMultiple="false"
116 category="eu.etaxonomy.taxeditor.editor.category"
117 class="eu.etaxonomy.taxeditor.editor.view.media.MediaViewPart"
118 icon="icons/camera-photo.png"
119 id="eu.etaxonomy.taxeditor.editor.view.media"
120 name="%view.name.1"
121 restorable="true">
122 </view>
123 <view
124 category="eu.etaxonomy.taxeditor.editor.category"
125 class="eu.etaxonomy.taxeditor.editor.view.concept.ConceptViewPart"
126 id="eu.etaxonomy.taxeditor.editor.view.concept"
127 name="%view.name.2"
128 restorable="true">
129 </view>
130 <view
131 category="eu.etaxonomy.taxeditor.editor.category"
132 class="eu.etaxonomy.taxeditor.editor.view.concept.graph.ConceptGraphView"
133 icon="icons/address-book-new.png"
134 id="eu.etaxonomy.taxeditor.editor.view.concept.graph"
135 name="%view.name.3"
136 restorable="true">
137 </view>
138 <category
139 id="eu.etaxonomy.taxeditor.editor.category"
140 name="%category.name">
141 </category>
142 <view
143 allowMultiple="true"
144 class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
145 id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
146 name="%view.name.4">
147 </view>
148 <view
149 allowMultiple="true"
150 class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
151 id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
152 name="%view.name.5">
153 </view>
154 <view
155 allowMultiple="false"
156 category="eu.etaxonomy.taxeditor.editor.category"
157 class="eu.etaxonomy.taxeditor.editor.view.validation.ValidationProblemsView"
158 icon="icons/edit_16x16.gif"
159 id="eu.etaxonomy.taxeditor.editor.view.validation.problems"
160 name="%view.name.6">
161 </view>
162 <view
163 allowMultiple="true"
164 class="eu.etaxonomy.taxeditor.editor.molecular.PherogramViewPart"
165 id="eu.etaxonomy.taxeditor.editor.molecular.PherogramView"
166 name="PherogramView"
167 restorable="true">
168 </view>
169 </extension>
170 <!-- VALIDATION RELATED STUFF -->
171 <extension point="org.eclipse.core.resources.markers" name="Validation Error" id="eu.etaxonomy.taxeditor.markers.validationerror">
172 <super type="org.eclipse.core.resources.problemmarker"/>
173 <attribute name="databaseId"/>
174 <attribute name="userFriendlyTypeName"/>
175 <attribute name="userFriendlyDescription"/>
176 <attribute name="userFriendlyFieldName"/>
177 <attribute name="validatorMessage"/>
178 <attribute name="invalidValue"/>
179 <attribute name="validatorClass"/>
180 <attribute name="entityClass"/>
181 <attribute name="entityId"/>
182 <persistent value="false"/>
183 </extension>
184
185 <extension point="org.eclipse.ui.ide.markerSupport">
186 <markerContentGenerator
187 id="eu.etaxonomy.taxeditor.editor.validation.ValidationProblemsMarkerGenerator"
188 name="Validation Problems Marker Generator">
189 <markerTypeReference id="eu.etaxonomy.taxeditor.markers.validationerror" />
190
191 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName" visible="true" />
192 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription" visible="true" />
193 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName" visible="true" />
194 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage" visible="true" />
195 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.invalidValue" visible="true" />
196 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorClass" visible="false" />
197 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityClass" visible="false" />
198 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityId" visible="false" />
199 </markerContentGenerator>
200
201 <markerField
202 class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyTypeNameMarkerField"
203 id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName"
204 name="%marker.field.0">
205 </markerField>
206 <markerField
207 class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyDescriptionMarkerField"
208 id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription"
209 name="%marker.field.1">
210 </markerField>
211 <markerField
212 class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyFieldNameMarkerField"
213 id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName"
214 name="%marker.field.2 = Attribute">
215 </markerField>
216 <markerField
217 class="eu.etaxonomy.taxeditor.editor.view.validation.InvalidValueMarkerField"
218 id="eu.etaxonomy.taxeditor.markers.validation.invalidValue"
219 name="%marker.field.3 = Problematic Value">
220 </markerField>
221 <markerField
222 class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorMessageMarkerField"
223 id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage"
224 name="%marker.field.4 = Problem description">
225 </markerField>
226 <markerField
227 class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorClassMarkerField"
228 id="eu.etaxonomy.taxeditor.markers.validation.validatorClass"
229 name="%marker.field.5">
230 </markerField>
231 <markerField
232 class="eu.etaxonomy.taxeditor.editor.view.validation.EntityClassMarkerField"
233 id="eu.etaxonomy.taxeditor.markers.validation.entityClass"
234 name="%marker.field.6">
235 </markerField>
236 <markerField
237 class="eu.etaxonomy.taxeditor.editor.view.validation.EntityIdMarkerField"
238 id="eu.etaxonomy.taxeditor.markers.validation.entityId"
239 name="%marker.field.7">
240 </markerField>
241 </extension>
242 <extension
243 point="org.eclipse.ui.elementFactories">
244 <factory
245 class="eu.etaxonomy.taxeditor.editor.TaxonEditorInputFactory"
246 id="eu.etaxonomy.taxeditor.editor.name.taxonEditorInputFactory">
247 </factory>
248 </extension>
249 <extension
250 point="org.eclipse.ui.menus">
251 <menuContribution
252 locationURI="menu:eu.etaxonomy.navigation.menu.new?after=eu.etaxonomy.navigation.menu.new.separator1">
253 <command
254 commandId="eu.etaxonomy.taxeditor.editor.command.new.name"
255 label="%command.label.46"
256 style="push">
257 </command>
258 <command
259 commandId="eu.etaxonomy.taxeditor.editor.command.new.reference"
260 label="%command.label.47"
261 style="push">
262 </command>
263 <command
264 commandId="eu.etaxonomy.taxeditor.editor.command.new.team"
265 label="%command.label.1"
266 style="push">
267 </command>
268 <command
269 commandId="eu.etaxonomy.taxeditor.editor.command.new.person"
270 label="%command.label.2"
271 style="push">
272 </command>
273 <separator
274 name="eu.etaxonomy.navigation.menu.new.separator2"
275 visible="true">
276 </separator>
277 <command
278 commandId="eu.etaxonomy.taxeditor.editor.command.new.specimen"
279 label="%command.label.3"
280 style="push">
281 </command>
282 <separator
283 name="eu.etaxonomy.navigation.menu.new.separator3"
284 visible="true">
285 </separator>
286 <command
287 commandId="eu.etaxonomy.taxeditor.editor.command.new.datasource"
288 label="%command.label.48"
289 style="push">
290 </command>
291 </menuContribution>
292 <menuContribution
293 locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.store.showViewMenu.details">
294 <separator
295 name="eu.etaxonomy.taxeditor.editor.showViewMenu"
296 visible="true">
297 </separator>
298 <command
299 commandId="org.eclipse.ui.views.showView"
300 label="%command.label.4"
301 style="push">
302 <parameter
303 name="org.eclipse.ui.views.showView.viewId"
304 value="eu.etaxonomy.taxeditor.editor.view.descriptive">
305 </parameter>
306 </command>
307 <command
308 commandId="org.eclipse.ui.views.showView"
309 label="%command.label.5"
310 style="push">
311 <parameter
312 name="org.eclipse.ui.views.showView.viewId"
313 value="eu.etaxonomy.taxeditor.editor.view.media">
314 </parameter>
315 </command>
316 <command
317 commandId="org.eclipse.ui.views.showView"
318 label="%command.label.6"
319 style="push">
320 <parameter
321 name="org.eclipse.ui.views.showView.viewId"
322 value="eu.etaxonomy.taxeditor.editor.view.concept">
323 </parameter>
324 </command>
325 <command
326 commandId="org.eclipse.ui.views.showView"
327 label="%command.label.7"
328 style="push">
329 <parameter
330 name="org.eclipse.ui.views.showView.viewId"
331 value="eu.etaxonomy.taxeditor.editor.view.concept.graph">
332 </parameter>
333 <visibleWhen
334 checkEnabled="false">
335 <reference
336 definitionId="isShowExperimentalFeatures">
337 </reference>
338 </visibleWhen>
339 </command>
340 <command
341 commandId="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditor"
342 label="Alignment Editor"
343 style="push">
344 </command>
345 </menuContribution>
346 <menuContribution
347 locationURI="menu:org.eclipse.ui.main.menu.navigate">
348 <command
349 commandId="eu.etaxonomy.taxeditor.editor.command.openParent"
350 label="%command.label.8"
351 style="push">
352 </command>
353 </menuContribution>
354 <menuContribution
355 locationURI="popup:eu.etaxonomy.taxeditor.editor.taxon.name">
356 <menu
357 label="%menu.label">
358 <command
359 commandId="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
360 label="%command.label.9"
361 style="push">
362 <visibleWhen>
363 <reference
364 definitionId="isAcceptedTaxon">
365 </reference>
366 </visibleWhen>
367 </command>
368 <command
369 commandId="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
370 label="%command.label.10"
371 style="push">
372 <visibleWhen>
373 <reference
374 definitionId="isAcceptedTaxon">
375 </reference>
376 </visibleWhen>
377 </command>
378 <command
379 commandId="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
380 label="%command.label.11"
381 style="push">
382 <visibleWhen>
383 <reference
384 definitionId="isSynonym">
385 </reference>
386 </visibleWhen>
387 </command>
388 <separator
389 name="separator1"
390 visible="true">
391 </separator>
392 <command
393 commandId="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
394 label="%command.label.49"
395 style="push">
396 <visibleWhen>
397 <or>
398 <reference
399 definitionId="isAcceptedTaxon">
400 </reference>
401 <reference
402 definitionId="isMisapplication">
403 </reference>
404 </or>
405 </visibleWhen>
406 </command>
407 </menu>
408 <!--<command
409 commandId="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
410 label="Change Accepted Taxon to Synonym"
411 style="push">
412 <visibleWhen
413 checkEnabled="true">
414 <reference
415 definitionId="isAcceptedAndHasNoHomotypicSynonyms">
416 </reference>
417 </visibleWhen
418 <visibleWhen>
419 <or>
420 <reference
421 definitionId="isAcceptedTaxon">
422 </reference>
423 <reference
424 definitionId="isMisapplication">
425 </reference>
426 </or>
427 </visibleWhen>
428 </command>-->
429 <menu
430 label="%menu.label.0">
431 <command
432 commandId="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
433 label="%command.label.12"
434 style="push">
435 <visibleWhen>
436 <not>
437 <or>
438 <reference
439 definitionId="isAcceptedTaxon">
440 </reference>
441 <reference
442 definitionId="isMisapplication">
443 </reference>
444 </or>
445 </not>
446 </visibleWhen>
447 </command>
448 <command
449 commandId="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
450 label="%command.label.13"
451 style="push">
452 <visibleWhen>
453 <not>
454 <or>
455 <reference
456 definitionId="isAcceptedTaxon">
457 </reference>
458 <reference
459 definitionId="isSynonym">
460 </reference>
461 </or>
462 </not>
463 </visibleWhen>
464 </command>
465 <command
466 commandId="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
467 label="%command.label.14"
468 style="push">
469 <visibleWhen>
470 <not>
471 <or>
472 <reference
473 definitionId="isAcceptedTaxon">
474 </reference>
475 <reference
476 definitionId="isMisapplication">
477 </reference>
478 </or>
479 </not>
480 </visibleWhen>
481 </command>
482 </menu>
483 <separator
484 name="taxeditor-editor.separator1"
485 visible="true">
486 </separator>
487 <command
488 commandId="org.eclipse.ui.edit.delete"
489 label="%command.label.15"
490 style="push">
491 <visibleWhen>
492 <or>
493 <reference
494 definitionId="isSynonym">
495 </reference>
496 <reference
497 definitionId="isMisapplication">
498 </reference>
499 <reference
500 definitionId="isConceptRelation">
501 </reference>
502 </or>
503 </visibleWhen>
504 </command>
505 <command
506 commandId="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
507 label="%command.label.16"
508 style="push">
509 <visibleWhen>
510 <reference
511 definitionId="hasEmptyNames">
512 </reference>
513 </visibleWhen>
514 </command>
515 <separator
516 name="taxeditor-editor.separator2"
517 visible="true">
518 </separator>
519 <dynamic
520 class="eu.etaxonomy.taxeditor.editor.name.handler.GroupBasionymContributionItem"
521 id="taxeditor-editor.dynamic.setBasionym">
522 <visibleWhen>
523 <or>
524 <reference
525 definitionId="isAcceptedTaxon">
526 </reference>
527 <reference
528 definitionId="isSynonym">
529 </reference>
530 </or>
531 </visibleWhen>
532 </dynamic>
533 <command
534 commandId="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
535 label="%command.label.17"
536 style="push">
537 <visibleWhen>
538 <reference
539 definitionId="isSynonym">
540 </reference>
541 </visibleWhen>
542 </command>
543 <separator
544 name="taxeditor-editor.separator3"
545 visible="true">
546 </separator>
547 <command
548 commandId="org.eclipse.ui.views.showView"
549 label="%command.label.18"
550 style="push">
551 <parameter
552 name="org.eclipse.ui.views.showView.viewId"
553 value="eu.etaxonomy.taxeditor.editor.forms.detailsView">
554 </parameter>
555 </command>
556 <separator
557 name="taxeditor-editor.separator4"
558 visible="true">
559 </separator>
560 <command
561 commandId="org.eclipse.ui.file.save"
562 label="%command.label.19"
563 style="push">
564 </command>
565 </menuContribution>
566 <menuContribution
567 locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous">
568 <command
569 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
570 label="%command.label.20"
571 style="push">
572 </command>
573 <separator
574 name="taxeditor-editor.separator1"
575 visible="true">
576 </separator>
577 <command
578 commandId="org.eclipse.ui.edit.delete"
579 label="%command.label.21"
580 style="push">
581 </command>
582 <separator
583 name="taxeditor-editor.separator2"
584 visible="true">
585 </separator>
586 <command
587 commandId="eu.etaxonomy.taxeditor.key.command.applyLayout"
588 label="%command.label.22"
589 style="push">
590 </command>
591 <separator
592 name="taxeditor-editor.separator3"
593 visible="true">
594 </separator>
595 </menuContribution>
596 <menuContribution
597 locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
598 <command
599 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
600 label="%command.label.23"
601 style="push">
602 </command>
603 <command
604 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
605 label="%command.label.24"
606 style="push">
607 </command>
608 <command
609 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
610 label="%command.label.25"
611 style="push">
612 </command>
613 <command
614 commandId="org.eclipse.ui.edit.delete"
615 label="%command.label.26"
616 style="push">
617 </command>
618 </menuContribution>
619 <menuContribution
620 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.descriptive">
621 <command
622 commandId="eu.etaxonomy.taxeditor.description.commands.adddescription"
623 label="%command.label.27"
624 style="push">
625 </command>
626 <separator
627 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator3"
628 visible="true">
629 </separator>
630 <menu
631 label="%menu.label.1">
632 <dynamic
633 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DynamicFeatureMenu"
634 id="eu.etaxonomy.taxeditor.dynamicFeatureMenu">
635 </dynamic>
636 <visibleWhen
637 checkEnabled="true">
638 <or>
639 <reference
640 definitionId="isDescription">
641 </reference>
642 <reference
643 definitionId="isDescriptionElement">
644 </reference>
645 <reference
646 definitionId="isFeatureNodeContainer">
647 </reference>
648 </or>
649 </visibleWhen>
650 </menu>
651 <separator
652 name="taxeditor-editor.separator1"
653 visible="true">
654 </separator>
655 <command
656 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
657 label="Open in Derivate Editor"
658 style="push">
659 <visibleWhen
660 checkEnabled="true">
661 <with
662 variable="selection">
663 <count
664 value="+">
665 </count>
666 </with>
667 </visibleWhen>
668 </command>
669 <command
670 commandId="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
671 label="%command.label.28"
672 style="push">
673 <visibleWhen
674 checkEnabled="true">
675 <reference
676 definitionId="isDescription">
677 </reference>
678 </visibleWhen>
679 </command>
680 <command
681 commandId="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
682 label="%command.label.29"
683 style="push">
684 <visibleWhen
685 checkEnabled="true">
686 <or>
687 <reference
688 definitionId="isDescriptionElement">
689 </reference>
690 <reference
691 definitionId="isFeatureNodeContainer">
692 </reference>
693 </or>
694 </visibleWhen>
695 </command>
696 <separator
697 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
698 visible="true">
699 </separator>
700 <command
701 commandId="org.eclipse.ui.edit.delete"
702 label="%command.label.30"
703 style="push">
704 </command>
705 <separator
706 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
707 visible="true">
708 </separator>
709 <command
710 commandId="org.eclipse.ui.file.save"
711 label="%command.label.31"
712 style="push">
713 </command>
714 <separator
715 name="eu.etaxonomy.taxeditor.editor.separator1">
716 </separator>
717 </menuContribution>
718 <menuContribution
719 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
720 <dynamic
721 class="eu.etaxonomy.taxeditor.editor.view.derivate.contextMenu.DerivateViewContextMenu"
722 id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateContextMenu">
723 </dynamic>
724 <command
725 commandId="org.eclipse.ui.edit.delete"
726 label="Delete"
727 style="push">
728 </command>
729 <command
730 commandId="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
731 label="Create Field Unit"
732 style="push">
733 </command>
734 <command
735 commandId="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
736 icon="icons/deep-delete-16x16-32.png"
737 label="Delete (with children)"
738 style="push">
739 </command>
740 <command
741 commandId="eu.etaxonomy.taxeditor.editor.editSequence"
742 label="Edit Sequence"
743 style="push">
744 <visibleWhen
745 checkEnabled="true">
746 <reference
747 definitionId="isSequence">
748 </reference>
749 </visibleWhen>
750 </command>
751 </menuContribution>
752 <menuContribution
753 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor">
754 <dynamic
755 class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
756 id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
757 </dynamic>
758 </menuContribution>
759 <menuContribution
760 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor">
761 <dynamic
762 class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
763 id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
764 </dynamic>
765 </menuContribution>
766
767
768
769
770 <menuContribution
771 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.uses">
772 <command
773 commandId="eu.etaxonomy.taxeditor.use.commands.adduse"
774 label="%command.label.32"
775 style="push">
776 </command>
777 <command
778 commandId="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
779 label="%command.label.33"
780 style="push">
781 <visibleWhen
782 checkEnabled="true">
783 <or>
784 <reference
785 definitionId="isDescription">
786 </reference>
787 <reference
788 definitionId="isDescriptionElement">
789 </reference>
790 <reference
791 definitionId="isFeatureNodeContainer">
792 </reference>
793 </or>
794 </visibleWhen>
795 </command>
796 <command
797 commandId="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
798 label="%command.label.34"
799 style="push">
800 <visibleWhen
801 checkEnabled="true">
802 <or>
803 <reference
804 definitionId="isDescription">
805 </reference>
806 <reference
807 definitionId="isDescriptionElement">
808 </reference>
809 <reference
810 definitionId="isFeatureNodeContainer">
811 </reference>
812 </or>
813 </visibleWhen>
814 </command>
815 <separator
816 name="eu.etaxonomy.taxeditor.usesEditor.separator3"
817 visible="true">
818 </separator>
819 <separator
820 name="taxeditor-editor.separator1"
821 visible="true">
822 </separator>
823 <separator
824 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
825 visible="true">
826 </separator>
827 <command
828 commandId="org.eclipse.ui.edit.delete"
829 label="%command.label.35"
830 style="push">
831 </command>
832 <separator
833 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
834 visible="true">
835 </separator>
836 <command
837 commandId="org.eclipse.ui.file.save"
838 label="%command.label.36"
839 style="push">
840 </command>
841 </menuContribution>
842
843
844
845
846
847 <menuContribution
848 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.media">
849 <command
850 commandId="taxeditor-editor.command.newimagegallery"
851 label="%command.label.37"
852 style="push">
853 <visibleWhen>
854 <or>
855 <reference
856 definitionId="isBulkEditor">
857 </reference>
858 <reference
859 definitionId="isTaxonEditor">
860 </reference>
861 <reference
862 definitionId="isDerivateEditor">
863 </reference>
864 </or>
865 </visibleWhen>
866 </command>
867 <separator
868 name="taxeditor-editor.separator1"
869 visible="true">
870 </separator>
871 <command
872 commandId="taxeditor-editor.newimage"
873 label="%command.label.38"
874 style="push">
875 <visibleWhen>
876 <reference
877 definitionId="isImageGallery">
878 </reference>
879 </visibleWhen>
880 </command>
881 <command
882 commandId="taxeditor-editor.useExistingImage"
883 label="%command.label.50"
884 style="push">
885 <visibleWhen>
886 <reference
887 definitionId="isImageGallery">
888 </reference>
889 </visibleWhen>
890 </command>
891 <command
892 commandId="taxeditor-editor.command.moveimgdown"
893 label="%command.label.39"
894 style="push">
895 <visibleWhen>
896 <reference
897 definitionId="isMedia">
898 </reference>
899 </visibleWhen>
900 </command>
901 <command
902 commandId="taxeditor-editor.command.moveimgup"
903 label="%command.label.40"
904 style="push">
905 <visibleWhen>
906 <reference
907 definitionId="isMedia">
908 </reference>
909 </visibleWhen>
910 </command>
911 <separator
912 name="taxeditor-editor.separator2"
913 visible="true">
914 </separator>
915 <command
916 commandId="org.eclipse.ui.edit.delete"
917 label="%command.label.41"
918 style="push">
919 </command>
920 <command
921 commandId="org.eclipse.ui.file.save"
922 label="%command.label.42"
923 style="push">
924 </command>
925 </menuContribution>
926 <menuContribution
927 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.concept">
928 <menu
929 label="%menu.label.3">
930 <dynamic
931 class="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationMenu"
932 id="eu.etaxonomy.taxeditor.editor.view.concept.menus.new">
933 </dynamic>
934 </menu>
935 <command
936 commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
937 label="%command.label.43"
938 style="push">
939 </command>
940 <separator
941 name="eu.etaxonomy.taxeditor.editor.view.concept.menu.separator1"
942 visible="true">
943 </separator>
944 <command
945 commandId="org.eclipse.ui.edit.delete"
946 label="%command.label.44"
947 style="push">
948 </command>
949 </menuContribution>
950 <menuContribution
951 allPopups="false"
952 locationURI="popup:#BulkEditorContext?before=taxeditor-bulkeditor.separator1">
953 <command
954 commandId="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
955 label="%command.label.45"
956 style="push">
957 <visibleWhen>
958 <reference
959 definitionId="isGroup">
960 </reference>
961 </visibleWhen>
962 </command>
963 </menuContribution>
964 <menuContribution
965 allPopups="false"
966 locationURI="menu:org.eclipse.ui.main.menu">
967 <menu
968 label="Alignment Editor">
969 <command
970 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
971 label="Load Pherogram"
972 style="push">
973 </command>
974 <visibleWhen
975 checkEnabled="true">
976 <with
977 variable="activePartId">
978 <equals
979 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
980 </equals>
981 </with>
982 </visibleWhen>
983 </menu>
984 </menuContribution>
985 <menuContribution
986 locationURI="toolbar:org.eclipse.ui.main.toolbar?after=eu.etaxonomy.taxeditor.navigation.search.toolbar">
987 <toolbar
988 id="eu.etaxonomy.taxeditor.editor.alignmentToolbar">
989 <command
990 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite"
991 label="Toggle insert/overwrite"
992 style="push">
993 <visibleWhen
994 checkEnabled="true">
995 <with
996 variable="activePartId">
997 <equals
998 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
999 </equals>
1000 </with>
1001 </visibleWhen>
1002 </command>
1003 <command
1004 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion"
1005 label="Toggle left/right insertion"
1006 style="push">
1007 <visibleWhen
1008 checkEnabled="true">
1009 <with
1010 variable="activePartId">
1011 <equals
1012 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1013 </equals>
1014 </with>
1015 </visibleWhen>
1016 </command>
1017 </toolbar>
1018 </menuContribution>
1019
1020 <menuContribution
1021 allPopups="false"
1022 locationURI="toolbar:eu.etaxonomy.taxeditor.editor.view.descriptive">
1023 <command
1024 commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1025 icon="icons/link_obj.gif"
1026 style="toggle"
1027 tooltip="Show Only Individuals Associations">
1028 </command>
1029 </menuContribution>
1030 <menuContribution
1031 allPopups="false"
1032 locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup?after=taxeditor-navigation.separator2">
1033 <command
1034 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1035 label="Open Associated Derivates"
1036 style="push">
1037 <visibleWhen
1038 checkEnabled="false">
1039 <and>
1040 <reference
1041 definitionId="isCdmStoreConnected">
1042 </reference>
1043 <reference
1044 definitionId="isTaxonNode">
1045 </reference>
1046 </and>
1047 </visibleWhen>
1048 </command>
1049 <separator
1050 name="eu.etaxonomy.taxeditor.editor.separator1"
1051 visible="true">
1052 </separator>
1053 </menuContribution>
1054 <menuContribution
1055 locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental">
1056 <separator
1057 name="eu.etaxonomy.taxeditor.store.showViewMenu.validation.separator"
1058 visible="true">
1059 </separator>
1060 <command
1061 commandId="org.eclipse.ui.views.showView"
1062 label="%command.name.40"
1063 style="push">
1064 <parameter
1065 name="org.eclipse.ui.views.showView.viewId"
1066 value="eu.etaxonomy.taxeditor.editor.view.validation.problems">
1067 </parameter>
1068 </command>
1069 </menuContribution>
1070 </extension>
1071 <extension
1072 point="org.eclipse.ui.handlers">
1073 <handler
1074 class="org.eclipse.ui.internal.handlers.NewEditorHandler"
1075 commandId="org.eclipse.ui.window.newEditor">
1076 <activeWhen>
1077 <not>
1078 <instanceof
1079 value="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor">
1080 </instanceof>
1081 </not>
1082 </activeWhen>
1083 <enabledWhen>
1084 <count
1085 value="-1">
1086 </count>
1087 </enabledWhen>
1088 </handler>
1089 <handler
1090 class="eu.etaxonomy.taxeditor.editor.name.handler.DeleteTaxonBaseHandler"
1091 commandId="org.eclipse.ui.edit.delete">
1092 <activeWhen>
1093 <and>
1094 <reference
1095 definitionId="isTaxonBase">
1096 </reference>
1097 <not>
1098 <reference
1099 definitionId="isAcceptedTaxon">
1100 </reference>
1101 </not>
1102 </and>
1103 </activeWhen>
1104 </handler>
1105 <handler
1106 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1107 commandId="org.eclipse.ui.edit.delete">
1108 <activeWhen>
1109 <with
1110 variable="activePartId">
1111 <or>
1112 <equals
1113 value="eu.etaxonomy.taxeditor.editor.view.descriptive">
1114 </equals>
1115 <equals
1116 value="eu.etaxonomy.taxeditor.editor.view.media">
1117 </equals>
1118 </or>
1119 </with>
1120 </activeWhen>
1121 </handler>
1122 <handler
1123 class="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.DeleteNodeHandler"
1124 commandId="org.eclipse.ui.edit.delete">
1125 <activeWhen>
1126 <with
1127 variable="activePartId">
1128 <equals
1129 value="eu.etaxonomy.taxeditor.editor.key">
1130 </equals>
1131 </with>
1132 </activeWhen>
1133 </handler>
1134 <handler
1135 class="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler"
1136 commandId="org.eclipse.ui.edit.delete">
1137 <activeWhen>
1138 <with
1139 variable="activePartId">
1140 <equals
1141 value="eu.etaxonomy.taxeditor.editor.view.concept">
1142 </equals>
1143 </with>
1144 </activeWhen>
1145 </handler>
1146 <handler
1147 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1148 commandId="org.eclipse.ui.edit.delete">
1149 <activeWhen>
1150 <with
1151 variable="activePartId">
1152 <equals
1153 value="eu.etaxonomy.taxeditor.editor.view.uses">
1154 </equals>
1155 </with>
1156 </activeWhen>
1157 </handler>
1158 <handler
1159 class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1160 commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler">
1161 </handler>
1162 <handler
1163 class="eu.etaxonomy.taxeditor.editor.handler.LoadPherogramHandler"
1164 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram">
1165 <activeWhen>
1166 <with
1167 variable="activePartId">
1168 <equals
1169 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1170 </equals>
1171 </with>
1172 </activeWhen>
1173 </handler>
1174 <handler
1175 class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1176 commandId="org.eclipse.ui.edit.delete">
1177 <activeWhen>
1178 <with
1179 variable="activePartId">
1180 <equals
1181 value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
1182 </equals>
1183 </with>
1184 </activeWhen>
1185 </handler>
1186 <handler
1187 class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivateEditorForTaxonHandler"
1188 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView">
1189 <activeWhen>
1190 <with
1191 variable="activePartId">
1192 <equals
1193 value="eu.etaxonomy.taxeditor.navigation.navigator">
1194 </equals>
1195 </with>
1196 </activeWhen>
1197 </handler>
1198 <handler
1199 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.ToggleShowOnlyIndividualAssociationsHandler"
1200 commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations">
1201 </handler>
1202 <handler
1203 class="eu.etaxonomy.taxeditor.editor.handler.ToggleInsertOverwriteHandler"
1204 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite">
1205 </handler>
1206 <handler
1207 class="eu.etaxonomy.taxeditor.editor.handler.ToggleLeftRightInsertionHandler"
1208 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion">
1209 </handler>
1210 </extension>
1211 <extension
1212 name="%extension.name"
1213 point="org.eclipse.ui.commands">
1214 <category
1215 id="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1216 name="%category.name.0">
1217 </category>
1218 <command
1219 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1220 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenParentHandler"
1221 id="eu.etaxonomy.taxeditor.editor.command.openParent"
1222 name="%command.name">
1223 </command>
1224 <command
1225 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1226 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHomotypicSynonymHandler"
1227 id="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
1228 name="%command.name.0">
1229 </command>
1230 <command
1231 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1232 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHeterotypicSynonymHandler"
1233 id="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
1234 name="%command.name.1">
1235 </command>
1236 <command
1237 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1238 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateSynonymInHomotypicalGroupHandler"
1239 id="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
1240 name="%command.name.2">
1241 </command>
1242 <command
1243 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1244 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateMisapplicationHandler"
1245 id="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
1246 name="%command.name.36">
1247 </command>
1248 <!--command
1249 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.MoveTaxonHandler"
1250 id="eu.etaxonomy.taxeditor.editor.name.moveTaxon"
1251 name="Move Taxon">
1252 </command-->
1253 <command
1254 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1255 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToSynonymHandler"
1256 id="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
1257 name="%command.name.3">
1258 </command>
1259 <command
1260 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1261 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeSynonymToAcceptedTaxonHandler"
1262 id="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
1263 name="%command.name.4">
1264 </command>
1265 <command
1266 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1267 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToMisapplicationHandler"
1268 id="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
1269 name="%command.name.5">
1270 </command>
1271 <command
1272 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1273 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler"
1274 id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
1275 name="%command.name.6">
1276 </command>
1277 <command
1278 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1279 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler"
1280 id="eu.etaxonomy.taxeditor.editor.name.setBasionym"
1281 name="%command.name.7">
1282 </command>
1283 <command
1284 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1285 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.RemoveBasionymHandler"
1286 id="eu.etaxonomy.taxeditor.editor.name.removeBasionym"
1287 name="%command.name.8">
1288 </command>
1289 <!-- <command
1290 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1291 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeAcceptedTaxonToSynonymHandler"
1292 id="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
1293 name="Change Accepted Taxon to Synonym">
1294 </command>-->
1295 <command
1296 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1297 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.DeleteAllEmptyNamesHandler"
1298 id="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
1299 name="%command.name.9">
1300 </command>
1301 <category
1302 id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1303 name="%category.name.1">
1304 </category>
1305 <command
1306 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1307 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionElementHandler"
1308 id="eu.etaxonomy.taxeditor.editor.description.createDescriptionElement"
1309 name="%command.name.10">
1310 </command>
1311 <command
1312 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1313 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionHandler"
1314 id="eu.etaxonomy.taxeditor.description.commands.adddescription"
1315 name="%command.name.11">
1316 </command>
1317 <command
1318 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1319 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionElementsHandler"
1320 id="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
1321 name="%command.name.12">
1322 </command>
1323 <command
1324 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1325 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionToOtherTaxonHandler"
1326 id="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
1327 name="%command.name.13">
1328 </command>
1329 <category
1330 id="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1331 name="%category.name.2">
1332 </category>
1333 <command
1334 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1335 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseHandler"
1336 id="eu.etaxonomy.taxeditor.use.commands.adduse"
1337 name="%command.name.14">
1338 </command>
1339 <command
1340 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1341 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseSummaryHandler"
1342 id="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
1343 name="%command.name.15">
1344 </command>
1345 <command
1346 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1347 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseRecordHandler"
1348 id="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
1349 name="%command.name.16">
1350 </command>
1351 <category
1352 id="eu.etaxonomy.taxeditor.editor.media.category"
1353 name="%category.name.3">
1354 </category>
1355 <command
1356 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1357 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageDownInListHandler"
1358 id="taxeditor-editor.command.moveimgdown"
1359 name="%command.name.19">
1360 </command>
1361 <command
1362 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1363 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddImageGalleryHandler"
1364 id="taxeditor-editor.command.newimagegallery"
1365 name="%command.name.20">
1366 </command>
1367 <command
1368 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1369 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.CreateMediaHandler"
1370 id="taxeditor-editor.newimage"
1371 name="%command.name.21">
1372 </command>
1373 <command
1374 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1375 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddExistingMediaHandler"
1376 id="taxeditor-editor.useExistingImage"
1377 name="%command.name.37">
1378 </command>
1379 <command
1380 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1381 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageUpInListHandler"
1382 id="taxeditor-editor.command.moveimgup"
1383 name="%command.name.22">
1384 </command>
1385 <category
1386 id="eu.etaxonomy.taxeditor.editor.new.category"
1387 name="%category.name.4">
1388 </category>
1389 <command
1390 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1391 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewReferenceHandler"
1392 id="eu.etaxonomy.taxeditor.editor.command.new.reference"
1393 name="%command.name.23">
1394 </command>
1395 <command
1396 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1397 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewNameHandler"
1398 id="eu.etaxonomy.taxeditor.editor.command.new.name"
1399 name="%command.name.24">
1400 </command>
1401 <command
1402 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1403 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewTeamHandler"
1404 id="eu.etaxonomy.taxeditor.editor.command.new.team"
1405 name="%command.name.25">
1406 </command>
1407 <command
1408 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1409 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewPersonHandler"
1410 id="eu.etaxonomy.taxeditor.editor.command.new.person"
1411 name="%command.name.26">
1412 </command>
1413 <command
1414 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1415 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewSpecimenHandler"
1416 id="eu.etaxonomy.taxeditor.editor.command.new.specimen"
1417 name="%command.name.27">
1418 </command>
1419 <category
1420 id="eu.etaxonomy.taxeditor.editor.key.category"
1421 name="%category.name.5">
1422 </category>
1423 <command
1424 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1425 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateChildNodeHandler"
1426 id="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
1427 name="%command.name.28">
1428 </command>
1429 <command
1430 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1431 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateSiblingNodeHandler"
1432 id="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
1433 name="%command.name.29">
1434 </command>
1435 <command
1436 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1437 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
1438 id="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
1439 name="%command.name.30">
1440 </command>
1441 <command
1442 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1443 defaultHandler="eu.etaxonomy.taxeditor.editor.key.handler.ApplyLayoutHandler"
1444 id="eu.etaxonomy.taxeditor.key.command.applyLayout"
1445 name="%command.name.31">
1446 </command>
1447 <category
1448 id="eu.etaxonomy.taxeditor.editor.view.concept.category"
1449 name="%category.name.6">
1450 </category>
1451 <command
1452 categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1453 defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationHandler"
1454 id="eu.etaxonomy.taxeditor.editor.name.createConceptRelation"
1455 name="%command.name.32">
1456 </command>
1457 <command
1458 categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1459 defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptHandler"
1460 id="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
1461 name="%command.name.33">
1462 </command>
1463 <category
1464 id="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1465 name="%category.name.7">
1466 </category>
1467 <command
1468 categoryId="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1469 defaultHandler="eu.etaxonomy.taxeditor.editor.group.authority.handler.EditCdmAuthoritiesHandler"
1470 id="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
1471 name="%command.name.34">
1472 </command>
1473 <command
1474 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
1475 id="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1476 name="%command.name.35">
1477 </command>
1478 <command
1479 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1480 id="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
1481 name="%command.name.38">
1482 </command>
1483 <command
1484 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1485 defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler"
1486 id="eu.etaxonomy.taxeditor.editor.command.new.datasource"
1487 name="%command.name.39">
1488 </command>
1489 <command
1490 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditor"
1491 id="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditor"
1492 name="Open Alignment Editor">
1493 </command>
1494 <command
1495 id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
1496 name="Load Pherogram">
1497 </command>
1498 <command
1499 id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1500 name="Show Only Individual Associations">
1501 </command>
1502 <command
1503 id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite"
1504 name="Toggle insert/overwrite">
1505 </command>
1506 <command
1507 id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion"
1508 name="Toggle left/right insertion in base call sequence">
1509 </command>
1510 <command
1511 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenTaxonEditorHandler"
1512 id="eu.etaxonomy.taxeditor.editor.openTaxonEditor"
1513 name="Open Taxon Editor">
1514 <commandParameter
1515 id="eu.etaxonomy.taxeditor.editor.taxonParameter"
1516 name="taxonUUID"
1517 optional="false"
1518 typeId="eu.etaxonomy.taxeditor.editor.taxonParameterType">
1519 </commandParameter>
1520 </command>
1521 <commandParameterType
1522 converter="eu.etaxonomy.taxeditor.editor.handler.TaxonParameterConverter"
1523 id="eu.etaxonomy.taxeditor.editor.taxonParameterType"
1524 type="eu.etaxonomy.cdm.model.taxon.TaxonBase">
1525 </commandParameterType>
1526 <command
1527 defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.CreateFieldUnitHandler"
1528 id="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
1529 name="Create Field Unit">
1530 </command>
1531 <command
1532 defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1533 id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
1534 name="Deep Delete">
1535 </command>
1536 <command
1537 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.EditSequenceHandler"
1538 id="eu.etaxonomy.taxeditor.editor.editSequence"
1539 name="Edit Sequence">
1540 </command>
1541 </extension>
1542 <extension
1543 point="org.eclipse.core.expressions.definitions">
1544 <definition
1545 id="nameEditorActive">
1546 <with
1547 variable="activeEditorId">
1548 <equals
1549 value="eu.etaxonomy.taxeditor.editor.multipagetaxonview">
1550 </equals>
1551 </with>
1552 </definition>
1553 <definition
1554 id="isAcceptedTaxon">
1555 <with
1556 variable="selection">
1557 <test
1558 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedTaxon">
1559 </test>
1560 </with>
1561 </definition>
1562 <definition
1563 id="isSynonym">
1564 <with
1565 variable="selection">
1566 <test
1567 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonym">
1568 </test>
1569 </with>
1570 </definition>
1571 <definition
1572 id="isMisapplication">
1573 <with
1574 variable="selection">
1575 <test
1576 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isMisapplication">
1577 </test>
1578 </with>
1579 </definition>
1580 <definition
1581 id="isTaxonBase">
1582 <with
1583 variable="selection">
1584 <test
1585 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isTaxonBase">
1586 </test>
1587 </with>
1588 </definition>
1589 <definition
1590 id="hasEmptyNames">
1591 <with
1592 variable="selection">
1593 <test
1594 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.hasEmptyNames">
1595 </test>
1596 </with>
1597 </definition>
1598 <definition
1599 id="isDeletable">
1600 <with
1601 variable="selection">
1602 <test
1603 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDeletable">
1604 </test>
1605 </with>
1606 </definition>
1607 <definition
1608 id="isMedia">
1609 <with
1610 variable="selection">
1611 <test
1612 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isMedia">
1613 </test>
1614 </with>
1615 </definition>
1616 <definition
1617 id="isTaxonEditor">
1618 <with
1619 variable="selection">
1620 <test
1621 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isTaxonEditor">
1622 </test>
1623 </with>
1624 </definition>
1625 <definition
1626 id="isBulkEditor">
1627 <with
1628 variable="selection">
1629 <test
1630 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isBulkEditor">
1631 </test>
1632 </with>
1633 </definition>
1634 <definition
1635 id="isDerivateEditor">
1636 <with
1637 variable="selection">
1638 <test
1639 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDerivateEditor">
1640 </test>
1641 </with>
1642 </definition>
1643 <definition
1644 id="isDescription">
1645 <with
1646 variable="selection">
1647 <test
1648 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescription">
1649 </test>
1650 </with>
1651 </definition>
1652 <definition
1653 id="isDescriptionElement">
1654 <with
1655 variable="selection">
1656 <test
1657 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescriptionElement">
1658 </test>
1659 </with>
1660 </definition>
1661 <definition
1662 id="isFeatureNodeContainer">
1663 <with
1664 variable="selection">
1665 <test
1666 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isFeatureNodeContainer">
1667 </test>
1668 </with>
1669 </definition>
1670 <definition
1671 id="isImageGallery">
1672 <with
1673 variable="selection">
1674 <test
1675 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isImageGallery">
1676 </test>
1677 </with>
1678 </definition>
1679 <definition
1680 id="isAcceptedAndHasNoHomotypicSynonyms">
1681 <with
1682 variable="selection">
1683 <test
1684 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedAndHasNoHomotypicSynonyms">
1685 </test>
1686 </with>
1687 </definition>
1688 <definition
1689 id="isGroup">
1690 <with
1691 variable="activeEditor">
1692 <test
1693 property="taxeditor-bulkeditor.propertyTester.isGroup">
1694 </test>
1695 </with>
1696 </definition>
1697 <definition
1698 id="isSequence">
1699 <with
1700 variable="selection">
1701 <test
1702 property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSequence">
1703 </test>
1704 </with>
1705 </definition>
1706 </extension>
1707 <extension
1708 point="org.eclipse.core.expressions.propertyTesters">
1709 <propertyTester
1710 class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester"
1711 id="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1712 namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1713 properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms"
1714 type="org.eclipse.jface.viewers.IStructuredSelection">
1715 </propertyTester>
1716 <propertyTester
1717 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DescriptionsMenuPropertyTester"
1718 id="eu.etaxonomy.taxeditor.descriptions.PropertyTester"
1719 namespace="eu.etaxonomy.taxeditor.descriptions.propertyTester"
1720 properties="isMedia,isDescription,isDescriptionElement,isDeletable,isFeatureNodeContainer,isImageGallery,isTaxonEditor,isBulkEditor,isDerivateEditor"
1721 type="org.eclipse.jface.viewers.TreeSelection">
1722 </propertyTester>
1723 <propertyTester
1724 class="eu.etaxonomy.taxeditor.bulkeditor.command.BulkEditorPropertyTester"
1725 id="taxeditor-bulkeditor.PropertyTester"
1726 namespace="taxeditor-bulkeditor.propertyTester"
1727 properties="isGroup"
1728 type="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor">
1729 </propertyTester>
1730 <propertyTester
1731 class="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1732 id="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1733 namespace="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1734 properties="isSequence"
1735 type="org.eclipse.jface.viewers.IStructuredSelection">
1736 </propertyTester>
1737 </extension>
1738 <extension
1739 point="org.eclipse.ui.bindings">
1740 <scheme
1741 description="%scheme.description"
1742 id="eu.etaxonomy.taxeditor.bindings.scheme.default"
1743 name="%scheme.name">
1744 </scheme>
1745 <key
1746 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
1747 schemeId="eu.etaxonomy.taxeditor.bindings.scheme.default"
1748 sequence="M1+O">
1749 </key>
1750 </extension>
1751 <extension
1752 point="org.eclipse.ui.importWizards">
1753 <wizard
1754 category="eu.etaxonomy.taxeditor.import.category.cdm"
1755 class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1756 id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1757 name="%wizard.name">
1758 <description>
1759 %wizard.description
1760 </description>
1761 </wizard>
1762 </extension>
1763 <extension
1764 point="eu.etaxonomy.taxeditor.store.cdmViewer">
1765 <cdmViewer
1766 class="eu.etaxonomy.taxeditor.editor.EditorCdmViewer">
1767 </cdmViewer>
1768 </extension>
1769 </plugin>