Project

General

Profile

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