Project

General

Profile

« Previous | Next » 

Revision a06ba52b

Added by Niels Hoffmann over 15 years ago

View differences:

eclipseprojects/eu.etaxonomy.taxeditor/plugin.xml
76 76
            class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
77 77
            icon="icons/edit_16x16.gif"
78 78
            id="eu.etaxonomy.taxeditor.editor.multipagetaxonview"
79
            name="Multitabbed Taxon Editor"
80
            contributorClass="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditorActionBarContributor">
79
            name="Multitabbed Taxon Editor">
81 80
      </editor>
82 81
      <editor
83 82
            class="eu.etaxonomy.taxeditor.editor.EmptyEditorView"
......
214 213
            </command>
215 214
            <separator
216 215
                  name="eu.etaxonomy.taxeditor.ui.file.separator4"
217
                  visible="true">
216
                  visible="false">
218 217
            </separator>
219 218
            <command
220 219
                  commandId="org.eclipse.ui.file.exit"
......
275 274
            <visibleWhen
276 275
                  checkEnabled="true">
277 276
               <reference
278
                     definitionId="nameEditorActive">
277
                     definitionId="nameEditorActive_CURRENTLY_DISABLED">
279 278
               </reference>
280 279
            </visibleWhen>
281 280
            <command
......
363 362
         </command>
364 363
      </menuContribution>
365 364
      <menuContribution
366
            locationURI="popup:org.eclipse.ui.popup.any">
365
            locationURI="popup:eu.etaxonomy.taxeditor.editor.multipagetaxonview">
366
         <command
367
               commandId="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
368
               label="Create Heterotypic Synonym"
369
               style="push">
370
         </command>
371
         <command
372
               commandId="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
373
               label="Create Homotypic Synonym"
374
               style="push">
375
         </command>
376
         <separator
377
               name="eu.etaxonomy.taxeditor.separator1"
378
               visible="true">
379
         </separator>
380
         <command
381
               commandId="eu.etaxonomy.taxeditor.editor.name.createMisappliedName"
382
               label="Create Misapplied Name"
383
               style="push">
384
         </command>
385
         <menu
386
               id="eu.etaxonomy.taxeditor.ui.conceptRelations"
387
               label="Create Concept Relation">
388
            <command
389
                  commandId="eu.etaxonomy.taxeditor.command9"
390
                  label="test"
391
                  style="push">
392
            </command>
393
         </menu>
394
         <separator
395
               name="eu.etaxonomy.taxeditor.separator2"
396
               visible="true">
397
         </separator>
398
         <command
399
               commandId="eu.etaxonomy.taxeditor.moveTaxon"
400
               label="Move"
401
               style="push">
402
         </command>
367 403
         <command
368
               commandId="org.eclipse.ui.file.exit"
369
               label="Test"
404
               commandId="eu.etaxonomy.taxeditor.editor.swapTaxonSynonym"
405
               label="Change"
406
               style="push">
407
         </command>
408
         <separator
409
               name="eu.etaxonomy.taxeditor.separator3"
410
               visible="true">
411
         </separator>
412
         <command
413
               commandId="eu.etaxonomy.taxeditor.ui.addTaxon"
414
               label="Create Child Taxon"
370 415
               style="push">
371 416
         </command>
372 417
      </menuContribution>
418
      <menuContribution
419
            locationURI="popup:org.eclipse.ui.popup.any">
420
         <menu
421
               id="eu.etaxonomy.taxeditor.editor.name.menu"
422
               label="Taxon Context Menu">
423
         </menu>
424
      </menuContribution>
373 425
   </extension>
374 426
   <extension
375 427
         point="org.eclipse.ui.commands">
......
417 469
            id="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
418 470
            name="Create Homotypic Synonym">
419 471
      </command>
472
      <command
473
            defaultHandler="eu.etaxonomy.taxeditor.handlers.CreateMisappliedNameHandler"
474
            id="eu.etaxonomy.taxeditor.editor.name.createMisappliedName"
475
            name="Create Misapplied Name">
476
      </command>
477
      <command
478
            defaultHandler="eu.etaxonomy.taxeditor.handlers.MoveTaxonHandler"
479
            id="eu.etaxonomy.taxeditor.moveTaxon"
480
            name="Move Taxon">
481
      </command>
482
      <command
483
            defaultHandler="eu.etaxonomy.taxeditor.handlers.SwapTaxonSynonymHandler"
484
            id="eu.etaxonomy.taxeditor.editor.swapTaxonSynonym"
485
            name="Swap Taxon Synonym">
486
      </command>
420 487
   </extension>
421 488
   <extension
422 489
         point="org.eclipse.ui.handlers">
......
505 572
         </property>
506 573
      </product>
507 574
   </extension>
575
   <extension
576
         point="org.eclipse.ui.bindings">
577
      <key
578
            commandId="eu.etaxonomy.taxeditor.saveAll"
579
            contextId="org.eclipse.ui.contexts.dialogAndWindow"
580
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
581
            sequence="Ctrl+S">
582
      </key>
583
   </extension>
584
   <extension
585
         point="org.eclipse.ui.actionSets">
586
      <actionSet
587
            id="org.eclipse.ui.main.menu.file"
588
            label="File Menu Actions"
589
            visible="true">
590
         <action
591
               definitionId="eu.etaxonomy.taxeditor.saveAll"
592
               id="eu.etaxonomy.taxeditor.action.saveAll"
593
               label="Save All"
594
               style="push">
595
         </action>
596
      </actionSet>
597
   </extension>
508 598
   <!--extension
509 599
         point="org.eclipse.ui.commands">
510 600
      <command

Also available in: Unified diff