Project

General

Profile

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