ref #6902 migrate alignment editor and pherogram view
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 point="org.eclipse.ui.menus">
6 <menuContribution
7 locationURI="toolbar:org.eclipse.ui.main.toolbar?after=eu.etaxonomy.taxeditor.navigation.search.toolbar">
8 <toolbar
9 id="eu.etaxonomy.taxeditor.molecular.alignmentToolbar">
10 <command
11 commandId="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.toggleInsertOverwrite"
12 label="%command.TOGGLE_INSERT_OVERWRITE"
13 style="push">
14 <visibleWhen
15 checkEnabled="true">
16 <with
17 variable="activePartId">
18 <equals
19 value="eu.etaxonomy.taxeditor.molecular.AlignmentEditor">
20 </equals>
21 </with>
22 </visibleWhen>
23 </command>
24 <command
25 commandId="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.toggleLeftRightInsertion"
26 icon="icons/pherogram-insert-left-16x16.png"
27 style="push">
28 <visibleWhen
29 checkEnabled="true">
30 <with
31 variable="activePartId">
32 <equals
33 value="eu.etaxonomy.taxeditor.molecular.AlignmentEditor">
34 </equals>
35 </with>
36 </visibleWhen>
37 </command>
38 </toolbar>
39 </menuContribution>
40 </extension>
41 <extension
42 point="org.eclipse.ui.bindings">
43 <scheme
44 description="%scheme.description"
45 id="eu.etaxonomy.taxeditor.bindings.scheme.default"
46 name="%scheme.name">
47 </scheme>
48 <key
49 commandId="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.loadPherogram"
50 schemeId="eu.etaxonomy.taxeditor.bindings.scheme.default"
51 sequence="M1+O">
52 </key>
53 </extension>
54 <extension
55 id="id1"
56 point="org.eclipse.e4.workbench.model">
57 <fragment
58 apply="always"
59 uri="fragment.e4xmi">
60 </fragment>
61 </extension>
62
63 </plugin>