Project

General

Profile

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