Project

General

Profile

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