- fixed icon toggling for LeftRightInsertion
[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="%extension.name.0" 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="%command.label.51"
658 style="push">
659 <visibleWhen
660 checkEnabled="true">
661 <and>
662 <with
663 variable="selection">
664 <count
665 value="+">
666 </count>
667 </with>
668 <reference
669 definitionId="isIndividualsAssociation">
670 </reference>
671 </and>
672 </visibleWhen>
673 </command>
674 <command
675 commandId="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
676 label="%command.label.28"
677 style="push">
678 <visibleWhen
679 checkEnabled="true">
680 <reference
681 definitionId="isDescription">
682 </reference>
683 </visibleWhen>
684 </command>
685 <command
686 commandId="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
687 label="%command.label.29"
688 style="push">
689 <visibleWhen
690 checkEnabled="true">
691 <or>
692 <reference
693 definitionId="isDescriptionElement">
694 </reference>
695 <reference
696 definitionId="isFeatureNodeContainer">
697 </reference>
698 </or>
699 </visibleWhen>
700 </command>
701 <separator
702 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
703 visible="true">
704 </separator>
705 <command
706 commandId="org.eclipse.ui.edit.delete"
707 label="%command.label.30"
708 style="push">
709 </command>
710 <separator
711 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
712 visible="true">
713 </separator>
714 <command
715 commandId="org.eclipse.ui.file.save"
716 label="%command.label.31"
717 style="push">
718 </command>
719 <separator
720 name="eu.etaxonomy.taxeditor.editor.separator1">
721 </separator>
722 </menuContribution>
723 <menuContribution
724 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
725 <command
726 commandId="org.eclipse.ui.edit.delete"
727 label="%command.label.52"
728 style="push">
729 </command>
730 <command
731 commandId="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
732 label="%command.label.53"
733 style="push">
734 </command>
735 <command
736 commandId="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
737 icon="icons/deep-delete-16x16-32.png"
738 label="%command.label.54"
739 style="push">
740 </command>
741 <command
742 commandId="eu.etaxonomy.taxeditor.editor.editSequence"
743 label="Edit Sequence"
744 style="push">
745 <visibleWhen
746 checkEnabled="true">
747 <reference
748 definitionId="isSequence">
749 </reference>
750 </visibleWhen>
751 </command>
752 <command
753 commandId="eu.etaxonomy.taxeditor.editor.showPherogram"
754 label="Show Pherogram"
755 style="push">
756 <visibleWhen
757 checkEnabled="true">
758 <reference
759 definitionId="isSingleRead">
760 </reference>
761 </visibleWhen>
762 </command>
763 <dynamic
764 class="eu.etaxonomy.taxeditor.editor.view.derivate.contextMenu.DerivateViewContextMenu"
765 id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateContextMenu">
766 </dynamic>
767 </menuContribution>
768 <menuContribution
769 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor">
770 <dynamic
771 class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
772 id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
773 </dynamic>
774 </menuContribution>
775 <menuContribution
776 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor">
777 <dynamic
778 class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
779 id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
780 </dynamic>
781 </menuContribution>
782
783
784
785
786 <menuContribution
787 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.uses">
788 <command
789 commandId="eu.etaxonomy.taxeditor.use.commands.adduse"
790 label="%command.label.32"
791 style="push">
792 </command>
793 <command
794 commandId="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
795 label="%command.label.33"
796 style="push">
797 <visibleWhen
798 checkEnabled="true">
799 <or>
800 <reference
801 definitionId="isDescription">
802 </reference>
803 <reference
804 definitionId="isDescriptionElement">
805 </reference>
806 <reference
807 definitionId="isFeatureNodeContainer">
808 </reference>
809 </or>
810 </visibleWhen>
811 </command>
812 <command
813 commandId="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
814 label="%command.label.34"
815 style="push">
816 <visibleWhen
817 checkEnabled="true">
818 <or>
819 <reference
820 definitionId="isDescription">
821 </reference>
822 <reference
823 definitionId="isDescriptionElement">
824 </reference>
825 <reference
826 definitionId="isFeatureNodeContainer">
827 </reference>
828 </or>
829 </visibleWhen>
830 </command>
831 <separator
832 name="eu.etaxonomy.taxeditor.usesEditor.separator3"
833 visible="true">
834 </separator>
835 <separator
836 name="taxeditor-editor.separator1"
837 visible="true">
838 </separator>
839 <separator
840 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
841 visible="true">
842 </separator>
843 <command
844 commandId="org.eclipse.ui.edit.delete"
845 label="%command.label.35"
846 style="push">
847 </command>
848 <separator
849 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
850 visible="true">
851 </separator>
852 <command
853 commandId="org.eclipse.ui.file.save"
854 label="%command.label.36"
855 style="push">
856 </command>
857 </menuContribution>
858
859
860
861
862
863 <menuContribution
864 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.media">
865 <command
866 commandId="taxeditor-editor.command.newimagegallery"
867 label="%command.label.37"
868 style="push">
869 <visibleWhen>
870 <or>
871 <reference
872 definitionId="isBulkEditor">
873 </reference>
874 <reference
875 definitionId="isTaxonEditor">
876 </reference>
877 <reference
878 definitionId="isDerivateEditor">
879 </reference>
880 </or>
881 </visibleWhen>
882 </command>
883 <separator
884 name="taxeditor-editor.separator1"
885 visible="true">
886 </separator>
887 <command
888 commandId="taxeditor-editor.newimage"
889 label="%command.label.38"
890 style="push">
891 <visibleWhen>
892 <reference
893 definitionId="isImageGallery">
894 </reference>
895 </visibleWhen>
896 </command>
897 <command
898 commandId="taxeditor-editor.useExistingImage"
899 label="%command.label.50"
900 style="push">
901 <visibleWhen>
902 <reference
903 definitionId="isImageGallery">
904 </reference>
905 </visibleWhen>
906 </command>
907 <command
908 commandId="taxeditor-editor.command.moveimgdown"
909 label="%command.label.39"
910 style="push">
911 <visibleWhen>
912 <reference
913 definitionId="isMedia">
914 </reference>
915 </visibleWhen>
916 </command>
917 <command
918 commandId="taxeditor-editor.command.moveimgup"
919 label="%command.label.40"
920 style="push">
921 <visibleWhen>
922 <reference
923 definitionId="isMedia">
924 </reference>
925 </visibleWhen>
926 </command>
927 <separator
928 name="taxeditor-editor.separator2"
929 visible="true">
930 </separator>
931 <command
932 commandId="org.eclipse.ui.edit.delete"
933 label="%command.label.41"
934 style="push">
935 </command>
936 <command
937 commandId="org.eclipse.ui.file.save"
938 label="%command.label.42"
939 style="push">
940 </command>
941 </menuContribution>
942 <menuContribution
943 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.concept">
944 <menu
945 label="%menu.label.3">
946 <dynamic
947 class="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationMenu"
948 id="eu.etaxonomy.taxeditor.editor.view.concept.menus.new">
949 </dynamic>
950 </menu>
951 <command
952 commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
953 label="%command.label.43"
954 style="push">
955 </command>
956 <separator
957 name="eu.etaxonomy.taxeditor.editor.view.concept.menu.separator1"
958 visible="true">
959 </separator>
960 <command
961 commandId="org.eclipse.ui.edit.delete"
962 label="%command.label.44"
963 style="push">
964 </command>
965 </menuContribution>
966 <menuContribution
967 allPopups="false"
968 locationURI="popup:#BulkEditorContext?before=taxeditor-bulkeditor.separator1">
969 <command
970 commandId="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
971 label="%command.label.45"
972 style="push">
973 <visibleWhen>
974 <reference
975 definitionId="isGroup">
976 </reference>
977 </visibleWhen>
978 </command>
979 </menuContribution>
980 <menuContribution
981 allPopups="false"
982 locationURI="menu:org.eclipse.ui.main.menu">
983 <menu
984 label="Alignment Editor">
985 <command
986 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
987 label="Load Pherogram"
988 style="push">
989 </command>
990 <visibleWhen
991 checkEnabled="true">
992 <with
993 variable="activePartId">
994 <equals
995 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
996 </equals>
997 </with>
998 </visibleWhen>
999 </menu>
1000 </menuContribution>
1001 <menuContribution
1002 locationURI="toolbar:org.eclipse.ui.main.toolbar?after=eu.etaxonomy.taxeditor.navigation.search.toolbar">
1003 <toolbar
1004 id="eu.etaxonomy.taxeditor.editor.alignmentToolbar">
1005 <command
1006 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite"
1007 label="Toggle insert/overwrite"
1008 style="push">
1009 <visibleWhen
1010 checkEnabled="true">
1011 <with
1012 variable="activePartId">
1013 <equals
1014 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1015 </equals>
1016 </with>
1017 </visibleWhen>
1018 </command>
1019 <command
1020 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion"
1021 icon="icons/pherogram-insert-left-16x16.png"
1022 style="push">
1023 <visibleWhen
1024 checkEnabled="true">
1025 <with
1026 variable="activePartId">
1027 <equals
1028 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1029 </equals>
1030 </with>
1031 </visibleWhen>
1032 </command>
1033 </toolbar>
1034 </menuContribution>
1035
1036 <menuContribution
1037 allPopups="false"
1038 locationURI="toolbar:eu.etaxonomy.taxeditor.editor.view.descriptive">
1039 <command
1040 commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1041 icon="icons/link_obj.gif"
1042 style="toggle"
1043 tooltip="%command.tooltip">
1044 </command>
1045 </menuContribution>
1046 <menuContribution
1047 allPopups="false"
1048 locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup?after=taxeditor-navigation.separator2">
1049 <command
1050 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1051 label="%command.label.55"
1052 style="push">
1053 <visibleWhen
1054 checkEnabled="false">
1055 <and>
1056 <reference
1057 definitionId="isCdmStoreConnected">
1058 </reference>
1059 <reference
1060 definitionId="isTaxonNode">
1061 </reference>
1062 </and>
1063 </visibleWhen>
1064 </command>
1065 <separator
1066 name="eu.etaxonomy.taxeditor.editor.separator1"
1067 visible="true">
1068 </separator>
1069 </menuContribution>
1070 <menuContribution
1071 locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental">
1072 <separator
1073 name="eu.etaxonomy.taxeditor.store.showViewMenu.validation.separator"
1074 visible="true">
1075 </separator>
1076 <command
1077 commandId="org.eclipse.ui.views.showView"
1078 label="%command.name.40"
1079 style="push">
1080 <parameter
1081 name="org.eclipse.ui.views.showView.viewId"
1082 value="eu.etaxonomy.taxeditor.editor.view.validation.problems">
1083 </parameter>
1084 </command>
1085 </menuContribution>
1086 </extension>
1087 <extension
1088 point="org.eclipse.ui.handlers">
1089 <handler
1090 class="org.eclipse.ui.internal.handlers.NewEditorHandler"
1091 commandId="org.eclipse.ui.window.newEditor">
1092 <activeWhen>
1093 <not>
1094 <instanceof
1095 value="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor">
1096 </instanceof>
1097 </not>
1098 </activeWhen>
1099 <enabledWhen>
1100 <count
1101 value="-1">
1102 </count>
1103 </enabledWhen>
1104 </handler>
1105 <handler
1106 class="eu.etaxonomy.taxeditor.editor.name.handler.DeleteTaxonBaseHandler"
1107 commandId="org.eclipse.ui.edit.delete">
1108 <activeWhen>
1109 <and>
1110 <reference
1111 definitionId="isTaxonBase">
1112 </reference>
1113 <not>
1114 <reference
1115 definitionId="isAcceptedTaxon">
1116 </reference>
1117 </not>
1118 </and>
1119 </activeWhen>
1120 </handler>
1121 <handler
1122 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1123 commandId="org.eclipse.ui.edit.delete">
1124 <activeWhen>
1125 <with
1126 variable="activePartId">
1127 <or>
1128 <equals
1129 value="eu.etaxonomy.taxeditor.editor.view.descriptive">
1130 </equals>
1131 <equals
1132 value="eu.etaxonomy.taxeditor.editor.view.media">
1133 </equals>
1134 </or>
1135 </with>
1136 </activeWhen>
1137 </handler>
1138 <handler
1139 class="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.DeleteNodeHandler"
1140 commandId="org.eclipse.ui.edit.delete">
1141 <activeWhen>
1142 <with
1143 variable="activePartId">
1144 <equals
1145 value="eu.etaxonomy.taxeditor.editor.key">
1146 </equals>
1147 </with>
1148 </activeWhen>
1149 </handler>
1150 <handler
1151 class="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler"
1152 commandId="org.eclipse.ui.edit.delete">
1153 <activeWhen>
1154 <with
1155 variable="activePartId">
1156 <equals
1157 value="eu.etaxonomy.taxeditor.editor.view.concept">
1158 </equals>
1159 </with>
1160 </activeWhen>
1161 </handler>
1162 <handler
1163 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1164 commandId="org.eclipse.ui.edit.delete">
1165 <activeWhen>
1166 <with
1167 variable="activePartId">
1168 <equals
1169 value="eu.etaxonomy.taxeditor.editor.view.uses">
1170 </equals>
1171 </with>
1172 </activeWhen>
1173 </handler>
1174 <handler
1175 class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1176 commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler">
1177 </handler>
1178 <handler
1179 class="eu.etaxonomy.taxeditor.editor.handler.LoadPherogramHandler"
1180 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram">
1181 <activeWhen>
1182 <with
1183 variable="activePartId">
1184 <equals
1185 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1186 </equals>
1187 </with>
1188 </activeWhen>
1189 </handler>
1190 <handler
1191 class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1192 commandId="org.eclipse.ui.edit.delete">
1193 <activeWhen>
1194 <with
1195 variable="activePartId">
1196 <equals
1197 value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
1198 </equals>
1199 </with>
1200 </activeWhen>
1201 </handler>
1202 <handler
1203 class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivateEditorForTaxonHandler"
1204 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView">
1205 <activeWhen>
1206 <with
1207 variable="activePartId">
1208 <equals
1209 value="eu.etaxonomy.taxeditor.navigation.navigator">
1210 </equals>
1211 </with>
1212 </activeWhen>
1213 </handler>
1214 <handler
1215 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.ToggleShowOnlyIndividualAssociationsHandler"
1216 commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations">
1217 </handler>
1218 <handler
1219 class="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
1220 commandId="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler">
1221 </handler>
1222 <handler
1223 class="eu.etaxonomy.taxeditor.editor.handler.alignmenteditor.ToggleInsertOverwriteHandler"
1224 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite">
1225 </handler>
1226 <handler
1227 class="eu.etaxonomy.taxeditor.editor.handler.alignmenteditor.ToggleLeftRightInsertionHandler"
1228 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion">
1229 </handler>
1230 </extension>
1231 <extension
1232 name="%extension.name"
1233 point="org.eclipse.ui.commands">
1234 <category
1235 id="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1236 name="%category.name.0">
1237 </category>
1238 <command
1239 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1240 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenParentHandler"
1241 id="eu.etaxonomy.taxeditor.editor.command.openParent"
1242 name="%command.name">
1243 </command>
1244 <command
1245 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1246 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHomotypicSynonymHandler"
1247 id="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
1248 name="%command.name.0">
1249 </command>
1250 <command
1251 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1252 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHeterotypicSynonymHandler"
1253 id="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
1254 name="%command.name.1">
1255 </command>
1256 <command
1257 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1258 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateSynonymInHomotypicalGroupHandler"
1259 id="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
1260 name="%command.name.2">
1261 </command>
1262 <command
1263 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1264 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateMisapplicationHandler"
1265 id="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
1266 name="%command.name.36">
1267 </command>
1268 <!--command
1269 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.MoveTaxonHandler"
1270 id="eu.etaxonomy.taxeditor.editor.name.moveTaxon"
1271 name="Move Taxon">
1272 </command-->
1273 <command
1274 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1275 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToSynonymHandler"
1276 id="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
1277 name="%command.name.3">
1278 </command>
1279 <command
1280 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1281 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeSynonymToAcceptedTaxonHandler"
1282 id="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
1283 name="%command.name.4">
1284 </command>
1285 <command
1286 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1287 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToMisapplicationHandler"
1288 id="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
1289 name="%command.name.5">
1290 </command>
1291 <command
1292 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1293 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler"
1294 id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
1295 name="%command.name.6">
1296 </command>
1297 <command
1298 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1299 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler"
1300 id="eu.etaxonomy.taxeditor.editor.name.setBasionym"
1301 name="%command.name.7">
1302 </command>
1303 <command
1304 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1305 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.RemoveBasionymHandler"
1306 id="eu.etaxonomy.taxeditor.editor.name.removeBasionym"
1307 name="%command.name.8">
1308 </command>
1309 <!-- <command
1310 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1311 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeAcceptedTaxonToSynonymHandler"
1312 id="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
1313 name="Change Accepted Taxon to Synonym">
1314 </command>-->
1315 <command
1316 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1317 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.DeleteAllEmptyNamesHandler"
1318 id="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
1319 name="%command.name.9">
1320 </command>
1321 <category
1322 id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1323 name="%category.name.1">
1324 </category>
1325 <command
1326 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1327 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionElementHandler"
1328 id="eu.etaxonomy.taxeditor.editor.description.createDescriptionElement"
1329 name="%command.name.10">
1330 </command>
1331 <command
1332 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1333 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionHandler"
1334 id="eu.etaxonomy.taxeditor.description.commands.adddescription"
1335 name="%command.name.11">
1336 </command>
1337 <command
1338 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1339 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionElementsHandler"
1340 id="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
1341 name="%command.name.12">
1342 </command>
1343 <command
1344 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1345 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionToOtherTaxonHandler"
1346 id="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
1347 name="%command.name.13">
1348 </command>
1349 <category
1350 id="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1351 name="%category.name.2">
1352 </category>
1353 <command
1354 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1355 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseHandler"
1356 id="eu.etaxonomy.taxeditor.use.commands.adduse"
1357 name="%command.name.14">
1358 </command>
1359 <command
1360 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1361 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseSummaryHandler"
1362 id="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
1363 name="%command.name.15">
1364 </command>
1365 <command
1366 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1367 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseRecordHandler"
1368 id="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
1369 name="%command.name.16">
1370 </command>
1371 <category
1372 id="eu.etaxonomy.taxeditor.editor.media.category"
1373 name="%category.name.3">
1374 </category>
1375 <command
1376 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1377 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageDownInListHandler"
1378 id="taxeditor-editor.command.moveimgdown"
1379 name="%command.name.19">
1380 </command>
1381 <command
1382 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1383 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddImageGalleryHandler"
1384 id="taxeditor-editor.command.newimagegallery"
1385 name="%command.name.20">
1386 </command>
1387 <command
1388 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1389 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.CreateMediaHandler"
1390 id="taxeditor-editor.newimage"
1391 name="%command.name.21">
1392 </command>
1393 <command
1394 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1395 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddExistingMediaHandler"
1396 id="taxeditor-editor.useExistingImage"
1397 name="%command.name.37">
1398 </command>
1399 <command
1400 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1401 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageUpInListHandler"
1402 id="taxeditor-editor.command.moveimgup"
1403 name="%command.name.22">
1404 </command>
1405 <category
1406 id="eu.etaxonomy.taxeditor.editor.new.category"
1407 name="%category.name.4">
1408 </category>
1409 <command
1410 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1411 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewReferenceHandler"
1412 id="eu.etaxonomy.taxeditor.editor.command.new.reference"
1413 name="%command.name.23">
1414 </command>
1415 <command
1416 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1417 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewNameHandler"
1418 id="eu.etaxonomy.taxeditor.editor.command.new.name"
1419 name="%command.name.24">
1420 </command>
1421 <command
1422 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1423 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewTeamHandler"
1424 id="eu.etaxonomy.taxeditor.editor.command.new.team"
1425 name="%command.name.25">
1426 </command>
1427 <command
1428 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1429 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewPersonHandler"
1430 id="eu.etaxonomy.taxeditor.editor.command.new.person"
1431 name="%command.name.26">
1432 </command>
1433 <command
1434 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1435 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewSpecimenHandler"
1436 id="eu.etaxonomy.taxeditor.editor.command.new.specimen"
1437 name="%command.name.27">
1438 </command>
1439 <category
1440 id="eu.etaxonomy.taxeditor.editor.key.category"
1441 name="%category.name.5">
1442 </category>
1443 <command
1444 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1445 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateChildNodeHandler"
1446 id="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
1447 name="%command.name.28">
1448 </command>
1449 <command
1450 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1451 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateSiblingNodeHandler"
1452 id="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
1453 name="%command.name.29">
1454 </command>
1455 <command
1456 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1457 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
1458 id="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
1459 name="%command.name.30">
1460 </command>
1461 <command
1462 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1463 defaultHandler="eu.etaxonomy.taxeditor.editor.key.handler.ApplyLayoutHandler"
1464 id="eu.etaxonomy.taxeditor.key.command.applyLayout"
1465 name="%command.name.31">
1466 </command>
1467 <category
1468 id="eu.etaxonomy.taxeditor.editor.view.concept.category"
1469 name="%category.name.6">
1470 </category>
1471 <command
1472 categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1473 defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationHandler"
1474 id="eu.etaxonomy.taxeditor.editor.name.createConceptRelation"
1475 name="%command.name.32">
1476 </command>
1477 <command
1478 categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1479 defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptHandler"
1480 id="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
1481 name="%command.name.33">
1482 </command>
1483 <category
1484 id="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1485 name="%category.name.7">
1486 </category>
1487 <command
1488 categoryId="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1489 defaultHandler="eu.etaxonomy.taxeditor.editor.group.authority.handler.EditCdmAuthoritiesHandler"
1490 id="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
1491 name="%command.name.34">
1492 </command>
1493 <command
1494 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
1495 id="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1496 name="%command.name.35">
1497 </command>
1498 <command
1499 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1500 id="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
1501 name="%command.name.38">
1502 </command>
1503 <command
1504 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1505 defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler"
1506 id="eu.etaxonomy.taxeditor.editor.command.new.datasource"
1507 name="%command.name.39">
1508 </command>
1509 <command
1510 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditorHandler"
1511 id="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditor"
1512 name="Open Alignment Editor">
1513 </command>
1514 <command
1515 id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
1516 name="Load Pherogram">
1517 </command>
1518 <command
1519 id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1520 name="%command.name.41">
1521 </command>
1522 <command
1523 id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite"
1524 name="Toggle insert/overwrite">
1525 </command>
1526 <command
1527 id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion"
1528 name="Toggle left/right insertion in base call sequence">
1529 </command>
1530 <command
1531 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenTaxonEditorHandler"
1532 id="eu.etaxonomy.taxeditor.editor.openTaxonEditor"
1533 name="%command.name.42">
1534 <commandParameter
1535 id="eu.etaxonomy.taxeditor.editor.taxonParameter"
1536 name="taxonUUID"
1537 optional="false"
1538 typeId="eu.etaxonomy.taxeditor.editor.taxonParameterType">
1539 </commandParameter>
1540 </command>
1541 <commandParameterType
1542 converter="eu.etaxonomy.taxeditor.editor.handler.TaxonParameterConverter"
1543 id="eu.etaxonomy.taxeditor.editor.taxonParameterType"
1544 type="eu.etaxonomy.cdm.model.taxon.TaxonBase">
1545 </commandParameterType>
1546 <command
1547 defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.CreateFieldUnitHandler"
1548 id="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
1549 name="%command.name.43">
1550 </command>
1551 <command
1552 defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1553 id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
1554 name="%command.name.44">
1555 </command>
1556 <command
1557 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
1558 id="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler"
1559 name="%command.name.45">
1560 </command>
1561 <command
1562 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.EditSequenceHandler"
1563 id="eu.etaxonomy.taxeditor.editor.editSequence"
1564 name="Edit Sequence">
1565 </command>
1566 <command
1567 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.ShowPherogramHandler"
1568 id="eu.etaxonomy.taxeditor.editor.showPherogram"
1569 name="Show Pherogram">
1570 </command>
1571 </extension>
1572 <extension
1573 point="org.eclipse.core.expressions.definitions">
1574 <definition
1575 id="nameEditorActive">
1576 <with
1577 variable="activeEditorId">
1578 <equals
1579 value="eu.etaxonomy.taxeditor.editor.multipagetaxonview">
1580 </equals>
1581 </with>
1582 </definition>
1583 <definition
1584 id="isAcceptedTaxon">
1585 <with
1586 variable="selection">
1587 <test
1588 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedTaxon">
1589 </test>
1590 </with>
1591 </definition>
1592 <definition
1593 id="isSynonym">
1594 <with
1595 variable="selection">
1596 <test
1597 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonym">
1598 </test>
1599 </with>
1600 </definition>
1601 <definition
1602 id="isMisapplication">
1603 <with
1604 variable="selection">
1605 <test
1606 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isMisapplication">
1607 </test>
1608 </with>
1609 </definition>
1610 <definition
1611 id="isTaxonBase">
1612 <with
1613 variable="selection">
1614 <test
1615 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isTaxonBase">
1616 </test>
1617 </with>
1618 </definition>
1619 <definition
1620 id="hasEmptyNames">
1621 <with
1622 variable="selection">
1623 <test
1624 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.hasEmptyNames">
1625 </test>
1626 </with>
1627 </definition>
1628 <definition
1629 id="isDeletable">
1630 <with
1631 variable="selection">
1632 <test
1633 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDeletable">
1634 </test>
1635 </with>
1636 </definition>
1637 <definition
1638 id="isMedia">
1639 <with
1640 variable="selection">
1641 <test
1642 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isMedia">
1643 </test>
1644 </with>
1645 </definition>
1646 <definition
1647 id="isTaxonEditor">
1648 <with
1649 variable="selection">
1650 <test
1651 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isTaxonEditor">
1652 </test>
1653 </with>
1654 </definition>
1655 <definition
1656 id="isBulkEditor">
1657 <with
1658 variable="selection">
1659 <test
1660 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isBulkEditor">
1661 </test>
1662 </with>
1663 </definition>
1664 <definition
1665 id="isDerivateEditor">
1666 <with
1667 variable="selection">
1668 <test
1669 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDerivateEditor">
1670 </test>
1671 </with>
1672 </definition>
1673 <definition
1674 id="isDescription">
1675 <with
1676 variable="selection">
1677 <test
1678 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescription">
1679 </test>
1680 </with>
1681 </definition>
1682 <definition
1683 id="isDescriptionElement">
1684 <with
1685 variable="selection">
1686 <test
1687 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescriptionElement">
1688 </test>
1689 </with>
1690 </definition>
1691 <definition
1692 id="isFeatureNodeContainer">
1693 <with
1694 variable="selection">
1695 <test
1696 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isFeatureNodeContainer">
1697 </test>
1698 </with>
1699 </definition>
1700 <definition
1701 id="isImageGallery">
1702 <with
1703 variable="selection">
1704 <test
1705 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isImageGallery">
1706 </test>
1707 </with>
1708 </definition>
1709 <definition
1710 id="isAcceptedAndHasNoHomotypicSynonyms">
1711 <with
1712 variable="selection">
1713 <test
1714 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedAndHasNoHomotypicSynonyms">
1715 </test>
1716 </with>
1717 </definition>
1718 <definition
1719 id="isGroup">
1720 <with
1721 variable="activeEditor">
1722 <test
1723 property="taxeditor-bulkeditor.propertyTester.isGroup">
1724 </test>
1725 </with>
1726 </definition>
1727 <definition
1728 id="isIndividualsAssociation">
1729 <with
1730 variable="selection">
1731 <test
1732 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isIndividualsAssociation">
1733 </test>
1734 </with>
1735 </definition>
1736 <definition
1737 id="isSequence">
1738 <with
1739 variable="selection">
1740 <test
1741 property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSequence">
1742 </test>
1743 </with>
1744 </definition>
1745 <definition
1746 id="isSingleRead">
1747 <with
1748 variable="selection">
1749 <test
1750 property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSingleRead">
1751 </test>
1752 </with>
1753 </definition>
1754 </extension>
1755 <extension
1756 point="org.eclipse.core.expressions.propertyTesters">
1757 <propertyTester
1758 class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester"
1759 id="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1760 namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1761 properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms"
1762 type="org.eclipse.jface.viewers.IStructuredSelection">
1763 </propertyTester>
1764 <propertyTester
1765 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DescriptionsMenuPropertyTester"
1766 id="eu.etaxonomy.taxeditor.descriptions.PropertyTester"
1767 namespace="eu.etaxonomy.taxeditor.descriptions.propertyTester"
1768 properties="isMedia,isDescription,isDescriptionElement,isDeletable,isFeatureNodeContainer,isImageGallery,isTaxonEditor,isBulkEditor,isDerivateEditor, isIndividualsAssociation"
1769 type="org.eclipse.jface.viewers.TreeSelection">
1770 </propertyTester>
1771 <propertyTester
1772 class="eu.etaxonomy.taxeditor.bulkeditor.command.BulkEditorPropertyTester"
1773 id="taxeditor-bulkeditor.PropertyTester"
1774 namespace="taxeditor-bulkeditor.propertyTester"
1775 properties="isGroup"
1776 type="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor">
1777 </propertyTester>
1778 <propertyTester
1779 class="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1780 id="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1781 namespace="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1782 properties="isSequence,isSingleRead"
1783 type="org.eclipse.jface.viewers.IStructuredSelection">
1784 </propertyTester>
1785 </extension>
1786 <extension
1787 point="org.eclipse.ui.bindings">
1788 <scheme
1789 description="%scheme.description"
1790 id="eu.etaxonomy.taxeditor.bindings.scheme.default"
1791 name="%scheme.name">
1792 </scheme>
1793 <key
1794 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
1795 schemeId="eu.etaxonomy.taxeditor.bindings.scheme.default"
1796 sequence="M1+O">
1797 </key>
1798 </extension>
1799 <extension
1800 point="org.eclipse.ui.importWizards">
1801 <wizard
1802 category="eu.etaxonomy.taxeditor.import.category.cdm"
1803 class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1804 id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1805 name="%wizard.name">
1806 <description>
1807 %wizard.description
1808 </description>
1809 </wizard>
1810 </extension>
1811 <extension
1812 point="eu.etaxonomy.taxeditor.store.cdmViewer">
1813 <cdmViewer
1814 class="eu.etaxonomy.taxeditor.editor.EditorCdmViewer">
1815 </cdmViewer>
1816 </extension>
1817 </plugin>