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
|
</extension>
|
87
|
<extension
|
88
|
point="org.eclipse.ui.views">
|
89
|
<view
|
90
|
allowMultiple="false"
|
91
|
category="eu.etaxonomy.taxeditor.editor.category"
|
92
|
class="eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart"
|
93
|
icon="icons/address-book-new.png"
|
94
|
id="eu.etaxonomy.taxeditor.editor.view.descriptive"
|
95
|
name="%view.name"
|
96
|
restorable="true">
|
97
|
</view>
|
98
|
<view
|
99
|
allowMultiple="false"
|
100
|
category="eu.etaxonomy.taxeditor.editor.category"
|
101
|
class="eu.etaxonomy.taxeditor.editor.view.uses.UsesViewPart"
|
102
|
icon="icons/leaf.png"
|
103
|
id="eu.etaxonomy.taxeditor.editor.view.uses"
|
104
|
name="%view.name.0"
|
105
|
restorable="true">
|
106
|
</view>
|
107
|
<view
|
108
|
allowMultiple="false"
|
109
|
category="eu.etaxonomy.taxeditor.editor.category"
|
110
|
class="eu.etaxonomy.taxeditor.editor.view.media.MediaViewPart"
|
111
|
icon="icons/camera-photo.png"
|
112
|
id="eu.etaxonomy.taxeditor.editor.view.media"
|
113
|
name="%view.name.1"
|
114
|
restorable="true">
|
115
|
</view>
|
116
|
<view
|
117
|
category="eu.etaxonomy.taxeditor.editor.category"
|
118
|
class="eu.etaxonomy.taxeditor.editor.view.concept.ConceptViewPart"
|
119
|
id="eu.etaxonomy.taxeditor.editor.view.concept"
|
120
|
name="%view.name.2"
|
121
|
restorable="true">
|
122
|
</view>
|
123
|
<view
|
124
|
category="eu.etaxonomy.taxeditor.editor.category"
|
125
|
class="eu.etaxonomy.taxeditor.editor.view.concept.graph.ConceptGraphView"
|
126
|
icon="icons/address-book-new.png"
|
127
|
id="eu.etaxonomy.taxeditor.editor.view.concept.graph"
|
128
|
name="%view.name.3"
|
129
|
restorable="true">
|
130
|
</view>
|
131
|
<category
|
132
|
id="eu.etaxonomy.taxeditor.editor.category"
|
133
|
name="%category.name">
|
134
|
</category>
|
135
|
<view
|
136
|
allowMultiple="true"
|
137
|
class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
|
138
|
id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
|
139
|
name="%view.name.4">
|
140
|
</view>
|
141
|
<view
|
142
|
allowMultiple="true"
|
143
|
class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
|
144
|
id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
|
145
|
name="%view.name.5">
|
146
|
</view>
|
147
|
</extension>
|
148
|
<extension
|
149
|
point="org.eclipse.ui.elementFactories">
|
150
|
<factory
|
151
|
class="eu.etaxonomy.taxeditor.editor.TaxonEditorInputFactory"
|
152
|
id="eu.etaxonomy.taxeditor.editor.name.taxonEditorInputFactory">
|
153
|
</factory>
|
154
|
</extension>
|
155
|
<extension
|
156
|
point="org.eclipse.ui.menus">
|
157
|
<menuContribution
|
158
|
locationURI="menu:eu.etaxonomy.navigation.menu.new?after=eu.etaxonomy.navigation.menu.new.separator1">
|
159
|
<command
|
160
|
commandId="eu.etaxonomy.taxeditor.editor.command.new.name"
|
161
|
label="%command.label.46"
|
162
|
style="push">
|
163
|
</command>
|
164
|
<command
|
165
|
commandId="eu.etaxonomy.taxeditor.editor.command.new.reference"
|
166
|
label="%command.label.47"
|
167
|
style="push">
|
168
|
</command>
|
169
|
<command
|
170
|
commandId="eu.etaxonomy.taxeditor.editor.command.new.team"
|
171
|
label="%command.label.1"
|
172
|
style="push">
|
173
|
</command>
|
174
|
<command
|
175
|
commandId="eu.etaxonomy.taxeditor.editor.command.new.person"
|
176
|
label="%command.label.2"
|
177
|
style="push">
|
178
|
</command>
|
179
|
<separator
|
180
|
name="eu.etaxonomy.navigation.menu.new.separator2"
|
181
|
visible="true">
|
182
|
</separator>
|
183
|
<command
|
184
|
commandId="eu.etaxonomy.taxeditor.editor.command.new.specimen"
|
185
|
label="%command.label.3"
|
186
|
style="push">
|
187
|
</command>
|
188
|
<separator
|
189
|
name="eu.etaxonomy.navigation.menu.new.separator3"
|
190
|
visible="true">
|
191
|
</separator>
|
192
|
<command
|
193
|
commandId="eu.etaxonomy.taxeditor.editor.command.new.datasource"
|
194
|
label="%command.label.48"
|
195
|
style="push">
|
196
|
</command>
|
197
|
</menuContribution>
|
198
|
<menuContribution
|
199
|
locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.store.showViewMenu.details">
|
200
|
<separator
|
201
|
name="eu.etaxonomy.taxeditor.editor.showViewMenu"
|
202
|
visible="true">
|
203
|
</separator>
|
204
|
<command
|
205
|
commandId="org.eclipse.ui.views.showView"
|
206
|
label="%command.label.4"
|
207
|
style="push">
|
208
|
<parameter
|
209
|
name="org.eclipse.ui.views.showView.viewId"
|
210
|
value="eu.etaxonomy.taxeditor.editor.view.descriptive">
|
211
|
</parameter>
|
212
|
</command>
|
213
|
<command
|
214
|
commandId="org.eclipse.ui.views.showView"
|
215
|
label="%command.label.5"
|
216
|
style="push">
|
217
|
<parameter
|
218
|
name="org.eclipse.ui.views.showView.viewId"
|
219
|
value="eu.etaxonomy.taxeditor.editor.view.media">
|
220
|
</parameter>
|
221
|
</command>
|
222
|
<command
|
223
|
commandId="org.eclipse.ui.views.showView"
|
224
|
label="%command.label.6"
|
225
|
style="push">
|
226
|
<parameter
|
227
|
name="org.eclipse.ui.views.showView.viewId"
|
228
|
value="eu.etaxonomy.taxeditor.editor.view.concept">
|
229
|
</parameter>
|
230
|
</command>
|
231
|
<command
|
232
|
commandId="org.eclipse.ui.views.showView"
|
233
|
label="%command.label.7"
|
234
|
style="push">
|
235
|
<parameter
|
236
|
name="org.eclipse.ui.views.showView.viewId"
|
237
|
value="eu.etaxonomy.taxeditor.editor.view.concept.graph">
|
238
|
</parameter>
|
239
|
<visibleWhen
|
240
|
checkEnabled="false">
|
241
|
<reference
|
242
|
definitionId="isShowExperimentalFeatures">
|
243
|
</reference>
|
244
|
</visibleWhen>
|
245
|
</command>
|
246
|
</menuContribution>
|
247
|
<menuContribution
|
248
|
locationURI="menu:org.eclipse.ui.main.menu.navigate">
|
249
|
<command
|
250
|
commandId="eu.etaxonomy.taxeditor.editor.command.openParent"
|
251
|
label="%command.label.8"
|
252
|
style="push">
|
253
|
</command>
|
254
|
</menuContribution>
|
255
|
<menuContribution
|
256
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.taxon.name">
|
257
|
<menu
|
258
|
label="%menu.label">
|
259
|
<command
|
260
|
commandId="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
|
261
|
label="%command.label.9"
|
262
|
style="push">
|
263
|
<visibleWhen>
|
264
|
<reference
|
265
|
definitionId="isAcceptedTaxon">
|
266
|
</reference>
|
267
|
</visibleWhen>
|
268
|
</command>
|
269
|
<command
|
270
|
commandId="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
|
271
|
label="%command.label.10"
|
272
|
style="push">
|
273
|
<visibleWhen>
|
274
|
<reference
|
275
|
definitionId="isAcceptedTaxon">
|
276
|
</reference>
|
277
|
</visibleWhen>
|
278
|
</command>
|
279
|
<command
|
280
|
commandId="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
|
281
|
label="%command.label.11"
|
282
|
style="push">
|
283
|
<visibleWhen>
|
284
|
<reference
|
285
|
definitionId="isSynonym">
|
286
|
</reference>
|
287
|
</visibleWhen>
|
288
|
</command>
|
289
|
<separator
|
290
|
name="separator1"
|
291
|
visible="true">
|
292
|
</separator>
|
293
|
<command
|
294
|
commandId="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
|
295
|
label="%command.label.49"
|
296
|
style="push">
|
297
|
<visibleWhen>
|
298
|
<or>
|
299
|
<reference
|
300
|
definitionId="isAcceptedTaxon">
|
301
|
</reference>
|
302
|
<reference
|
303
|
definitionId="isMisapplication">
|
304
|
</reference>
|
305
|
</or>
|
306
|
</visibleWhen>
|
307
|
</command>
|
308
|
</menu>
|
309
|
<!--<command
|
310
|
commandId="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
|
311
|
label="Change Accepted Taxon to Synonym"
|
312
|
style="push">
|
313
|
<visibleWhen
|
314
|
checkEnabled="true">
|
315
|
<reference
|
316
|
definitionId="isAcceptedAndHasNoHomotypicSynonyms">
|
317
|
</reference>
|
318
|
</visibleWhen
|
319
|
<visibleWhen>
|
320
|
<or>
|
321
|
<reference
|
322
|
definitionId="isAcceptedTaxon">
|
323
|
</reference>
|
324
|
<reference
|
325
|
definitionId="isMisapplication">
|
326
|
</reference>
|
327
|
</or>
|
328
|
</visibleWhen>
|
329
|
</command>-->
|
330
|
<menu
|
331
|
label="%menu.label.0">
|
332
|
<command
|
333
|
commandId="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
|
334
|
label="%command.label.12"
|
335
|
style="push">
|
336
|
<visibleWhen>
|
337
|
<not>
|
338
|
<or>
|
339
|
<reference
|
340
|
definitionId="isAcceptedTaxon">
|
341
|
</reference>
|
342
|
<reference
|
343
|
definitionId="isMisapplication">
|
344
|
</reference>
|
345
|
</or>
|
346
|
</not>
|
347
|
</visibleWhen>
|
348
|
</command>
|
349
|
<command
|
350
|
commandId="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
|
351
|
label="%command.label.13"
|
352
|
style="push">
|
353
|
<visibleWhen>
|
354
|
<not>
|
355
|
<or>
|
356
|
<reference
|
357
|
definitionId="isAcceptedTaxon">
|
358
|
</reference>
|
359
|
<reference
|
360
|
definitionId="isSynonym">
|
361
|
</reference>
|
362
|
</or>
|
363
|
</not>
|
364
|
</visibleWhen>
|
365
|
</command>
|
366
|
<command
|
367
|
commandId="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
|
368
|
label="%command.label.14"
|
369
|
style="push">
|
370
|
<visibleWhen>
|
371
|
<not>
|
372
|
<or>
|
373
|
<reference
|
374
|
definitionId="isAcceptedTaxon">
|
375
|
</reference>
|
376
|
<reference
|
377
|
definitionId="isMisapplication">
|
378
|
</reference>
|
379
|
</or>
|
380
|
</not>
|
381
|
</visibleWhen>
|
382
|
</command>
|
383
|
</menu>
|
384
|
<separator
|
385
|
name="taxeditor-editor.separator1"
|
386
|
visible="true">
|
387
|
</separator>
|
388
|
<command
|
389
|
commandId="org.eclipse.ui.edit.delete"
|
390
|
label="%command.label.15"
|
391
|
style="push">
|
392
|
<visibleWhen>
|
393
|
<or>
|
394
|
<reference
|
395
|
definitionId="isSynonym">
|
396
|
</reference>
|
397
|
<reference
|
398
|
definitionId="isMisapplication">
|
399
|
</reference>
|
400
|
<reference
|
401
|
definitionId="isConceptRelation">
|
402
|
</reference>
|
403
|
</or>
|
404
|
</visibleWhen>
|
405
|
</command>
|
406
|
<command
|
407
|
commandId="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
|
408
|
label="%command.label.16"
|
409
|
style="push">
|
410
|
<visibleWhen>
|
411
|
<reference
|
412
|
definitionId="hasEmptyNames">
|
413
|
</reference>
|
414
|
</visibleWhen>
|
415
|
</command>
|
416
|
<separator
|
417
|
name="taxeditor-editor.separator2"
|
418
|
visible="true">
|
419
|
</separator>
|
420
|
<dynamic
|
421
|
class="eu.etaxonomy.taxeditor.editor.name.handler.GroupBasionymContributionItem"
|
422
|
id="taxeditor-editor.dynamic.setBasionym">
|
423
|
<visibleWhen>
|
424
|
<or>
|
425
|
<reference
|
426
|
definitionId="isAcceptedTaxon">
|
427
|
</reference>
|
428
|
<reference
|
429
|
definitionId="isSynonym">
|
430
|
</reference>
|
431
|
</or>
|
432
|
</visibleWhen>
|
433
|
</dynamic>
|
434
|
<command
|
435
|
commandId="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
|
436
|
label="%command.label.17"
|
437
|
style="push">
|
438
|
<visibleWhen>
|
439
|
<reference
|
440
|
definitionId="isSynonym">
|
441
|
</reference>
|
442
|
</visibleWhen>
|
443
|
</command>
|
444
|
<separator
|
445
|
name="taxeditor-editor.separator3"
|
446
|
visible="true">
|
447
|
</separator>
|
448
|
<command
|
449
|
commandId="org.eclipse.ui.views.showView"
|
450
|
label="%command.label.18"
|
451
|
style="push">
|
452
|
<parameter
|
453
|
name="org.eclipse.ui.views.showView.viewId"
|
454
|
value="eu.etaxonomy.taxeditor.editor.forms.detailsView">
|
455
|
</parameter>
|
456
|
</command>
|
457
|
<separator
|
458
|
name="taxeditor-editor.separator4"
|
459
|
visible="true">
|
460
|
</separator>
|
461
|
<command
|
462
|
commandId="org.eclipse.ui.file.save"
|
463
|
label="%command.label.19"
|
464
|
style="push">
|
465
|
</command>
|
466
|
</menuContribution>
|
467
|
<menuContribution
|
468
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous">
|
469
|
<command
|
470
|
commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
|
471
|
label="%command.label.20"
|
472
|
style="push">
|
473
|
</command>
|
474
|
<separator
|
475
|
name="taxeditor-editor.separator1"
|
476
|
visible="true">
|
477
|
</separator>
|
478
|
<command
|
479
|
commandId="org.eclipse.ui.edit.delete"
|
480
|
label="%command.label.21"
|
481
|
style="push">
|
482
|
</command>
|
483
|
<separator
|
484
|
name="taxeditor-editor.separator2"
|
485
|
visible="true">
|
486
|
</separator>
|
487
|
<command
|
488
|
commandId="eu.etaxonomy.taxeditor.key.command.applyLayout"
|
489
|
label="%command.label.22"
|
490
|
style="push">
|
491
|
</command>
|
492
|
<separator
|
493
|
name="taxeditor-editor.separator3"
|
494
|
visible="true">
|
495
|
</separator>
|
496
|
</menuContribution>
|
497
|
<menuContribution
|
498
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
|
499
|
<command
|
500
|
commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
|
501
|
label="%command.label.23"
|
502
|
style="push">
|
503
|
</command>
|
504
|
<command
|
505
|
commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
|
506
|
label="%command.label.24"
|
507
|
style="push">
|
508
|
</command>
|
509
|
<command
|
510
|
commandId="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
|
511
|
label="%command.label.25"
|
512
|
style="push">
|
513
|
</command>
|
514
|
<command
|
515
|
commandId="org.eclipse.ui.edit.delete"
|
516
|
label="%command.label.26"
|
517
|
style="push">
|
518
|
</command>
|
519
|
</menuContribution>
|
520
|
<menuContribution
|
521
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.descriptive">
|
522
|
<command
|
523
|
commandId="eu.etaxonomy.taxeditor.description.commands.adddescription"
|
524
|
label="%command.label.27"
|
525
|
style="push">
|
526
|
</command>
|
527
|
<separator
|
528
|
name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator3"
|
529
|
visible="true">
|
530
|
</separator>
|
531
|
<menu
|
532
|
label="%menu.label.1">
|
533
|
<dynamic
|
534
|
class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DynamicFeatureMenu"
|
535
|
id="eu.etaxonomy.taxeditor.dynamicFeatureMenu">
|
536
|
</dynamic>
|
537
|
<visibleWhen
|
538
|
checkEnabled="true">
|
539
|
<or>
|
540
|
<reference
|
541
|
definitionId="isDescription">
|
542
|
</reference>
|
543
|
<reference
|
544
|
definitionId="isDescriptionElement">
|
545
|
</reference>
|
546
|
<reference
|
547
|
definitionId="isFeatureNodeContainer">
|
548
|
</reference>
|
549
|
</or>
|
550
|
</visibleWhen>
|
551
|
</menu>
|
552
|
<separator
|
553
|
name="taxeditor-editor.separator1"
|
554
|
visible="true">
|
555
|
</separator>
|
556
|
<command
|
557
|
commandId="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
|
558
|
label="%command.label.28"
|
559
|
style="push">
|
560
|
<visibleWhen
|
561
|
checkEnabled="true">
|
562
|
<reference
|
563
|
definitionId="isDescription">
|
564
|
</reference>
|
565
|
</visibleWhen>
|
566
|
</command>
|
567
|
<command
|
568
|
commandId="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
|
569
|
label="%command.label.29"
|
570
|
style="push">
|
571
|
<visibleWhen
|
572
|
checkEnabled="true">
|
573
|
<or>
|
574
|
<reference
|
575
|
definitionId="isDescriptionElement">
|
576
|
</reference>
|
577
|
<reference
|
578
|
definitionId="isFeatureNodeContainer">
|
579
|
</reference>
|
580
|
</or>
|
581
|
</visibleWhen>
|
582
|
</command>
|
583
|
<separator
|
584
|
name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
|
585
|
visible="true">
|
586
|
</separator>
|
587
|
<command
|
588
|
commandId="org.eclipse.ui.edit.delete"
|
589
|
label="%command.label.30"
|
590
|
style="push">
|
591
|
</command>
|
592
|
<separator
|
593
|
name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
|
594
|
visible="true">
|
595
|
</separator>
|
596
|
<command
|
597
|
commandId="org.eclipse.ui.file.save"
|
598
|
label="%command.label.31"
|
599
|
style="push">
|
600
|
</command>
|
601
|
</menuContribution>
|
602
|
<menuContribution
|
603
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
|
604
|
<dynamic
|
605
|
class="eu.etaxonomy.taxeditor.editor.view.derivate.contextMenu.DerivateViewContextMenu"
|
606
|
id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateContextMenu">
|
607
|
</dynamic>
|
608
|
<command
|
609
|
commandId="org.eclipse.ui.edit.delete"
|
610
|
label="Delete"
|
611
|
style="push">
|
612
|
</command>
|
613
|
</menuContribution>
|
614
|
<menuContribution
|
615
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor">
|
616
|
<dynamic
|
617
|
class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
|
618
|
id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
|
619
|
</dynamic>
|
620
|
</menuContribution>
|
621
|
<menuContribution
|
622
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor">
|
623
|
<dynamic
|
624
|
class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
|
625
|
id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
|
626
|
</dynamic>
|
627
|
</menuContribution>
|
628
|
|
629
|
|
630
|
|
631
|
|
632
|
<menuContribution
|
633
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.uses">
|
634
|
<command
|
635
|
commandId="eu.etaxonomy.taxeditor.use.commands.adduse"
|
636
|
label="%command.label.32"
|
637
|
style="push">
|
638
|
</command>
|
639
|
<command
|
640
|
commandId="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
|
641
|
label="%command.label.33"
|
642
|
style="push">
|
643
|
<visibleWhen
|
644
|
checkEnabled="true">
|
645
|
<or>
|
646
|
<reference
|
647
|
definitionId="isDescription">
|
648
|
</reference>
|
649
|
<reference
|
650
|
definitionId="isDescriptionElement">
|
651
|
</reference>
|
652
|
<reference
|
653
|
definitionId="isFeatureNodeContainer">
|
654
|
</reference>
|
655
|
</or>
|
656
|
</visibleWhen>
|
657
|
</command>
|
658
|
<command
|
659
|
commandId="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
|
660
|
label="%command.label.34"
|
661
|
style="push">
|
662
|
<visibleWhen
|
663
|
checkEnabled="true">
|
664
|
<or>
|
665
|
<reference
|
666
|
definitionId="isDescription">
|
667
|
</reference>
|
668
|
<reference
|
669
|
definitionId="isDescriptionElement">
|
670
|
</reference>
|
671
|
<reference
|
672
|
definitionId="isFeatureNodeContainer">
|
673
|
</reference>
|
674
|
</or>
|
675
|
</visibleWhen>
|
676
|
</command>
|
677
|
<separator
|
678
|
name="eu.etaxonomy.taxeditor.usesEditor.separator3"
|
679
|
visible="true">
|
680
|
</separator>
|
681
|
<separator
|
682
|
name="taxeditor-editor.separator1"
|
683
|
visible="true">
|
684
|
</separator>
|
685
|
<separator
|
686
|
name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
|
687
|
visible="true">
|
688
|
</separator>
|
689
|
<command
|
690
|
commandId="org.eclipse.ui.edit.delete"
|
691
|
label="%command.label.35"
|
692
|
style="push">
|
693
|
</command>
|
694
|
<separator
|
695
|
name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
|
696
|
visible="true">
|
697
|
</separator>
|
698
|
<command
|
699
|
commandId="org.eclipse.ui.file.save"
|
700
|
label="%command.label.36"
|
701
|
style="push">
|
702
|
</command>
|
703
|
</menuContribution>
|
704
|
|
705
|
|
706
|
|
707
|
|
708
|
|
709
|
<menuContribution
|
710
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.media">
|
711
|
<command
|
712
|
commandId="taxeditor-editor.command.newimagegallery"
|
713
|
label="%command.label.37"
|
714
|
style="push">
|
715
|
<visibleWhen>
|
716
|
<or>
|
717
|
<reference
|
718
|
definitionId="isBulkEditor">
|
719
|
</reference>
|
720
|
<reference
|
721
|
definitionId="isTaxonEditor">
|
722
|
</reference>
|
723
|
<reference
|
724
|
definitionId="isDerivateEditor">
|
725
|
</reference>
|
726
|
</or>
|
727
|
</visibleWhen>
|
728
|
</command>
|
729
|
<separator
|
730
|
name="taxeditor-editor.separator1"
|
731
|
visible="true">
|
732
|
</separator>
|
733
|
<command
|
734
|
commandId="taxeditor-editor.newimage"
|
735
|
label="%command.label.38"
|
736
|
style="push">
|
737
|
<visibleWhen>
|
738
|
<reference
|
739
|
definitionId="isImageGallery">
|
740
|
</reference>
|
741
|
</visibleWhen>
|
742
|
</command>
|
743
|
<command
|
744
|
commandId="taxeditor-editor.useExistingImage"
|
745
|
label="%command.label.50"
|
746
|
style="push">
|
747
|
<visibleWhen>
|
748
|
<reference
|
749
|
definitionId="isImageGallery">
|
750
|
</reference>
|
751
|
</visibleWhen>
|
752
|
</command>
|
753
|
<command
|
754
|
commandId="taxeditor-editor.command.moveimgdown"
|
755
|
label="%command.label.39"
|
756
|
style="push">
|
757
|
<visibleWhen>
|
758
|
<reference
|
759
|
definitionId="isMedia">
|
760
|
</reference>
|
761
|
</visibleWhen>
|
762
|
</command>
|
763
|
<command
|
764
|
commandId="taxeditor-editor.command.moveimgup"
|
765
|
label="%command.label.40"
|
766
|
style="push">
|
767
|
<visibleWhen>
|
768
|
<reference
|
769
|
definitionId="isMedia">
|
770
|
</reference>
|
771
|
</visibleWhen>
|
772
|
</command>
|
773
|
<separator
|
774
|
name="taxeditor-editor.separator2"
|
775
|
visible="true">
|
776
|
</separator>
|
777
|
<command
|
778
|
commandId="org.eclipse.ui.edit.delete"
|
779
|
label="%command.label.41"
|
780
|
style="push">
|
781
|
</command>
|
782
|
<command
|
783
|
commandId="org.eclipse.ui.file.save"
|
784
|
label="%command.label.42"
|
785
|
style="push">
|
786
|
</command>
|
787
|
</menuContribution>
|
788
|
<menuContribution
|
789
|
locationURI="popup:eu.etaxonomy.taxeditor.editor.view.concept">
|
790
|
<menu
|
791
|
label="%menu.label.3">
|
792
|
<dynamic
|
793
|
class="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationMenu"
|
794
|
id="eu.etaxonomy.taxeditor.editor.view.concept.menus.new">
|
795
|
</dynamic>
|
796
|
</menu>
|
797
|
<command
|
798
|
commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
|
799
|
label="%command.label.43"
|
800
|
style="push">
|
801
|
</command>
|
802
|
<separator
|
803
|
name="eu.etaxonomy.taxeditor.editor.view.concept.menu.separator1"
|
804
|
visible="true">
|
805
|
</separator>
|
806
|
<command
|
807
|
commandId="org.eclipse.ui.edit.delete"
|
808
|
label="%command.label.44"
|
809
|
style="push">
|
810
|
</command>
|
811
|
</menuContribution>
|
812
|
<menuContribution
|
813
|
allPopups="false"
|
814
|
locationURI="popup:#BulkEditorContext?before=taxeditor-bulkeditor.separator1">
|
815
|
<command
|
816
|
commandId="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
|
817
|
label="%command.label.45"
|
818
|
style="push">
|
819
|
<visibleWhen>
|
820
|
<reference
|
821
|
definitionId="isGroup">
|
822
|
</reference>
|
823
|
</visibleWhen>
|
824
|
</command>
|
825
|
</menuContribution>
|
826
|
<menuContribution
|
827
|
allPopups="false"
|
828
|
locationURI="toolbar:eu.etaxonomy.taxeditor.editor.view.descriptive">
|
829
|
<command
|
830
|
commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
|
831
|
icon="icons/link_obj.gif"
|
832
|
style="toggle"
|
833
|
tooltip="Show Only Individuals Associations">
|
834
|
</command>
|
835
|
</menuContribution>
|
836
|
<menuContribution
|
837
|
allPopups="false"
|
838
|
locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup?after=taxeditor-navigation.separator2">
|
839
|
<command
|
840
|
commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
|
841
|
label="Open Associated Derivates"
|
842
|
style="push">
|
843
|
</command>
|
844
|
<separator
|
845
|
name="eu.etaxonomy.taxeditor.editor.separator1"
|
846
|
visible="true">
|
847
|
</separator>
|
848
|
</menuContribution>
|
849
|
</extension>
|
850
|
<extension
|
851
|
point="org.eclipse.ui.handlers">
|
852
|
<handler
|
853
|
class="org.eclipse.ui.internal.handlers.NewEditorHandler"
|
854
|
commandId="org.eclipse.ui.window.newEditor">
|
855
|
<activeWhen>
|
856
|
<not>
|
857
|
<instanceof
|
858
|
value="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor">
|
859
|
</instanceof>
|
860
|
</not>
|
861
|
</activeWhen>
|
862
|
<enabledWhen>
|
863
|
<count
|
864
|
value="-1">
|
865
|
</count>
|
866
|
</enabledWhen>
|
867
|
</handler>
|
868
|
<handler
|
869
|
class="eu.etaxonomy.taxeditor.editor.name.handler.DeleteTaxonBaseHandler"
|
870
|
commandId="org.eclipse.ui.edit.delete">
|
871
|
<activeWhen>
|
872
|
<and>
|
873
|
<reference
|
874
|
definitionId="isTaxonBase">
|
875
|
</reference>
|
876
|
<not>
|
877
|
<reference
|
878
|
definitionId="isAcceptedTaxon">
|
879
|
</reference>
|
880
|
</not>
|
881
|
</and>
|
882
|
</activeWhen>
|
883
|
</handler>
|
884
|
<handler
|
885
|
class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
|
886
|
commandId="org.eclipse.ui.edit.delete">
|
887
|
<activeWhen>
|
888
|
<with
|
889
|
variable="activePartId">
|
890
|
<or>
|
891
|
<equals
|
892
|
value="eu.etaxonomy.taxeditor.editor.view.descriptive">
|
893
|
</equals>
|
894
|
<equals
|
895
|
value="eu.etaxonomy.taxeditor.editor.view.media">
|
896
|
</equals>
|
897
|
</or>
|
898
|
</with>
|
899
|
</activeWhen>
|
900
|
</handler>
|
901
|
<handler
|
902
|
class="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.DeleteNodeHandler"
|
903
|
commandId="org.eclipse.ui.edit.delete">
|
904
|
<activeWhen>
|
905
|
<with
|
906
|
variable="activePartId">
|
907
|
<equals
|
908
|
value="eu.etaxonomy.taxeditor.editor.key">
|
909
|
</equals>
|
910
|
</with>
|
911
|
</activeWhen>
|
912
|
</handler>
|
913
|
<handler
|
914
|
class="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler"
|
915
|
commandId="org.eclipse.ui.edit.delete">
|
916
|
<activeWhen>
|
917
|
<with
|
918
|
variable="activePartId">
|
919
|
<equals
|
920
|
value="eu.etaxonomy.taxeditor.editor.view.concept">
|
921
|
</equals>
|
922
|
</with>
|
923
|
</activeWhen>
|
924
|
</handler>
|
925
|
<handler
|
926
|
class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
|
927
|
commandId="org.eclipse.ui.edit.delete">
|
928
|
<activeWhen>
|
929
|
<with
|
930
|
variable="activePartId">
|
931
|
<equals
|
932
|
value="eu.etaxonomy.taxeditor.editor.view.uses">
|
933
|
</equals>
|
934
|
</with>
|
935
|
</activeWhen>
|
936
|
</handler>
|
937
|
<handler
|
938
|
class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
|
939
|
commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler">
|
940
|
</handler>
|
941
|
<handler
|
942
|
class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
|
943
|
commandId="org.eclipse.ui.edit.delete">
|
944
|
<activeWhen>
|
945
|
<with
|
946
|
variable="activePartId">
|
947
|
<equals
|
948
|
value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
|
949
|
</equals>
|
950
|
</with>
|
951
|
</activeWhen>
|
952
|
</handler>
|
953
|
<handler
|
954
|
class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivateEditorForTaxonHandler"
|
955
|
commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView">
|
956
|
<activeWhen>
|
957
|
<with
|
958
|
variable="activePartId">
|
959
|
<equals
|
960
|
value="eu.etaxonomy.taxeditor.navigation.navigator">
|
961
|
</equals>
|
962
|
</with>
|
963
|
</activeWhen>
|
964
|
</handler>
|
965
|
<handler
|
966
|
class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.ToggleShowOnlyIndividualAssociationsHandler"
|
967
|
commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations">
|
968
|
</handler>
|
969
|
</extension>
|
970
|
<extension
|
971
|
name="%extension.name"
|
972
|
point="org.eclipse.ui.commands">
|
973
|
<category
|
974
|
id="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
975
|
name="%category.name.0">
|
976
|
</category>
|
977
|
<command
|
978
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
979
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenParentHandler"
|
980
|
id="eu.etaxonomy.taxeditor.editor.command.openParent"
|
981
|
name="%command.name">
|
982
|
</command>
|
983
|
<command
|
984
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
985
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHomotypicSynonymHandler"
|
986
|
id="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
|
987
|
name="%command.name.0">
|
988
|
</command>
|
989
|
<command
|
990
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
991
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHeterotypicSynonymHandler"
|
992
|
id="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
|
993
|
name="%command.name.1">
|
994
|
</command>
|
995
|
<command
|
996
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
997
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateSynonymInHomotypicalGroupHandler"
|
998
|
id="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
|
999
|
name="%command.name.2">
|
1000
|
</command>
|
1001
|
<command
|
1002
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1003
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateMisapplicationHandler"
|
1004
|
id="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
|
1005
|
name="%command.name.36">
|
1006
|
</command>
|
1007
|
<!--command
|
1008
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.MoveTaxonHandler"
|
1009
|
id="eu.etaxonomy.taxeditor.editor.name.moveTaxon"
|
1010
|
name="Move Taxon">
|
1011
|
</command-->
|
1012
|
<command
|
1013
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1014
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToSynonymHandler"
|
1015
|
id="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
|
1016
|
name="%command.name.3">
|
1017
|
</command>
|
1018
|
<command
|
1019
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1020
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeSynonymToAcceptedTaxonHandler"
|
1021
|
id="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
|
1022
|
name="%command.name.4">
|
1023
|
</command>
|
1024
|
<command
|
1025
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1026
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToMisapplicationHandler"
|
1027
|
id="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
|
1028
|
name="%command.name.5">
|
1029
|
</command>
|
1030
|
<command
|
1031
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1032
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler"
|
1033
|
id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
|
1034
|
name="%command.name.6">
|
1035
|
</command>
|
1036
|
<command
|
1037
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1038
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler"
|
1039
|
id="eu.etaxonomy.taxeditor.editor.name.setBasionym"
|
1040
|
name="%command.name.7">
|
1041
|
</command>
|
1042
|
<command
|
1043
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1044
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.RemoveBasionymHandler"
|
1045
|
id="eu.etaxonomy.taxeditor.editor.name.removeBasionym"
|
1046
|
name="%command.name.8">
|
1047
|
</command>
|
1048
|
<!-- <command
|
1049
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1050
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeAcceptedTaxonToSynonymHandler"
|
1051
|
id="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
|
1052
|
name="Change Accepted Taxon to Synonym">
|
1053
|
</command>-->
|
1054
|
<command
|
1055
|
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
|
1056
|
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.DeleteAllEmptyNamesHandler"
|
1057
|
id="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
|
1058
|
name="%command.name.9">
|
1059
|
</command>
|
1060
|
<category
|
1061
|
id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
|
1062
|
name="%category.name.1">
|
1063
|
</category>
|
1064
|
<command
|
1065
|
categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
|
1066
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionElementHandler"
|
1067
|
id="eu.etaxonomy.taxeditor.editor.description.createDescriptionElement"
|
1068
|
name="%command.name.10">
|
1069
|
</command>
|
1070
|
<command
|
1071
|
categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
|
1072
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionHandler"
|
1073
|
id="eu.etaxonomy.taxeditor.description.commands.adddescription"
|
1074
|
name="%command.name.11">
|
1075
|
</command>
|
1076
|
<command
|
1077
|
categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
|
1078
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionElementsHandler"
|
1079
|
id="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
|
1080
|
name="%command.name.12">
|
1081
|
</command>
|
1082
|
<command
|
1083
|
categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
|
1084
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionToOtherTaxonHandler"
|
1085
|
id="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
|
1086
|
name="%command.name.13">
|
1087
|
</command>
|
1088
|
<category
|
1089
|
id="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
|
1090
|
name="%category.name.2">
|
1091
|
</category>
|
1092
|
<command
|
1093
|
categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
|
1094
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseHandler"
|
1095
|
id="eu.etaxonomy.taxeditor.use.commands.adduse"
|
1096
|
name="%command.name.14">
|
1097
|
</command>
|
1098
|
<command
|
1099
|
categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
|
1100
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseSummaryHandler"
|
1101
|
id="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
|
1102
|
name="%command.name.15">
|
1103
|
</command>
|
1104
|
<command
|
1105
|
categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
|
1106
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseRecordHandler"
|
1107
|
id="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
|
1108
|
name="%command.name.16">
|
1109
|
</command>
|
1110
|
<category
|
1111
|
id="eu.etaxonomy.taxeditor.editor.media.category"
|
1112
|
name="%category.name.3">
|
1113
|
</category>
|
1114
|
<command
|
1115
|
categoryId="eu.etaxonomy.taxeditor.editor.media.category"
|
1116
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageDownInListHandler"
|
1117
|
id="taxeditor-editor.command.moveimgdown"
|
1118
|
name="%command.name.19">
|
1119
|
</command>
|
1120
|
<command
|
1121
|
categoryId="eu.etaxonomy.taxeditor.editor.media.category"
|
1122
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddImageGalleryHandler"
|
1123
|
id="taxeditor-editor.command.newimagegallery"
|
1124
|
name="%command.name.20">
|
1125
|
</command>
|
1126
|
<command
|
1127
|
categoryId="eu.etaxonomy.taxeditor.editor.media.category"
|
1128
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.CreateMediaHandler"
|
1129
|
id="taxeditor-editor.newimage"
|
1130
|
name="%command.name.21">
|
1131
|
</command>
|
1132
|
<command
|
1133
|
categoryId="eu.etaxonomy.taxeditor.editor.media.category"
|
1134
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddExistingMediaHandler"
|
1135
|
id="taxeditor-editor.useExistingImage"
|
1136
|
name="%command.name.37">
|
1137
|
</command>
|
1138
|
<command
|
1139
|
categoryId="eu.etaxonomy.taxeditor.editor.media.category"
|
1140
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageUpInListHandler"
|
1141
|
id="taxeditor-editor.command.moveimgup"
|
1142
|
name="%command.name.22">
|
1143
|
</command>
|
1144
|
<category
|
1145
|
id="eu.etaxonomy.taxeditor.editor.new.category"
|
1146
|
name="%category.name.4">
|
1147
|
</category>
|
1148
|
<command
|
1149
|
categoryId="eu.etaxonomy.taxeditor.editor.new.category"
|
1150
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewReferenceHandler"
|
1151
|
id="eu.etaxonomy.taxeditor.editor.command.new.reference"
|
1152
|
name="%command.name.23">
|
1153
|
</command>
|
1154
|
<command
|
1155
|
categoryId="eu.etaxonomy.taxeditor.editor.new.category"
|
1156
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewNameHandler"
|
1157
|
id="eu.etaxonomy.taxeditor.editor.command.new.name"
|
1158
|
name="%command.name.24">
|
1159
|
</command>
|
1160
|
<command
|
1161
|
categoryId="eu.etaxonomy.taxeditor.editor.new.category"
|
1162
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewTeamHandler"
|
1163
|
id="eu.etaxonomy.taxeditor.editor.command.new.team"
|
1164
|
name="%command.name.25">
|
1165
|
</command>
|
1166
|
<command
|
1167
|
categoryId="eu.etaxonomy.taxeditor.editor.new.category"
|
1168
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewPersonHandler"
|
1169
|
id="eu.etaxonomy.taxeditor.editor.command.new.person"
|
1170
|
name="%command.name.26">
|
1171
|
</command>
|
1172
|
<command
|
1173
|
categoryId="eu.etaxonomy.taxeditor.editor.new.category"
|
1174
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewSpecimenHandler"
|
1175
|
id="eu.etaxonomy.taxeditor.editor.command.new.specimen"
|
1176
|
name="%command.name.27">
|
1177
|
</command>
|
1178
|
<category
|
1179
|
id="eu.etaxonomy.taxeditor.editor.key.category"
|
1180
|
name="%category.name.5">
|
1181
|
</category>
|
1182
|
<command
|
1183
|
categoryId="eu.etaxonomy.taxeditor.editor.key.category"
|
1184
|
defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateChildNodeHandler"
|
1185
|
id="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
|
1186
|
name="%command.name.28">
|
1187
|
</command>
|
1188
|
<command
|
1189
|
categoryId="eu.etaxonomy.taxeditor.editor.key.category"
|
1190
|
defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateSiblingNodeHandler"
|
1191
|
id="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
|
1192
|
name="%command.name.29">
|
1193
|
</command>
|
1194
|
<command
|
1195
|
categoryId="eu.etaxonomy.taxeditor.editor.key.category"
|
1196
|
defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
|
1197
|
id="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
|
1198
|
name="%command.name.30">
|
1199
|
</command>
|
1200
|
<command
|
1201
|
categoryId="eu.etaxonomy.taxeditor.editor.key.category"
|
1202
|
defaultHandler="eu.etaxonomy.taxeditor.editor.key.handler.ApplyLayoutHandler"
|
1203
|
id="eu.etaxonomy.taxeditor.key.command.applyLayout"
|
1204
|
name="%command.name.31">
|
1205
|
</command>
|
1206
|
<category
|
1207
|
id="eu.etaxonomy.taxeditor.editor.view.concept.category"
|
1208
|
name="%category.name.6">
|
1209
|
</category>
|
1210
|
<command
|
1211
|
categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
|
1212
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationHandler"
|
1213
|
id="eu.etaxonomy.taxeditor.editor.name.createConceptRelation"
|
1214
|
name="%command.name.32">
|
1215
|
</command>
|
1216
|
<command
|
1217
|
categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
|
1218
|
defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptHandler"
|
1219
|
id="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
|
1220
|
name="%command.name.33">
|
1221
|
</command>
|
1222
|
<category
|
1223
|
id="eu.etaxonomy.taxeditor.bulkeditor.group.category"
|
1224
|
name="%category.name.7">
|
1225
|
</category>
|
1226
|
<command
|
1227
|
categoryId="eu.etaxonomy.taxeditor.bulkeditor.group.category"
|
1228
|
defaultHandler="eu.etaxonomy.taxeditor.editor.group.authority.handler.EditCdmAuthoritiesHandler"
|
1229
|
id="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
|
1230
|
name="%command.name.34">
|
1231
|
</command>
|
1232
|
<command
|
1233
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
|
1234
|
id="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
|
1235
|
name="%command.name.35">
|
1236
|
</command>
|
1237
|
<command
|
1238
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
|
1239
|
id="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
|
1240
|
name="%command.name.38">
|
1241
|
</command>
|
1242
|
<command
|
1243
|
categoryId="eu.etaxonomy.taxeditor.editor.new.category"
|
1244
|
defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler"
|
1245
|
id="eu.etaxonomy.taxeditor.editor.command.new.datasource"
|
1246
|
name="%command.name.39">
|
1247
|
</command>
|
1248
|
<command
|
1249
|
id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
|
1250
|
name="Show Only Individual Associations">
|
1251
|
</command>
|
1252
|
<command
|
1253
|
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenTaxonEditorHandler"
|
1254
|
id="eu.etaxonomy.taxeditor.editor.openTaxonEditor"
|
1255
|
name="Open Taxon Editor">
|
1256
|
<commandParameter
|
1257
|
id="eu.etaxonomy.taxeditor.editor.taxonParameter"
|
1258
|
name="taxonUUID"
|
1259
|
optional="false"
|
1260
|
typeId="eu.etaxonomy.taxeditor.editor.taxonParameterType">
|
1261
|
</commandParameter>
|
1262
|
</command>
|
1263
|
<commandParameterType
|
1264
|
converter="eu.etaxonomy.taxeditor.editor.handler.TaxonParameterConverter"
|
1265
|
id="eu.etaxonomy.taxeditor.editor.taxonParameterType"
|
1266
|
type="eu.etaxonomy.cdm.model.taxon.TaxonBase">
|
1267
|
</commandParameterType>
|
1268
|
</extension>
|
1269
|
<extension
|
1270
|
point="org.eclipse.core.expressions.definitions">
|
1271
|
<definition
|
1272
|
id="nameEditorActive">
|
1273
|
<with
|
1274
|
variable="activeEditorId">
|
1275
|
<equals
|
1276
|
value="eu.etaxonomy.taxeditor.editor.multipagetaxonview">
|
1277
|
</equals>
|
1278
|
</with>
|
1279
|
</definition>
|
1280
|
<definition
|
1281
|
id="isAcceptedTaxon">
|
1282
|
<with
|
1283
|
variable="selection">
|
1284
|
<test
|
1285
|
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedTaxon">
|
1286
|
</test>
|
1287
|
</with>
|
1288
|
</definition>
|
1289
|
<definition
|
1290
|
id="isSynonym">
|
1291
|
<with
|
1292
|
variable="selection">
|
1293
|
<test
|
1294
|
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonym">
|
1295
|
</test>
|
1296
|
</with>
|
1297
|
</definition>
|
1298
|
<definition
|
1299
|
id="isMisapplication">
|
1300
|
<with
|
1301
|
variable="selection">
|
1302
|
<test
|
1303
|
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isMisapplication">
|
1304
|
</test>
|
1305
|
</with>
|
1306
|
</definition>
|
1307
|
<definition
|
1308
|
id="isTaxonBase">
|
1309
|
<with
|
1310
|
variable="selection">
|
1311
|
<test
|
1312
|
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isTaxonBase">
|
1313
|
</test>
|
1314
|
</with>
|
1315
|
</definition>
|
1316
|
<definition
|
1317
|
id="hasEmptyNames">
|
1318
|
<with
|
1319
|
variable="selection">
|
1320
|
<test
|
1321
|
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.hasEmptyNames">
|
1322
|
</test>
|
1323
|
</with>
|
1324
|
</definition>
|
1325
|
<definition
|
1326
|
id="isDeletable">
|
1327
|
<with
|
1328
|
variable="selection">
|
1329
|
<test
|
1330
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDeletable">
|
1331
|
</test>
|
1332
|
</with>
|
1333
|
</definition>
|
1334
|
<definition
|
1335
|
id="isMedia">
|
1336
|
<with
|
1337
|
variable="selection">
|
1338
|
<test
|
1339
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isMedia">
|
1340
|
</test>
|
1341
|
</with>
|
1342
|
</definition>
|
1343
|
<definition
|
1344
|
id="isTaxonEditor">
|
1345
|
<with
|
1346
|
variable="selection">
|
1347
|
<test
|
1348
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isTaxonEditor">
|
1349
|
</test>
|
1350
|
</with>
|
1351
|
</definition>
|
1352
|
<definition
|
1353
|
id="isBulkEditor">
|
1354
|
<with
|
1355
|
variable="selection">
|
1356
|
<test
|
1357
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isBulkEditor">
|
1358
|
</test>
|
1359
|
</with>
|
1360
|
</definition>
|
1361
|
<definition
|
1362
|
id="isDerivateEditor">
|
1363
|
<with
|
1364
|
variable="selection">
|
1365
|
<test
|
1366
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDerivateEditor">
|
1367
|
</test>
|
1368
|
</with>
|
1369
|
</definition>
|
1370
|
<definition
|
1371
|
id="isDescription">
|
1372
|
<with
|
1373
|
variable="selection">
|
1374
|
<test
|
1375
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescription">
|
1376
|
</test>
|
1377
|
</with>
|
1378
|
</definition>
|
1379
|
<definition
|
1380
|
id="isDescriptionElement">
|
1381
|
<with
|
1382
|
variable="selection">
|
1383
|
<test
|
1384
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescriptionElement">
|
1385
|
</test>
|
1386
|
</with>
|
1387
|
</definition>
|
1388
|
<definition
|
1389
|
id="isFeatureNodeContainer">
|
1390
|
<with
|
1391
|
variable="selection">
|
1392
|
<test
|
1393
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isFeatureNodeContainer">
|
1394
|
</test>
|
1395
|
</with>
|
1396
|
</definition>
|
1397
|
<definition
|
1398
|
id="isImageGallery">
|
1399
|
<with
|
1400
|
variable="selection">
|
1401
|
<test
|
1402
|
property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isImageGallery">
|
1403
|
</test>
|
1404
|
</with>
|
1405
|
</definition>
|
1406
|
<definition
|
1407
|
id="isAcceptedAndHasNoHomotypicSynonyms">
|
1408
|
<with
|
1409
|
variable="selection">
|
1410
|
<test
|
1411
|
property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedAndHasNoHomotypicSynonyms">
|
1412
|
</test>
|
1413
|
</with>
|
1414
|
</definition>
|
1415
|
<definition
|
1416
|
id="isGroup">
|
1417
|
<with
|
1418
|
variable="activeEditor">
|
1419
|
<test
|
1420
|
property="taxeditor-bulkeditor.propertyTester.isGroup">
|
1421
|
</test>
|
1422
|
</with>
|
1423
|
</definition>
|
1424
|
</extension>
|
1425
|
<extension
|
1426
|
point="org.eclipse.core.expressions.propertyTesters">
|
1427
|
<propertyTester
|
1428
|
class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester"
|
1429
|
id="eu.etaxonomy.taxeditor.editor.name.propertyTester"
|
1430
|
namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester"
|
1431
|
properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms"
|
1432
|
type="org.eclipse.jface.viewers.IStructuredSelection">
|
1433
|
</propertyTester>
|
1434
|
<propertyTester
|
1435
|
class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DescriptionsMenuPropertyTester"
|
1436
|
id="eu.etaxonomy.taxeditor.descriptions.PropertyTester"
|
1437
|
namespace="eu.etaxonomy.taxeditor.descriptions.propertyTester"
|
1438
|
properties="isMedia,isDescription,isDescriptionElement,isDeletable,isFeatureNodeContainer,isImageGallery,isTaxonEditor,isBulkEditor,isDerivateEditor"
|
1439
|
type="org.eclipse.jface.viewers.TreeSelection">
|
1440
|
</propertyTester>
|
1441
|
<propertyTester
|
1442
|
class="eu.etaxonomy.taxeditor.bulkeditor.command.BulkEditorPropertyTester"
|
1443
|
id="taxeditor-bulkeditor.PropertyTester"
|
1444
|
namespace="taxeditor-bulkeditor.propertyTester"
|
1445
|
properties="isGroup"
|
1446
|
type="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor">
|
1447
|
</propertyTester>
|
1448
|
</extension>
|
1449
|
<extension
|
1450
|
point="org.eclipse.ui.bindings">
|
1451
|
<scheme
|
1452
|
description="%scheme.description"
|
1453
|
id="eu.etaxonomy.taxeditor.bindings.scheme.default"
|
1454
|
name="%scheme.name">
|
1455
|
</scheme>
|
1456
|
</extension>
|
1457
|
<extension
|
1458
|
point="org.eclipse.ui.importWizards">
|
1459
|
<wizard
|
1460
|
category="eu.etaxonomy.taxeditor.import.category.cdm"
|
1461
|
class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
|
1462
|
id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
|
1463
|
name="%wizard.name">
|
1464
|
<description>
|
1465
|
%wizard.description
|
1466
|
</description>
|
1467
|
</wizard>
|
1468
|
</extension>
|
1469
|
</plugin>
|