root / TXM / trunk / org.txm.specificities.rcp / plugin.xml @ 3369
Historique | Voir | Annoter | Télécharger (7,26 ko)
1 | 88 | sjacqu01 | <?xml version="1.0" encoding="UTF-8"?>
|
---|---|---|---|
2 | 88 | sjacqu01 | <?eclipse version="3.4"?>
|
3 | 2217 | mdecorde | <plugin>
|
4 | 88 | sjacqu01 | <extension
|
5 | 88 | sjacqu01 | point="org.eclipse.ui.editors"> |
6 | 88 | sjacqu01 | <editor
|
7 | 544 | sjacqu01 | class="org.txm.specificities.rcp.editors.SpecificitiesSelectionEditor" |
8 | 88 | sjacqu01 | default="false" |
9 | 599 | mdecorde | icon="icons/functions/specificities_selection.png" |
10 | 544 | sjacqu01 | id="org.txm.specificities.core.functions.SpecificitiesSelection" |
11 | 973 | mdecorde | name="%editor.name.0"> |
12 | 88 | sjacqu01 | </editor>
|
13 | 88 | sjacqu01 | <editor
|
14 | 536 | mdecorde | class="org.txm.specificities.rcp.editors.SpecificitiesEditor" |
15 | 88 | sjacqu01 | default="false" |
16 | 88 | sjacqu01 | icon="icons/functions/specificities.png" |
17 | 544 | sjacqu01 | id="org.txm.specificities.rcp.editors.SpecificitiesEditor" |
18 | 88 | sjacqu01 | name="%editor.name"> |
19 | 88 | sjacqu01 | </editor>
|
20 | 88 | sjacqu01 | </extension>
|
21 | 88 | sjacqu01 | <extension
|
22 | 88 | sjacqu01 | point="org.eclipse.ui.commands"> |
23 | 88 | sjacqu01 | <command
|
24 | 324 | mdecorde | categoryId="org.txm.rcp.category.txm" |
25 | 88 | sjacqu01 | defaultHandler="org.txm.specificities.rcp.handlers.ComputeSpecifities" |
26 | 491 | mdecorde | id="org.txm.specificities.rcp.handlers.ComputeSpecifities" |
27 | 737 | sjacqu01 | name="%command.name" |
28 | 737 | sjacqu01 | returnTypeId="org.txm.specificities.core.functions.Specificities"> |
29 | 88 | sjacqu01 | </command>
|
30 | 88 | sjacqu01 | <command
|
31 | 726 | sjacqu01 | categoryId="org.txm.rcp.category.txm" |
32 | 544 | sjacqu01 | defaultHandler="org.txm.specificities.rcp.handlers.ComputeSpecifictiesSelectionChart" |
33 | 544 | sjacqu01 | id="org.txm.specificities.rcp.handlers.ComputeSpecifictiesSelectionChart" |
34 | 737 | sjacqu01 | name="%command.name.0" |
35 | 737 | sjacqu01 | returnTypeId="org.txm.specificities.core.functions.SpecificitiesSelection"> |
36 | 88 | sjacqu01 | </command>
|
37 | 3369 | mdecorde | <command
|
38 | 3369 | mdecorde | defaultHandler="org.txm.specificities.rcp.handlers.CopyLines" |
39 | 3369 | mdecorde | id="org.txm.specificities.rcp.handlers.CopyLines" |
40 | 3369 | mdecorde | name="Copy"> |
41 | 3369 | mdecorde | </command>
|
42 | 88 | sjacqu01 | </extension>
|
43 | 88 | sjacqu01 | <extension
|
44 | 88 | sjacqu01 | point="org.eclipse.ui.menus"> |
45 | 88 | sjacqu01 | <menuContribution
|
46 | 698 | mdecorde | locationURI="popup:org.txm.rcp.views.corpora.CorporaView?after=org.txm.rcp.corporaview.tools.stat"> |
47 | 88 | sjacqu01 | <command
|
48 | 491 | mdecorde | commandId="org.txm.specificities.rcp.handlers.ComputeSpecifities" |
49 | 88 | sjacqu01 | icon="icons/functions/specificities.png" |
50 | 88 | sjacqu01 | style="push"> |
51 | 88 | sjacqu01 | <visibleWhen
|
52 | 88 | sjacqu01 | checkEnabled="false"> |
53 | 88 | sjacqu01 | <or>
|
54 | 88 | sjacqu01 | <reference
|
55 | 88 | sjacqu01 | definitionId="OnePartitionSelected"> |
56 | 88 | sjacqu01 | </reference>
|
57 | 88 | sjacqu01 | <reference
|
58 | 88 | sjacqu01 | definitionId="OneSubCorpusSelected"> |
59 | 88 | sjacqu01 | </reference>
|
60 | 88 | sjacqu01 | <reference
|
61 | 88 | sjacqu01 | definitionId="OneLexicalTableSelected"> |
62 | 88 | sjacqu01 | </reference>
|
63 | 1196 | mdecorde | <reference
|
64 | 1196 | mdecorde | definitionId="OnePartitionIndexSelected"> |
65 | 1196 | mdecorde | </reference>
|
66 | 88 | sjacqu01 | </or>
|
67 | 88 | sjacqu01 | </visibleWhen>
|
68 | 88 | sjacqu01 | </command>
|
69 | 88 | sjacqu01 | </menuContribution>
|
70 | 88 | sjacqu01 | <menuContribution
|
71 | 1196 | mdecorde | locationURI="menu:menu.tools?after=menu.tools.separator.stats"> |
72 | 88 | sjacqu01 | <command
|
73 | 491 | mdecorde | commandId="org.txm.specificities.rcp.handlers.ComputeSpecifities" |
74 | 88 | sjacqu01 | icon="icons/functions/specificities.png" |
75 | 88 | sjacqu01 | style="push"> |
76 | 88 | sjacqu01 | <visibleWhen
|
77 | 88 | sjacqu01 | checkEnabled="false"> |
78 | 88 | sjacqu01 | <or>
|
79 | 88 | sjacqu01 | <reference
|
80 | 88 | sjacqu01 | definitionId="OnePartitionSelected"> |
81 | 88 | sjacqu01 | </reference>
|
82 | 88 | sjacqu01 | <reference
|
83 | 88 | sjacqu01 | definitionId="OneSubCorpusSelected"> |
84 | 88 | sjacqu01 | </reference>
|
85 | 88 | sjacqu01 | <reference
|
86 | 88 | sjacqu01 | definitionId="OneLexicalTableSelected"> |
87 | 88 | sjacqu01 | </reference>
|
88 | 1196 | mdecorde | <reference
|
89 | 1196 | mdecorde | definitionId="OnePartitionIndexSelected"> |
90 | 1196 | mdecorde | </reference>
|
91 | 88 | sjacqu01 | </or>
|
92 | 88 | sjacqu01 | </visibleWhen>
|
93 | 88 | sjacqu01 | </command>
|
94 | 88 | sjacqu01 | </menuContribution>
|
95 | 88 | sjacqu01 | <menuContribution
|
96 | 88 | sjacqu01 | allPopups="false" |
97 | 1196 | mdecorde | locationURI="toolbar:org.txm.rcp.toolbartools?after=org.txm.rcp.toolbartools.stats"> |
98 | 88 | sjacqu01 | <command
|
99 | 491 | mdecorde | commandId="org.txm.specificities.rcp.handlers.ComputeSpecifities" |
100 | 88 | sjacqu01 | icon="icons/functions/specificities.png" |
101 | 1196 | mdecorde | style="push"> |
102 | 88 | sjacqu01 | <visibleWhen
|
103 | 88 | sjacqu01 | checkEnabled="false"> |
104 | 88 | sjacqu01 | <or>
|
105 | 88 | sjacqu01 | <reference
|
106 | 1196 | mdecorde | definitionId="OnePartitionSelected"> |
107 | 1196 | mdecorde | </reference>
|
108 | 1196 | mdecorde | <reference
|
109 | 88 | sjacqu01 | definitionId="OneSubCorpusSelected"> |
110 | 88 | sjacqu01 | </reference>
|
111 | 88 | sjacqu01 | <reference
|
112 | 88 | sjacqu01 | definitionId="OneLexicalTableSelected"> |
113 | 88 | sjacqu01 | </reference>
|
114 | 664 | sjacqu01 | <reference
|
115 | 1196 | mdecorde | definitionId="OnePartitionIndexSelected"> |
116 | 664 | sjacqu01 | </reference>
|
117 | 664 | sjacqu01 | </or>
|
118 | 664 | sjacqu01 | </visibleWhen>
|
119 | 664 | sjacqu01 | </command>
|
120 | 664 | sjacqu01 | </menuContribution>
|
121 | 664 | sjacqu01 | <menuContribution
|
122 | 726 | sjacqu01 | locationURI="popup:org.txm.specificities.rcp.editors.SpecificitiesEditor"> |
123 | 626 | sjacqu01 | <command
|
124 | 626 | sjacqu01 | commandId="org.txm.specificities.rcp.handlers.ComputeSpecifictiesSelectionChart" |
125 | 726 | sjacqu01 | icon="icons/functions/specificities_selection.png" |
126 | 626 | sjacqu01 | style="push"> |
127 | 626 | sjacqu01 | </command>
|
128 | 3369 | mdecorde | <command
|
129 | 3369 | mdecorde | commandId="org.txm.specificities.rcp.handlers.CopyLines" |
130 | 3369 | mdecorde | icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png" |
131 | 3369 | mdecorde | label="Copy" |
132 | 3369 | mdecorde | style="push"> |
133 | 3369 | mdecorde | </command>
|
134 | 626 | sjacqu01 | </menuContribution>
|
135 | 88 | sjacqu01 | </extension>
|
136 | 88 | sjacqu01 | <extension
|
137 | 88 | sjacqu01 | point="org.eclipse.core.runtime.adapters"> |
138 | 88 | sjacqu01 | <factory
|
139 | 544 | sjacqu01 | adaptableType="org.txm.specificities.core.functions.Specificities" |
140 | 88 | sjacqu01 | class="org.txm.specificities.rcp.adapters.SpecificitiesAdapterFactory"> |
141 | 88 | sjacqu01 | <adapter
|
142 | 88 | sjacqu01 | type="org.eclipse.ui.model.IWorkbenchAdapter"> |
143 | 88 | sjacqu01 | </adapter>
|
144 | 1005 | sjacqu01 | <adapter
|
145 | 1005 | sjacqu01 | type="org.eclipse.ui.model.IWorkbenchAdapter2"> |
146 | 1005 | sjacqu01 | </adapter>
|
147 | 88 | sjacqu01 | </factory>
|
148 | 544 | sjacqu01 | <factory
|
149 | 544 | sjacqu01 | adaptableType="org.txm.specificities.core.functions.SpecificitiesSelection" |
150 | 544 | sjacqu01 | class="org.txm.specificities.rcp.adapters.SpecificitiesAdapterFactory"> |
151 | 544 | sjacqu01 | <adapter
|
152 | 544 | sjacqu01 | type="org.eclipse.ui.model.IWorkbenchAdapter"> |
153 | 544 | sjacqu01 | </adapter>
|
154 | 1005 | sjacqu01 | <adapter
|
155 | 1005 | sjacqu01 | type="org.eclipse.ui.model.IWorkbenchAdapter2"> |
156 | 1005 | sjacqu01 | </adapter>
|
157 | 544 | sjacqu01 | </factory>
|
158 | 88 | sjacqu01 | </extension>
|
159 | 88 | sjacqu01 | <extension
|
160 | 88 | sjacqu01 | point="org.eclipse.ui.preferencePages"> |
161 | 88 | sjacqu01 | <page
|
162 | 324 | mdecorde | category="org.txm.rcp.preferences.UserPreferencePage" |
163 | 88 | sjacqu01 | class="org.txm.specificities.rcp.preferences.SpecificitiesPreferencePage" |
164 | 88 | sjacqu01 | id="org.txm.specificities.rcp.preferences.SpecificitiesPreferencePage" |
165 | 88 | sjacqu01 | name="%page.name"> |
166 | 88 | sjacqu01 | </page>
|
167 | 88 | sjacqu01 | </extension>
|
168 | 266 | sjacqu01 | <extension
|
169 | 266 | sjacqu01 | point="org.eclipse.core.expressions.definitions"> |
170 | 266 | sjacqu01 | <definition
|
171 | 266 | sjacqu01 | id="OneSpecificitiesResultSelected"> |
172 | 266 | sjacqu01 | <with
|
173 | 266 | sjacqu01 | variable="selection"> |
174 | 266 | sjacqu01 | <iterate
|
175 | 266 | sjacqu01 | ifEmpty="false" |
176 | 266 | sjacqu01 | operator="and"> |
177 | 266 | sjacqu01 | <instanceof
|
178 | 266 | sjacqu01 | value="org.txm.functions.specificities.SpecificitesResult"> |
179 | 266 | sjacqu01 | </instanceof>
|
180 | 266 | sjacqu01 | </iterate>
|
181 | 266 | sjacqu01 | </with>
|
182 | 266 | sjacqu01 | </definition>
|
183 | 266 | sjacqu01 | <definition
|
184 | 266 | sjacqu01 | id="SpecificitiesEditorActive"> |
185 | 266 | sjacqu01 | <with
|
186 | 266 | sjacqu01 | variable="activePartId"> |
187 | 266 | sjacqu01 | <equals
|
188 | 726 | sjacqu01 | value="org.txm.specificities.rcp.editors.SpecificitiesEditor"> |
189 | 266 | sjacqu01 | </equals>
|
190 | 266 | sjacqu01 | </with>
|
191 | 266 | sjacqu01 | </definition>
|
192 | 266 | sjacqu01 | </extension>
|
193 | 2802 | mdecorde | |
194 | 88 | sjacqu01 | </plugin> |