Project

General

Profile

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