root / tmp / org.txm.rcp / plugin.xml @ 60
Historique | Voir | Annoter | Télécharger (198,99 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension-point id="org.txm.rcp.extentionpoint.command" name="%extension-point.name" schema="schema/org.txm.rcp.extentionpoint.command.exsd"/> |
5 |
<extension-point id="org.txm.rcp.extensionpoint.backtotext" name="Back to text" schema="schema/org.txm.rcp.extensionpoint.backtotext.exsd"/> |
6 |
|
7 |
<extension
|
8 |
id="Application" |
9 |
point="org.eclipse.core.runtime.applications"> |
10 |
<application
|
11 |
icon="icons/logo/TXM logo.png"> |
12 |
<run
|
13 |
class="org.txm.rcpapplication.Application"> |
14 |
</run>
|
15 |
</application>
|
16 |
</extension>
|
17 |
<extension
|
18 |
point="org.eclipse.ui.perspectives"> |
19 |
<perspective
|
20 |
class="org.txm.rcpapplication.perspective.TXMPerspective" |
21 |
icon="icons/objects/corpus.png" |
22 |
id="org.txm.rcpapplication.perspective.TXMPerspective" |
23 |
name="%perspective.name"> |
24 |
</perspective>
|
25 |
<perspective
|
26 |
class="org.txm.rcpapplication.perspective.RPerspective" |
27 |
icon="icons/logo/Rcran.png" |
28 |
id="org.txm.rcpapplication.perspective.RPerspective" |
29 |
name="%perspective.name.0"> |
30 |
</perspective>
|
31 |
</extension>
|
32 |
<extension
|
33 |
id="product" |
34 |
point="org.eclipse.core.runtime.products"> |
35 |
<product
|
36 |
application="org.txm.rcpapplication.Application" |
37 |
name="TXM"> |
38 |
<property
|
39 |
name="appName" |
40 |
value="TXM"> |
41 |
</property>
|
42 |
<property
|
43 |
name="preferenceCustomization" |
44 |
value="plugin_customization.ini"> |
45 |
</property>
|
46 |
<property
|
47 |
name="windowImages" |
48 |
value="icons/logo/TXM logo.png"> |
49 |
</property>
|
50 |
<property
|
51 |
name="startupForegroundColor" |
52 |
value="000000"> |
53 |
</property>
|
54 |
<property
|
55 |
name="startupMessageRect" |
56 |
value="13,312,290,20"> |
57 |
</property>
|
58 |
<property
|
59 |
name="aboutImage" |
60 |
value="icons/logo/about TXM.png"> |
61 |
</property>
|
62 |
<property
|
63 |
name="aboutText" |
64 |
value="<TXM Software User Agreement>

TXM 0.7.8 Copyright © 2010-2016 ENS de Lyon, University of Franche-Comté, CNRS

<English version below>

EN ACCEPTANT CETTE MISE À JOUR ET EN UTILISANT TXM, VOUS VOUS ENGAGEZ À CITER L'ARTICLE DE RÉFÉRENCE DE LA PLATEFORME* DANS VOS PUBLICATIONS DE RÉSULTATS OBTENUS À PARTIR D'ELLE. CELA EST ESSENTIEL POUR NOUS PERMETTRE DE JUSTIFIER LE BESOIN DE PÉRENNISATION DE CET INSTRUMENT DE TRAVAIL POUR LA COMMUNAUTÉ SCIENTIFIQUE.

Le logiciel TXM est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier suivant les termes de la Licence publique générale GNU telle que publiée par la Free Software Foundation, soit la version 2 de cette License, soit une version ultérieure.

Le logiciel TXM est distribué dans l'espoir qu'il sera utile, mais sans aucune garantie, y compris mais non de façon limitative les garanties implicites de qualité marchande et de convenance à un usage particulier. Consultez la version 2 et la version 3 de la Licence publique générale GNU pour plus de détails.

Vous devriez avoir reçu une copie de la Licence publique générale GNU en accompagnement du logiciel TXM ; si ce n'est pas le cas, veuillez consulter la page http://www.gnu.org/licenses/gpl-2.0.html.
_______________
* Serge Heiden, Jean-Philippe Magué, Bénédicte Pincemin.
TXM : Une plateforme logicielle open-source pour la textométrie - conception et développement. Sergio Bolasco, Isabella Chiari, Luca Giuliano. 10th International Conference on the Statistical Analysis of Textual Data - JADT 2010, Jun 2010, Rome, Italie.
Edizioni Universitarie di Lettere Economia Diritto, 2 (3), pp.1021-1032, 2010. <halshs-00549779>


ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH


By accepting this update and by using TXM, you agree to cite the TXM platform reference article** in your publications of results obtained from it. That is essential for us to justify the need for sustainability of this instrument for the scientific community.

The TXM platform is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

The TXM platform is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the TXM platform. If not, see http://www.gnu.org/licenses/gpl-2.0.html.
_______________
** Serge Heiden. The TXM Platform: Building Open-Source Textual
Analysis Software Compatible with the TEI Encoding Scheme. Ryo Otoguro, Kiyoshi Ishikawa, Hiroshi Umemoto, Kei Yoshimoto and Yasunari Harada. 24th Pacific Asia Conference on Language, Information and Computation, Nov 2010, Sendai, Japan. Institute for Digital Enhancement of Cognitive Development, Waseda University, pp.389-398, 2010. <halshs-00549764>"> |
65 |
</property>
|
66 |
<property
|
67 |
name="startupProgressRect" |
68 |
value="13,332,290,15"> |
69 |
</property>
|
70 |
<property
|
71 |
name="cssTheme" |
72 |
value="org.txm.rcp.theme.default.linux"> |
73 |
</property>
|
74 |
</product>
|
75 |
</extension>
|
76 |
<extension
|
77 |
point="org.eclipse.ui.perspectiveExtensions"> |
78 |
<perspectiveExtension targetID="org.eclipse.ui.resourcePerspective"> |
79 |
<view
|
80 |
closeable="false" |
81 |
id="org.txm.rcpapplication.views.CorporaView" |
82 |
ratio="0.5" |
83 |
relationship="right" |
84 |
relative="org.eclipse.ui.views.TaskList"/> |
85 |
<view
|
86 |
closeable="true" |
87 |
id="org.eclipse.ui.views.ProgressView" |
88 |
ratio="0.5" |
89 |
relationship="bottom" |
90 |
showTitle="true" |
91 |
visible="true"> |
92 |
</view>
|
93 |
<view
|
94 |
closeable="true" |
95 |
id="org.txm.rcpapplication.views.GroovyConsole" |
96 |
minimized="false" |
97 |
ratio="0.5" |
98 |
relationship="bottom" |
99 |
visible="true"> |
100 |
</view>
|
101 |
<view
|
102 |
closeable="true" |
103 |
id="org.txm.rcpapplication.views.QueriesView" |
104 |
ratio="0.5" |
105 |
relationship="right" |
106 |
relative="org.eclipse.ui.views.TaskList"> |
107 |
</view>
|
108 |
</perspectiveExtension>
|
109 |
</extension>
|
110 |
<extension
|
111 |
point="org.eclipse.ui.views"> |
112 |
<category
|
113 |
id="org.txm.rcpapplication" |
114 |
name="%category.name"/> |
115 |
<view
|
116 |
category="org.txm.rcpapplication" |
117 |
class="org.txm.rcpapplication.views.CorporaView" |
118 |
icon="icons/objects/corpus.png" |
119 |
id="org.txm.rcpapplication.views.CorporaView" |
120 |
name="%view.name"/> |
121 |
<view
|
122 |
allowMultiple="false" |
123 |
category="org.eclipse.ui" |
124 |
class="org.eclipse.ui.ExtensionFactory:progressView" |
125 |
id="org.eclipse.ui.views.ProgressView" |
126 |
name="%view.name.0" |
127 |
restorable="true"> |
128 |
</view>
|
129 |
<view
|
130 |
allowMultiple="false" |
131 |
category="org.txm.rcpapplication" |
132 |
class="org.txm.rcpapplication.views.fileexplorer.Explorer" |
133 |
icon="icons/objects/folder.png" |
134 |
id="org.txm.rcpapplication.views.fileexplorer.Explorer" |
135 |
name="%view.name.1" |
136 |
restorable="true"> |
137 |
</view>
|
138 |
<view
|
139 |
allowMultiple="false" |
140 |
category="org.txm.rcpapplication" |
141 |
class="org.txm.rcpapplication.views.GroovyConsole" |
142 |
id="org.txm.rcpapplication.views.GroovyConsole" |
143 |
name="%view.name.2" |
144 |
restorable="true"> |
145 |
</view>
|
146 |
<view
|
147 |
category="org.txm.rcpapplication" |
148 |
class="org.txm.rcpapplication.views.BasesView" |
149 |
id="org.txm.rcpapplication.views.BasesView" |
150 |
name="%view.name.3" |
151 |
restorable="true"> |
152 |
</view>
|
153 |
<view
|
154 |
category="org.txm.rcpapplication" |
155 |
class="org.txm.rcpapplication.views.QueriesView" |
156 |
icon="icons/objects/query.png" |
157 |
id="org.txm.rcpapplication.views.QueriesView" |
158 |
name="%view.name.4" |
159 |
restorable="true"> |
160 |
</view>
|
161 |
<view
|
162 |
category="org.txm.rcpapplication" |
163 |
class="org.txm.rcpapplication.views.RVariablesView" |
164 |
id="org.txm.rcpapplication.views.RVariablesView" |
165 |
name="%view.name.5" |
166 |
restorable="true"> |
167 |
</view>
|
168 |
<view
|
169 |
allowMultiple="false" |
170 |
category="org.txm.rcpapplication" |
171 |
class="org.txm.rcpapplication.views.RConsole" |
172 |
icon="icons/decorators/R.png" |
173 |
id="org.txm.rcpapplication.views.RConsole" |
174 |
name="%view.name.6" |
175 |
restorable="true"> |
176 |
</view>
|
177 |
<view
|
178 |
category="org.txm.rcpapplication" |
179 |
class="org.txm.rcpapplication.views.SummaryView" |
180 |
id="org.txm.rcpapplication.views.InternalCorpusView" |
181 |
name="%view.name.7" |
182 |
restorable="true"> |
183 |
</view>
|
184 |
<view
|
185 |
allowMultiple="false" |
186 |
category="org.txm.rcpapplication" |
187 |
class="org.txm.rcpapplication.views.fileexplorer.MacroExplorer" |
188 |
icon="icons/objects/script.png" |
189 |
id="org.txm.rcpapplication.views.fileexplorer.MacroExplorer" |
190 |
name="%view.name.8" |
191 |
restorable="true"> |
192 |
</view>
|
193 |
<view
|
194 |
category="org.txm.rcpapplication" |
195 |
class="org.txm.rcpapplication.views.knowledgerepositories.KRView" |
196 |
id="org.txm.rcpapplication.views.knowledgerepositories.KRView" |
197 |
name="%view.name.9" |
198 |
restorable="true"> |
199 |
</view>
|
200 |
</extension>
|
201 |
<extension
|
202 |
point="org.eclipse.core.runtime.adapters"> |
203 |
<factory
|
204 |
adaptableType="org.txm.searchengine.cqp.corpus.CorpusManager" |
205 |
class="org.txm.rcpapplication.AdapterFactory"> |
206 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
207 |
</factory>
|
208 |
<factory
|
209 |
adaptableType="org.txm.searchengine.cqp.corpus.Lexicon" |
210 |
class="org.txm.rcpapplication.AdapterFactory"> |
211 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
212 |
</factory>
|
213 |
|
214 |
<factory
|
215 |
adaptableType="org.txm.searchengine.cqp.corpus.Corpus" |
216 |
class="org.txm.rcpapplication.AdapterFactory"> |
217 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
218 |
</factory>
|
219 |
|
220 |
<factory
|
221 |
adaptableType="org.txm.searchengine.cqp.corpus.Partition" |
222 |
class="org.txm.rcpapplication.AdapterFactory"> |
223 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
224 |
</factory>
|
225 |
|
226 |
<factory
|
227 |
adaptableType="org.txm.functions.specificities.SpecificitesResult" |
228 |
class="org.txm.rcpapplication.AdapterFactory"> |
229 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
230 |
</factory>
|
231 |
|
232 |
<factory
|
233 |
adaptableType="org.txm.stat.data.LexicalTable" |
234 |
class="org.txm.rcpapplication.AdapterFactory"> |
235 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
236 |
</factory>
|
237 |
|
238 |
<factory
|
239 |
adaptableType="org.txm.functions.concordances.Concordance" |
240 |
class="org.txm.rcpapplication.AdapterFactory"> |
241 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
242 |
</factory>
|
243 |
<factory
|
244 |
adaptableType="org.txm.functions.ca.CA" |
245 |
class="org.txm.rcpapplication.AdapterFactory"> |
246 |
<adapter
|
247 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
248 |
</adapter>
|
249 |
</factory>
|
250 |
<factory
|
251 |
adaptableType="org.txm.functions.index.Index" |
252 |
class="org.txm.rcpapplication.AdapterFactory"> |
253 |
<adapter
|
254 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
255 |
</adapter>
|
256 |
</factory>
|
257 |
<factory
|
258 |
adaptableType="org.txm.functions.progression.Progression" |
259 |
class="org.txm.rcpapplication.AdapterFactory"> |
260 |
<adapter
|
261 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
262 |
</adapter>
|
263 |
</factory>
|
264 |
<factory
|
265 |
adaptableType="org.txm.functions.cooccurrences.Cooccurrence" |
266 |
class="org.txm.rcpapplication.AdapterFactory"> |
267 |
<adapter
|
268 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
269 |
</adapter>
|
270 |
</factory>
|
271 |
<factory
|
272 |
adaptableType="org.txm.stat.data.LexicalTable" |
273 |
class="org.txm.rcpapplication.AdapterFactory"> |
274 |
<adapter
|
275 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
276 |
</adapter>
|
277 |
</factory>
|
278 |
<factory
|
279 |
adaptableType="org.txm.functions.referencer.Referencer" |
280 |
class="org.txm.rcpapplication.AdapterFactory"> |
281 |
<adapter
|
282 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
283 |
</adapter>
|
284 |
</factory>
|
285 |
<factory
|
286 |
adaptableType="org.txm.functions.classification.CAH" |
287 |
class="org.txm.rcpapplication.AdapterFactory"> |
288 |
<adapter
|
289 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
290 |
</adapter>
|
291 |
</factory>
|
292 |
<factory
|
293 |
adaptableType="org.txm.functions.internal.InternalView" |
294 |
class="org.txm.rcpapplication.AdapterFactory"> |
295 |
<adapter
|
296 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
297 |
</adapter>
|
298 |
</factory>
|
299 |
<factory
|
300 |
adaptableType="org.txm.functions.intertextualdistance.InterTextDistance" |
301 |
class="org.txm.rcpapplication.AdapterFactory"> |
302 |
<adapter
|
303 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
304 |
</adapter>
|
305 |
</factory>
|
306 |
|
307 |
<factory
|
308 |
adaptableType="org.txm.functions.wordcloud.WordCloud" |
309 |
class="org.txm.rcpapplication.AdapterFactory"> |
310 |
<adapter
|
311 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
312 |
</adapter>
|
313 |
</factory>
|
314 |
</extension>
|
315 |
<extension
|
316 |
point="org.eclipse.ui.editors"> |
317 |
<editor
|
318 |
class="org.txm.rcpapplication.editors.SVGGraphicEditor" |
319 |
default="false" |
320 |
id="org.txm.rcpapplication.editors.SVGGraphicEditor" |
321 |
name="%editor.name"/> |
322 |
<editor
|
323 |
class="org.txm.rcpapplication.editors.TableEditor" |
324 |
default="false" |
325 |
icon="icons/functions/Index.png" |
326 |
id="org.txm.rcpapplication.editors.TableEditor" |
327 |
name="%editor.name.0"> |
328 |
</editor>
|
329 |
<editor
|
330 |
class="org.txm.rcpapplication.editors.GenericMultiPageEditor" |
331 |
default="false" |
332 |
id="org.txm.rcpapplication.editors.GenericMultiPageEditor" |
333 |
name="%editor.name.1"> |
334 |
</editor>
|
335 |
<editor
|
336 |
class="org.txm.rcpapplication.editors.concordances.ConcordancesEditor" |
337 |
default="false" |
338 |
icon="icons/functions/Concordances.png" |
339 |
id="org.txm.rcpapplication.editors.ConcordancesEditor" |
340 |
name="%editor.name.2"/> |
341 |
<editor
|
342 |
class="org.txm.rcpapplication.editors.specificities.SpecificitiesTableEditor" |
343 |
default="false" |
344 |
icon="icons/functions/Specificities.png" |
345 |
id="org.txm.rcpapplication.editors.specificities.SpecificitiesTableEditor" |
346 |
name="%editor.name.3"> |
347 |
</editor>
|
348 |
<editor
|
349 |
class="org.txm.rcpapplication.editors.TxtEditor" |
350 |
contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor" |
351 |
default="false" |
352 |
icon="icons/objects/file.png" |
353 |
id="org.txm.rcpapplication.editors.TxtEditor" |
354 |
name="%editor.name.4"> |
355 |
</editor>
|
356 |
<editor
|
357 |
class="org.txm.rcpapplication.editors.TXMBrowser" |
358 |
default="false" |
359 |
icon="icons/objects/edition.png" |
360 |
id="org.txm.rcpapplication.editors.TXMBrowser" |
361 |
name="%editor.name.5"> |
362 |
</editor>
|
363 |
<editor
|
364 |
class="org.txm.rcpapplication.editors.objectexplorer.ObjectExplorer" |
365 |
default="false" |
366 |
id="org.txm.rcpapplication.editors.ObjectExplorer" |
367 |
name="%editor.name.6"> |
368 |
</editor>
|
369 |
<editor
|
370 |
class="org.txm.rcpapplication.editors.index.IndexEditor" |
371 |
default="false" |
372 |
icon="icons/functions/Index.png" |
373 |
id="org.txm.rcpapplication.editors.index.IndexEditor" |
374 |
name="%editor.name.7"> |
375 |
</editor>
|
376 |
<editor
|
377 |
class="org.txm.rcpapplication.editors.parabrowser.ParaBrowserEditor" |
378 |
default="false" |
379 |
id="org.txm.rcpapplication.editors.parabrowser.ParaBrowserEditor" |
380 |
name="%editor.name.8"> |
381 |
</editor>
|
382 |
<editor
|
383 |
class="org.txm.rcpapplication.editors.cooccurrences.CooccurrencesEditor" |
384 |
default="false" |
385 |
icon="icons/functions/Cooccurrences.png" |
386 |
id="org.txm.rcpapplication.editors.cooccurrences.CooccurrencesEditor" |
387 |
name="%editor.name.9"> |
388 |
</editor>
|
389 |
<editor
|
390 |
class="org.txm.rcpapplication.editors.ca.___FactorialMapEditor" |
391 |
default="false" |
392 |
icon="icons/functions/CorrespondanceAnalysis.png" |
393 |
id="org.txm.rcpapplication.editors.ca.FactorialMapEditor" |
394 |
name="%editor.name.10"> |
395 |
</editor>
|
396 |
<editor
|
397 |
class="org.txm.rcpapplication.editors.lexicaltable.LexicalTableEditor" |
398 |
default="false" |
399 |
icon="icons/objects/lexicaltable.png" |
400 |
id="org.txm.rcpapplication.editors.lexicaltable.LexicalTableEditor" |
401 |
name="%editor.name.11"> |
402 |
</editor>
|
403 |
<editor
|
404 |
class="org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor" |
405 |
default="false" |
406 |
icon="icons/functions/IndexP.png" |
407 |
id="org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor" |
408 |
name="%editor.name.12"> |
409 |
</editor>
|
410 |
<editor
|
411 |
class="org.txm.rcpapplication.editors.ca.CaEditor" |
412 |
default="false" |
413 |
icon="icons/functions/CorrespondanceAnalysis.png" |
414 |
id="org.txm.rcpapplication.editors.ca.CaEditor" |
415 |
name="%editor.name.13"> |
416 |
</editor>
|
417 |
<editor
|
418 |
class="org.txm.rcpapplication.editors.referencer.ReferencerEditor" |
419 |
default="false" |
420 |
icon="icons/functions/Referencer.png" |
421 |
id="org.txm.rcpapplication.editors.referencer.ReferencerEditor" |
422 |
name="%editor.name.14"> |
423 |
</editor>
|
424 |
<editor
|
425 |
class="org.txm.rcpapplication.editors.imports.ImportFormEditor" |
426 |
default="false" |
427 |
icon="icons/objects/books.png" |
428 |
id="org.txm.rcpapplication.editors.imports.ImportFormEditor" |
429 |
name="%editor.name.15"> |
430 |
</editor>
|
431 |
<editor
|
432 |
class="org.txm.rcpapplication.editors.TestEditor" |
433 |
default="false" |
434 |
id="org.txm.rcpapplication.editors.TestEditor" |
435 |
name="%editor.name.16"> |
436 |
</editor>
|
437 |
<editor
|
438 |
class="org.txm.rcpapplication.editors.internal.InternalViewEditor" |
439 |
default="false" |
440 |
icon="icons/objects/folder.png" |
441 |
id="org.txm.rcpapplication.editors.internal.InternalViewEditor" |
442 |
name="%editor.name.17"> |
443 |
</editor>
|
444 |
<editor
|
445 |
class="org.txm.rcpapplication.editors.internal.InternalViewEditor" |
446 |
default="false" |
447 |
icon="icons/functions/InternalView.png" |
448 |
id="org.txm.rcpapplication.editors.TableEditor" |
449 |
name="%editor.name.19"> |
450 |
</editor>
|
451 |
<editor
|
452 |
class="org.txm.rcpapplication.editors.TXMWebBrowserEditor" |
453 |
default="false" |
454 |
icon="icons/objects/world.png" |
455 |
id="org.txm.rcpapplication.editors.TXMWebBrowserEditor" |
456 |
name="%editor.name.22"> |
457 |
</editor>
|
458 |
<editor
|
459 |
class="TestEMEditor" |
460 |
id="TestEMEditor" |
461 |
name="%editor.name.23"> |
462 |
</editor>
|
463 |
<editor
|
464 |
class="org.txm.rcp.chartsengine.jfreechart.editors.JFCChartEditorPart" |
465 |
default="false" |
466 |
id="org.txm.rcp.chartsengine.jfreechart.editors.JFCChartEditorPart" |
467 |
name="%editor.name.24"> |
468 |
</editor>
|
469 |
<editor
|
470 |
class="org.txm.rcp.chartsengine.svgbatik.editors.SVGChartEditorPart" |
471 |
default="false" |
472 |
id="org.txm.rcp.chartsengine.svgbatik.editors.SVGChartEditorPart" |
473 |
name="%editor.name.25"> |
474 |
</editor>
|
475 |
<editor
|
476 |
class="org.txm.rcpapplication.editors.cah.CAHChartEditor" |
477 |
default="false" |
478 |
icon="icons/functions/CAH.png" |
479 |
id="org.txm.rcpapplication.editors.cah.CAHChartEditor" |
480 |
name="%editor.name.18"> |
481 |
</editor>
|
482 |
</extension>
|
483 |
<extension
|
484 |
point="org.eclipse.core.runtime.preferences"> |
485 |
<initializer class="org.txm.rcpapplication.preferences.RPreferenceInitializer"/> |
486 |
<initializer
|
487 |
class="org.txm.rcpapplication.preferences.CQPPreferenceInitializer"> |
488 |
</initializer>
|
489 |
<initializer
|
490 |
class="org.txm.rcpapplication.preferences.ConcordancerPreferenceInitializer"> |
491 |
</initializer>
|
492 |
<initializer
|
493 |
class="org.txm.rcpapplication.preferences.ScriptPreferenceInitializer"> |
494 |
</initializer>
|
495 |
</extension>
|
496 |
<extension
|
497 |
point="org.eclipse.ui.preferencePages"> |
498 |
<page
|
499 |
category="org.txm.rcpapplication.preferences.TextometriePreferencePage" |
500 |
class="org.txm.rcpapplication.preferences.UserPreferencePage" |
501 |
id="org.txm.rcpapplication.preferences.UserPreferencePage" |
502 |
name="%page.name"> |
503 |
</page>
|
504 |
<page
|
505 |
category="org.txm.rcpapplication.preferences.TextometriePreferencePage" |
506 |
class="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
507 |
id="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
508 |
name="%page.name.0"> |
509 |
</page>
|
510 |
<page
|
511 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
512 |
class="org.txm.rcpapplication.preferences.ConcordancerPreferencePage" |
513 |
id="org.txm.rcpapplication.preferences.ConcordancerPreferencePage" |
514 |
name="%page.name.1"/> |
515 |
<page
|
516 |
category="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
517 |
class="org.txm.rcpapplication.preferences.RPreferencePage" |
518 |
id="org.txm.rcpapplication.preferences.RPreferencePage" |
519 |
name="%page.name.3"> |
520 |
</page>
|
521 |
<page
|
522 |
category="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
523 |
class="org.txm.rcpapplication.preferences.CQPPreferencePage" |
524 |
id="org.txm.rcpapplication.preferences.CQPPreferencePage" |
525 |
name="%page.name.4"> |
526 |
</page>
|
527 |
<page
|
528 |
category="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
529 |
class="org.txm.rcp.chartsengine.base.preferences.ChartsEnginePreferencePage" |
530 |
id="org.txm.rcp.chartsengine.base.preferences.ChartsEnginePreferencePage" |
531 |
name="%page.name.20"> |
532 |
</page>
|
533 |
<page
|
534 |
class="org.txm.rcpapplication.preferences.TXMPreferencePage" |
535 |
id="org.txm.rcpapplication.preferences.TextometriePreferencePage" |
536 |
name="%page.name.6"> |
537 |
</page>
|
538 |
<page
|
539 |
category="org.txm.rcpapplication.preferences.NLPPreferencePage" |
540 |
class="org.txm.rcpapplication.preferences.TreeTaggerPreferencePage" |
541 |
id="org.txm.rcpapplication.preferences.TreeTaggerPreferencePage" |
542 |
name="%page.name.7"> |
543 |
</page>
|
544 |
<page
|
545 |
category="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
546 |
class="org.txm.rcpapplication.preferences.NLPPreferencePage" |
547 |
id="org.txm.rcpapplication.preferences.NLPPreferencePage" |
548 |
name="%page.name.8"> |
549 |
</page>
|
550 |
<page
|
551 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
552 |
class="org.txm.rcpapplication.preferences.ScriptPreferencePage" |
553 |
id="org.txm.rcpapplication.preferences.ScriptPreferencePage" |
554 |
name="%page.name.18"> |
555 |
</page>
|
556 |
<page
|
557 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
558 |
class="org.txm.rcpapplication.preferences.DiagnosticPreferencePage" |
559 |
id="org.txm.rcpapplication.preferences.DiagnosticPreferencePage" |
560 |
name="%page.name.9"> |
561 |
</page>
|
562 |
<page
|
563 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
564 |
class="org.txm.rcpapplication.preferences.CAPreferencePage" |
565 |
id="org.txm.rcpapplication.preferences.CAPreferencePage" |
566 |
name="%page.name.10"> |
567 |
</page>
|
568 |
<page
|
569 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
570 |
class="org.txm.rcpapplication.preferences.CoocPreferencePage" |
571 |
id="org.txm.rcpapplication.preferences.CoocPreferencePage" |
572 |
name="%page.name.11"> |
573 |
</page>
|
574 |
<page
|
575 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
576 |
class="org.txm.rcpapplication.preferences.ExportPreferencePage" |
577 |
id="org.txm.rcpapplication.preferences.ExportPreferencePage" |
578 |
name="%page.name.12"> |
579 |
</page>
|
580 |
<page
|
581 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
582 |
class="org.txm.rcpapplication.preferences.LexicalTablePreferencePage" |
583 |
id="org.txm.rcpapplication.preferences.LexicalTablePreferencePage" |
584 |
name="%page.name.13"> |
585 |
</page>
|
586 |
<page
|
587 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
588 |
class="org.txm.rcpapplication.preferences.ProgressionPreferencePage" |
589 |
id="org.txm.rcpapplication.preferences.ProgressionPreferencePage" |
590 |
name="%page.name.14"> |
591 |
</page>
|
592 |
<page
|
593 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
594 |
class="org.txm.rcpapplication.preferences.SpecificitiesPreferencePage" |
595 |
id="org.txm.rcpapplication.preferences.SpecificitiesPreferencePage" |
596 |
name="%page.name.15"> |
597 |
</page>
|
598 |
<page
|
599 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
600 |
class="org.txm.rcpapplication.preferences.ReferencerPreferencePage" |
601 |
id="org.txm.rcpapplication.preferences.ReferencerPreferencePage" |
602 |
name="%page.name.16"> |
603 |
</page>
|
604 |
<page
|
605 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
606 |
class="org.txm.rcpapplication.preferences.CAHPreferencePage" |
607 |
id="org.txm.rcpapplication.preferences.CAHPreferencePage" |
608 |
name="%page.name.17"> |
609 |
</page>
|
610 |
<page
|
611 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
612 |
class="org.txm.rcpapplication.preferences.FileExplorerPreferencePage" |
613 |
id="org.txm.rcpapplication.preferences.FileExplorerPreferencePage" |
614 |
name="%page.name.2"> |
615 |
</page>
|
616 |
<page
|
617 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
618 |
class="org.txm.rcpapplication.preferences.ImportPreferencePage" |
619 |
id="org.txm.rcpapplication.preferences.ImportPreferencePage" |
620 |
name="%page.name.19"> |
621 |
</page>
|
622 |
<page
|
623 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
624 |
class="org.txm.rcpapplication.preferences.AnnotationPreferencePage" |
625 |
id="org.txm.rcpapplication.preferences.AnnotationPreferencePage" |
626 |
name="%page.name.23"> |
627 |
</page>
|
628 |
</extension>
|
629 |
<extension
|
630 |
point="org.eclipse.ui.menus"> |
631 |
<menuContribution
|
632 |
locationURI="menu:org.eclipse.ui.main.menu"> |
633 |
<menu
|
634 |
id="menu.file" |
635 |
label="%menu.label"> |
636 |
<separator
|
637 |
name="org.txm.rcpapplication.separator2" |
638 |
visible="true"> |
639 |
</separator>
|
640 |
<menu
|
641 |
id="menu.file.import" |
642 |
label="%menu.label.0"> |
643 |
<command
|
644 |
commandId="org.txm.rcpapplication.commands.ImportSelectedText" |
645 |
label="%command.label.60" |
646 |
style="push" |
647 |
tooltip="%command.tooltip.27"> |
648 |
</command>
|
649 |
<command
|
650 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
651 |
label="%command.label.78" |
652 |
style="push" |
653 |
tooltip="%command.tooltip.45"> |
654 |
<parameter
|
655 |
name="org.txm.rcpapplication.commands.commandParameter3" |
656 |
value="quickLoader.groovy"> |
657 |
</parameter>
|
658 |
</command>
|
659 |
<command
|
660 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
661 |
label="%command.label.87" |
662 |
style="push" |
663 |
tooltip="%command.tooltip.66"> |
664 |
<parameter
|
665 |
name="org.txm.rcpapplication.commands.commandParameter3" |
666 |
value="docLoader.groovy"> |
667 |
</parameter>
|
668 |
</command>
|
669 |
<separator
|
670 |
name="org.txm.rcp.separator1" |
671 |
visible="true"> |
672 |
</separator>
|
673 |
<command
|
674 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
675 |
label="%command.label.1" |
676 |
style="push" |
677 |
tooltip="%command.tooltip.44"> |
678 |
<parameter
|
679 |
name="org.txm.rcpapplication.commands.commandParameter3" |
680 |
value="xmlLoader.groovy"> |
681 |
</parameter>
|
682 |
</command>
|
683 |
<command
|
684 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
685 |
label="%command.label.92" |
686 |
style="push" |
687 |
tooltip="%command.tooltip.88"> |
688 |
<parameter
|
689 |
name="org.txm.rcpapplication.commands.commandParameter3" |
690 |
value="xtzLoader.groovy"> |
691 |
</parameter>
|
692 |
</command>
|
693 |
<command
|
694 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
695 |
label="%command.label.5" |
696 |
style="push" |
697 |
tooltip="%command.tooltip.8"> |
698 |
<parameter
|
699 |
name="org.txm.rcpapplication.commands.commandParameter3" |
700 |
value="bfmLoader.groovy"> |
701 |
</parameter>
|
702 |
</command>
|
703 |
<command
|
704 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
705 |
label="%command.label.9" |
706 |
style="push" |
707 |
tooltip="%command.tooltip.9"> |
708 |
<parameter
|
709 |
name="org.txm.rcpapplication.commands.commandParameter3" |
710 |
value="frantextLoader.groovy"> |
711 |
</parameter>
|
712 |
</command>
|
713 |
<command
|
714 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
715 |
label="%command.label.12" |
716 |
style="push" |
717 |
tooltip="%command.tooltip.11"> |
718 |
<parameter
|
719 |
name="org.txm.rcpapplication.commands.commandParameter3" |
720 |
value="xmltxmLoader.groovy"> |
721 |
</parameter>
|
722 |
</command>
|
723 |
<command
|
724 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
725 |
label="%command.label.3" |
726 |
style="push" |
727 |
tooltip="%command.tooltip.5"> |
728 |
<parameter
|
729 |
name="org.txm.rcpapplication.commands.commandParameter3" |
730 |
value="transcriberLoader.groovy"> |
731 |
</parameter>
|
732 |
</command>
|
733 |
<command
|
734 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
735 |
label="%command.label.2" |
736 |
style="push" |
737 |
tooltip="%command.tooltip.1"> |
738 |
<parameter
|
739 |
name="org.txm.rcpapplication.commands.commandParameter3" |
740 |
value="factivaLoader.groovy"> |
741 |
</parameter>
|
742 |
</command>
|
743 |
<command
|
744 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
745 |
label="%command.label.81" |
746 |
style="push" |
747 |
tooltip="%command.tooltip.24"> |
748 |
<parameter
|
749 |
name="org.txm.rcpapplication.commands.commandParameter3" |
750 |
value="tmxLoader.groovy"> |
751 |
</parameter>
|
752 |
</command>
|
753 |
<separator
|
754 |
name="org.txm.rcp.separator2" |
755 |
visible="true"> |
756 |
</separator>
|
757 |
<command
|
758 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
759 |
label="%command.label.64" |
760 |
style="push" |
761 |
tooltip="%command.tooltip.22"> |
762 |
<parameter
|
763 |
name="org.txm.rcpapplication.commands.commandParameter3" |
764 |
value="factivamailLoader.groovy"> |
765 |
</parameter>
|
766 |
</command>
|
767 |
<command
|
768 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
769 |
label="%command.label.0" |
770 |
style="push" |
771 |
tooltip="%command.tooltip.28"> |
772 |
<parameter
|
773 |
name="org.txm.rcpapplication.commands.commandParameter3" |
774 |
value="discoursLoader.groovy"> |
775 |
</parameter>
|
776 |
</command>
|
777 |
<command
|
778 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
779 |
label="%command.label.62" |
780 |
style="push" |
781 |
tooltip="%command.tooltip.30"> |
782 |
<parameter
|
783 |
name="org.txm.rcpapplication.commands.commandParameter3" |
784 |
value="alcesteLoader.groovy"> |
785 |
</parameter>
|
786 |
</command>
|
787 |
<command
|
788 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
789 |
label="%command.label.61" |
790 |
style="push" |
791 |
tooltip="%command.tooltip.29"> |
792 |
<parameter
|
793 |
name="org.txm.rcpapplication.commands.commandParameter3" |
794 |
value="hyperbaseLoader.groovy"> |
795 |
</parameter>
|
796 |
</command>
|
797 |
<command
|
798 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
799 |
label="%command.label.82" |
800 |
style="push" |
801 |
tooltip="%command.tooltip.25"> |
802 |
<parameter
|
803 |
name="org.txm.rcpapplication.commands.commandParameter3" |
804 |
value="wtcLoader.groovy"> |
805 |
</parameter>
|
806 |
</command>
|
807 |
</menu>
|
808 |
<command
|
809 |
commandId="org.txm.rcpapplication.commands.workspace.AddBase" |
810 |
label="%command.label.50" |
811 |
style="push"> |
812 |
</command>
|
813 |
<menu
|
814 |
icon="icons/functions/export.png" |
815 |
id="menu.file.export" |
816 |
label="%menu.label.5"> |
817 |
<command
|
818 |
commandId="org.txm.rcpapplication.commands.base.ExportCorpus" |
819 |
icon="icons/functions/Compress.png" |
820 |
label="%command.name.52" |
821 |
style="push" |
822 |
tooltip="%command.tooltip.67"> |
823 |
<visibleWhen
|
824 |
checkEnabled="false"> |
825 |
<reference
|
826 |
definitionId="OneMainCorpusSelected"> |
827 |
</reference>
|
828 |
</visibleWhen>
|
829 |
</command>
|
830 |
<command
|
831 |
commandId="org.txm.rcpapplication.commands.annotation.ExportStandoff" |
832 |
id="menu.file.export.exporttei" |
833 |
label="%command.label.193" |
834 |
style="push"> |
835 |
<visibleWhen
|
836 |
checkEnabled="false"> |
837 |
<reference
|
838 |
definitionId="OneMainCorpusSelected"> |
839 |
</reference>
|
840 |
</visibleWhen>
|
841 |
</command>
|
842 |
<command
|
843 |
commandId="org.txm.rcpapplication.commands.function.ExportResult" |
844 |
icon="icons/functions/export_data.png" |
845 |
label="%command.label.51" |
846 |
style="push"> |
847 |
<visibleWhen
|
848 |
checkEnabled="false"> |
849 |
<or>
|
850 |
<reference
|
851 |
definitionId="OneLexiconSelected"> |
852 |
</reference>
|
853 |
<reference
|
854 |
definitionId="OneConcordanceSelected"> |
855 |
</reference>
|
856 |
<reference
|
857 |
definitionId="OneSpecificitiesResultSelected"> |
858 |
</reference>
|
859 |
<reference
|
860 |
definitionId="OneIndexSelected"> |
861 |
</reference>
|
862 |
<reference
|
863 |
definitionId="OneCooccurrenceSelected"> |
864 |
</reference>
|
865 |
<reference
|
866 |
definitionId="OneReferencerSelected"> |
867 |
</reference>
|
868 |
<reference
|
869 |
definitionId="OneProgressionSelected"> |
870 |
</reference>
|
871 |
<reference
|
872 |
definitionId="OneLexicalTableSelected"> |
873 |
</reference>
|
874 |
<reference
|
875 |
definitionId="OneCASelected"> |
876 |
</reference>
|
877 |
<reference
|
878 |
definitionId="OneCAHSelected"> |
879 |
</reference>
|
880 |
<reference
|
881 |
definitionId="OneTXMResultSelected"> |
882 |
</reference>
|
883 |
</or>
|
884 |
</visibleWhen>
|
885 |
</command>
|
886 |
<command
|
887 |
commandId="org.txm.rcp.chartsengine.base.commands.ExportChart" |
888 |
icon="icons/functions/export_chart.png" |
889 |
label="%command.label.42" |
890 |
style="push"> |
891 |
<visibleWhen
|
892 |
checkEnabled="false"> |
893 |
<or>
|
894 |
<reference
|
895 |
definitionId="OneCASelected"> |
896 |
</reference>
|
897 |
</or>
|
898 |
</visibleWhen>
|
899 |
</command>
|
900 |
<command
|
901 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
902 |
icon="icons/functions/exportSVG.png" |
903 |
label="%command.label.101" |
904 |
style="push" |
905 |
tooltip="%command.tooltip.54"> |
906 |
<visibleWhen
|
907 |
checkEnabled="false"> |
908 |
<or>
|
909 |
<reference
|
910 |
definitionId="SVGEditorActive"> |
911 |
</reference>
|
912 |
<reference
|
913 |
definitionId="OneCAHSelected"> |
914 |
</reference>
|
915 |
<reference
|
916 |
definitionId="OneProgressionSelected"> |
917 |
</reference>
|
918 |
<reference
|
919 |
definitionId="OneWordCloudSelected"> |
920 |
</reference>
|
921 |
</or>
|
922 |
</visibleWhen>
|
923 |
</command>
|
924 |
</menu>
|
925 |
<separator
|
926 |
name="fileSeparator1" |
927 |
visible="true"> |
928 |
</separator>
|
929 |
<command
|
930 |
commandId="org.txm.rcpapplication.commands.CreateFile" |
931 |
icon="icons/functions/page_white_add.png" |
932 |
label="%command.label.83"> |
933 |
</command>
|
934 |
<command
|
935 |
commandId="org.txm.rcpapplication.commands.EditFile" |
936 |
icon="icons/functions/open.png" |
937 |
id="file.open" |
938 |
label="%command.label.45" |
939 |
style="push"> |
940 |
</command>
|
941 |
<command
|
942 |
commandId="org.eclipse.ui.file.save" |
943 |
icon="icons/functions/save.png" |
944 |
label="%command.label.86"> |
945 |
</command>
|
946 |
<command
|
947 |
commandId="org.eclipse.ui.file.saveAll" |
948 |
icon="icons/functions/saveall.png" |
949 |
label="%command.label.88"> |
950 |
</command>
|
951 |
<command
|
952 |
commandId="org.txm.rcpapplication.commands.editor.SaveAs" |
953 |
icon="icons/functions/saveas.png" |
954 |
label="%command.label.29"> |
955 |
<visibleWhen
|
956 |
checkEnabled="false"> |
957 |
<reference
|
958 |
definitionId="TextEditorActive"> |
959 |
</reference>
|
960 |
</visibleWhen>
|
961 |
</command>
|
962 |
<command
|
963 |
commandId="org.eclipse.ui.file.close" |
964 |
label="%command.label.90"> |
965 |
</command>
|
966 |
<command
|
967 |
commandId="org.eclipse.ui.file.closeAll" |
968 |
label="%command.label.93"> |
969 |
</command>
|
970 |
<separator
|
971 |
name="org.txm.rcp.separator2" |
972 |
visible="true"> |
973 |
</separator>
|
974 |
<command
|
975 |
commandId="org.txm.rcpapplication.commands.OpenBrowser" |
976 |
label="%command.label" |
977 |
style="push" |
978 |
tooltip="%command.tooltip"> |
979 |
</command>
|
980 |
<separator
|
981 |
name="fileSeparator2" |
982 |
visible="true"> |
983 |
</separator>
|
984 |
<command
|
985 |
commandId="org.txm.rcpapplication.commands.changelanguage" |
986 |
label="%command.label.75" |
987 |
style="push" |
988 |
tooltip="%command.tooltip.42"> |
989 |
</command>
|
990 |
<separator
|
991 |
name="org.txm.rcp.separator3" |
992 |
visible="true"> |
993 |
</separator>
|
994 |
<command
|
995 |
commandId="org.txm.rcpapplication.p2.plugins.TXMUpdateHandler" |
996 |
label="%command.label.181" |
997 |
style="push"> |
998 |
<visibleWhen
|
999 |
checkEnabled="false"> |
1000 |
<reference
|
1001 |
definitionId="WasNotFirstTXMRun"> |
1002 |
</reference>
|
1003 |
</visibleWhen>
|
1004 |
</command>
|
1005 |
<command
|
1006 |
commandId="org.txm.rcpapplication.p2.plugins.InstallPluginHandler" |
1007 |
label="%command.label.182" |
1008 |
style="push"> |
1009 |
<visibleWhen
|
1010 |
checkEnabled="false"> |
1011 |
<reference
|
1012 |
definitionId="WasNotFirstTXMRun"> |
1013 |
</reference>
|
1014 |
</visibleWhen>
|
1015 |
</command>
|
1016 |
<command
|
1017 |
commandId="org.eclipse.equinox.p2.ui.sdk.install" |
1018 |
label="%command.label.34" |
1019 |
style="push"> |
1020 |
<visibleWhen
|
1021 |
checkEnabled="false"> |
1022 |
<reference
|
1023 |
definitionId="WasNotFirstTXMRun"> |
1024 |
</reference>
|
1025 |
</visibleWhen>
|
1026 |
</command>
|
1027 |
<command
|
1028 |
commandId="org.txm.rcpapplication.commands.CheckRPackages" |
1029 |
label="%command.label.38" |
1030 |
style="push"> |
1031 |
</command>
|
1032 |
<separator
|
1033 |
name="org.txm.rcpapplication.separator1" |
1034 |
visible="true"> |
1035 |
</separator>
|
1036 |
<command
|
1037 |
commandId="org.txm.rcpapplication.commands.RestartTXM" |
1038 |
label="%command.label.59" |
1039 |
style="push" |
1040 |
tooltip="%command.tooltip.26"> |
1041 |
</command>
|
1042 |
<command
|
1043 |
commandId="org.eclipse.ui.file.exit" |
1044 |
label="%command.label.6" |
1045 |
style="push" |
1046 |
tooltip="%command.tooltip.2"> |
1047 |
</command>
|
1048 |
</menu>
|
1049 |
<menu
|
1050 |
id="menu.edit" |
1051 |
label="%menu.label.3"> |
1052 |
<command
|
1053 |
commandId="org.eclipse.ui.edit.findReplace" |
1054 |
label="%command.label.15"> |
1055 |
<visibleWhen
|
1056 |
checkEnabled="false"> |
1057 |
<reference
|
1058 |
definitionId="TextEditorActive"> |
1059 |
</reference>
|
1060 |
</visibleWhen>
|
1061 |
</command>
|
1062 |
<command
|
1063 |
commandId="org.eclipse.ui.edit.findNext" |
1064 |
label="%command.label.98" |
1065 |
style="push"> |
1066 |
<visibleWhen
|
1067 |
checkEnabled="false"> |
1068 |
<reference
|
1069 |
definitionId="TextEditorActive"> |
1070 |
</reference>
|
1071 |
</visibleWhen>
|
1072 |
</command>
|
1073 |
<command
|
1074 |
commandId="org.eclipse.ui.edit.findPrevious" |
1075 |
label="%command.label.100" |
1076 |
style="push"> |
1077 |
<visibleWhen
|
1078 |
checkEnabled="false"> |
1079 |
<reference
|
1080 |
definitionId="TextEditorActive"> |
1081 |
</reference>
|
1082 |
</visibleWhen>
|
1083 |
</command>
|
1084 |
<command
|
1085 |
commandId="org.eclipse.ui.edit.findIncremental" |
1086 |
label="%command.label.109" |
1087 |
style="push"> |
1088 |
<visibleWhen
|
1089 |
checkEnabled="false"> |
1090 |
<reference
|
1091 |
definitionId="TextEditorActive"> |
1092 |
</reference>
|
1093 |
</visibleWhen>
|
1094 |
</command>
|
1095 |
<command
|
1096 |
commandId="org.eclipse.ui.edit.findIncrementalReverse" |
1097 |
label="%command.label.110" |
1098 |
style="push"> |
1099 |
<visibleWhen
|
1100 |
checkEnabled="false"> |
1101 |
<reference
|
1102 |
definitionId="TextEditorActive"> |
1103 |
</reference>
|
1104 |
</visibleWhen>
|
1105 |
</command>
|
1106 |
<separator
|
1107 |
name="org.txm.rcp.separator1" |
1108 |
visible="true"> |
1109 |
</separator>
|
1110 |
<command
|
1111 |
commandId="org.eclipse.ui.edit.undo" |
1112 |
label="%command.label.16"> |
1113 |
<visibleWhen
|
1114 |
checkEnabled="false"> |
1115 |
<reference
|
1116 |
definitionId="TextEditorActive"> |
1117 |
</reference>
|
1118 |
</visibleWhen>
|
1119 |
</command>
|
1120 |
<command
|
1121 |
commandId="org.eclipse.ui.edit.redo" |
1122 |
label="%command.label.17"> |
1123 |
<visibleWhen
|
1124 |
checkEnabled="false"> |
1125 |
<reference
|
1126 |
definitionId="TextEditorActive"> |
1127 |
</reference>
|
1128 |
</visibleWhen>
|
1129 |
</command>
|
1130 |
<separator
|
1131 |
name="org.txm.rcp.separator2" |
1132 |
visible="true"> |
1133 |
</separator>
|
1134 |
<command
|
1135 |
commandId="org.eclipse.ui.edit.cut" |
1136 |
label="%command.label.18"> |
1137 |
<visibleWhen
|
1138 |
checkEnabled="false"> |
1139 |
<reference
|
1140 |
definitionId="TextEditorActive"> |
1141 |
</reference>
|
1142 |
</visibleWhen>
|
1143 |
</command>
|
1144 |
<command
|
1145 |
commandId="org.eclipse.ui.edit.copy" |
1146 |
label="%command.label.19"> |
1147 |
<visibleWhen
|
1148 |
checkEnabled="false"> |
1149 |
<reference
|
1150 |
definitionId="TextEditorActive"> |
1151 |
</reference>
|
1152 |
</visibleWhen>
|
1153 |
</command>
|
1154 |
<command
|
1155 |
commandId="org.eclipse.ui.edit.paste" |
1156 |
label="%command.label.20"> |
1157 |
<visibleWhen
|
1158 |
checkEnabled="false"> |
1159 |
<reference
|
1160 |
definitionId="TextEditorActive"> |
1161 |
</reference>
|
1162 |
</visibleWhen>
|
1163 |
</command>
|
1164 |
<command
|
1165 |
commandId="org.eclipse.ui.edit.delete" |
1166 |
label="%command.label.27"> |
1167 |
<visibleWhen
|
1168 |
checkEnabled="false"> |
1169 |
<reference
|
1170 |
definitionId="TextEditorActive"> |
1171 |
</reference>
|
1172 |
</visibleWhen>
|
1173 |
</command>
|
1174 |
<command
|
1175 |
commandId="org.eclipse.ui.edit.selectAll" |
1176 |
label="%command.label.28"> |
1177 |
<visibleWhen
|
1178 |
checkEnabled="false"> |
1179 |
<reference
|
1180 |
definitionId="TextEditorActive"> |
1181 |
</reference>
|
1182 |
</visibleWhen>
|
1183 |
</command>
|
1184 |
<separator
|
1185 |
name="org.txm.rcp.separator3" |
1186 |
visible="true"> |
1187 |
</separator>
|
1188 |
<command
|
1189 |
commandId="org.eclipse.ui.edit.text.goto.line" |
1190 |
icon="icons/functions/goto.png" |
1191 |
label="%command.label.113" |
1192 |
style="push"> |
1193 |
<visibleWhen
|
1194 |
checkEnabled="false"> |
1195 |
<reference
|
1196 |
definitionId="TextEditorActive"> |
1197 |
</reference>
|
1198 |
</visibleWhen>
|
1199 |
</command>
|
1200 |
<command
|
1201 |
commandId="org.eclipse.ui.edit.text.open.hyperlink" |
1202 |
icon="icons/functions/world.png" |
1203 |
label="%command.label.133" |
1204 |
style="push"> |
1205 |
<visibleWhen
|
1206 |
checkEnabled="false"> |
1207 |
<reference
|
1208 |
definitionId="TextEditorActive"> |
1209 |
</reference>
|
1210 |
</visibleWhen>
|
1211 |
</command>
|
1212 |
<command
|
1213 |
commandId="org.txm.rcpapplication.commands.editor.SetEncoding" |
1214 |
icon="icons/functions/encoding.png" |
1215 |
label="%command.label.30"> |
1216 |
<visibleWhen
|
1217 |
checkEnabled="false"> |
1218 |
<reference
|
1219 |
definitionId="TextEditorActive"> |
1220 |
</reference>
|
1221 |
</visibleWhen>
|
1222 |
</command>
|
1223 |
<separator
|
1224 |
name="org.txm.rcp.separator3" |
1225 |
visible="true"> |
1226 |
</separator>
|
1227 |
<command
|
1228 |
commandId="org.eclipse.ui.editors.lineNumberToggle" |
1229 |
icon="icons/functions/lines_number.png" |
1230 |
label="%command.label.140" |
1231 |
style="push"> |
1232 |
<visibleWhen
|
1233 |
checkEnabled="false"> |
1234 |
<reference
|
1235 |
definitionId="TextEditorActive"> |
1236 |
</reference>
|
1237 |
</visibleWhen>
|
1238 |
</command>
|
1239 |
<command
|
1240 |
commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" |
1241 |
icon="icons/functions/paragraph.png" |
1242 |
label="%command.label.144" |
1243 |
style="push" |
1244 |
tooltip="%command.tooltip.31"> |
1245 |
<visibleWhen
|
1246 |
checkEnabled="false"> |
1247 |
<reference
|
1248 |
definitionId="TextEditorActive"> |
1249 |
</reference>
|
1250 |
</visibleWhen>
|
1251 |
</command>
|
1252 |
<command
|
1253 |
commandId="org.eclipse.ui.file.revert" |
1254 |
icon="icons/functions/page_refresh.png" |
1255 |
label="%command.label.145" |
1256 |
style="push"> |
1257 |
<visibleWhen
|
1258 |
checkEnabled="false"> |
1259 |
<reference
|
1260 |
definitionId="TextEditorActive"> |
1261 |
</reference>
|
1262 |
</visibleWhen>
|
1263 |
</command>
|
1264 |
</menu>
|
1265 |
<menu
|
1266 |
id="menu.corpus" |
1267 |
label="%menu.label.1" |
1268 |
sibling_order="<command
 commandId="org.txm.rcpapplication.commands.function.ComputeConcordance"
 icon="icons/functions/Concordances.png"
 label="%command.label.11"
 style="push"
 tooltip="%command.tooltip.7">
 <visibleWhen
 checkEnabled="false">
 <reference
 definitionId="OneCorpusSelected">
 </reference>
 </visibleWhen>
 </command>"> |
1269 |
<command
|
1270 |
commandId="org.txm.rcpapplication.commands.base.Diagnostique" |
1271 |
icon="icons/functions/diagnostique.png" |
1272 |
id="menu.corpus.description" |
1273 |
label="%command.label.48" |
1274 |
style="push" |
1275 |
tooltip="%command.tooltip.60"> |
1276 |
<visibleWhen
|
1277 |
checkEnabled="false"> |
1278 |
<reference
|
1279 |
definitionId="OneCorpusSelected"> |
1280 |
</reference>
|
1281 |
</visibleWhen>
|
1282 |
</command>
|
1283 |
<command
|
1284 |
commandId="org.txm.rcpapplication.commands.function.ComputeInternalView" |
1285 |
icon="icons/functions/InternalView.png" |
1286 |
label="%command.label.176" |
1287 |
style="push" |
1288 |
tooltip="%command.tooltip.40"> |
1289 |
<visibleWhen
|
1290 |
checkEnabled="false"> |
1291 |
<reference
|
1292 |
definitionId="OneCorpusSelected"> |
1293 |
</reference>
|
1294 |
</visibleWhen>
|
1295 |
</command>
|
1296 |
<command
|
1297 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
1298 |
icon="icons/functions/Delete.png" |
1299 |
label="%command.label.65" |
1300 |
style="push" |
1301 |
tooltip="%command.tooltip.33"> |
1302 |
<visibleWhen
|
1303 |
checkEnabled="false"> |
1304 |
|
1305 |
<or>
|
1306 |
<reference
|
1307 |
definitionId="OneBaseSelected"> |
1308 |
</reference>
|
1309 |
<reference
|
1310 |
definitionId="OneCASelected"> |
1311 |
</reference>
|
1312 |
<reference
|
1313 |
definitionId="OneConcordanceSelected"> |
1314 |
</reference>
|
1315 |
<reference
|
1316 |
definitionId="OneCorpusSelected"> |
1317 |
</reference>
|
1318 |
<reference
|
1319 |
definitionId="OneLexicalTableSelected"> |
1320 |
</reference>
|
1321 |
<reference
|
1322 |
definitionId="OneLexiconSelected"> |
1323 |
</reference>
|
1324 |
<reference
|
1325 |
definitionId="OnePartitionSelected"> |
1326 |
</reference>
|
1327 |
<reference
|
1328 |
definitionId="OneSpecificitiesResultSelected"> |
1329 |
</reference>
|
1330 |
<reference
|
1331 |
definitionId="OneTxmObjectSelected"> |
1332 |
</reference>
|
1333 |
<reference
|
1334 |
definitionId="OneIndexSelected"> |
1335 |
</reference>
|
1336 |
<reference
|
1337 |
definitionId="OneCooccurrenceSelected"> |
1338 |
</reference>
|
1339 |
<reference
|
1340 |
definitionId="OneReferencerSelected"> |
1341 |
</reference>
|
1342 |
<reference
|
1343 |
definitionId="OneProgressionSelected"> |
1344 |
</reference>
|
1345 |
<reference
|
1346 |
definitionId="OneCAHSelected"> |
1347 |
</reference>
|
1348 |
</or>
|
1349 |
|
1350 |
</visibleWhen>
|
1351 |
</command>
|
1352 |
<separator
|
1353 |
name="menu.corpus.build" |
1354 |
visible="true"> |
1355 |
</separator>
|
1356 |
<command
|
1357 |
commandId="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
1358 |
icon="icons/functions/SubCorpus.png" |
1359 |
label="%command.label.7" |
1360 |
style="push" |
1361 |
tooltip="%command.tooltip.3"> |
1362 |
<visibleWhen
|
1363 |
checkEnabled="false"> |
1364 |
<reference
|
1365 |
definitionId="OneCorpusSelected"> |
1366 |
</reference>
|
1367 |
</visibleWhen>
|
1368 |
</command>
|
1369 |
<command
|
1370 |
commandId="org.txm.rcpapplication.commands.base.CreatePartition" |
1371 |
icon="icons/functions/Partition.png" |
1372 |
label="%command.label.8" |
1373 |
style="push" |
1374 |
tooltip="%command.tooltip.4"> |
1375 |
<visibleWhen
|
1376 |
checkEnabled="false"> |
1377 |
<reference
|
1378 |
definitionId="OneCorpusSelected"> |
1379 |
</reference>
|
1380 |
</visibleWhen>
|
1381 |
</command>
|
1382 |
<command
|
1383 |
commandId="org.txm.rcpapplication.commands.function.ComputeLexicalTable" |
1384 |
icon="icons/objects/lexicaltable.png" |
1385 |
label="%command.label.89" |
1386 |
style="push" |
1387 |
tooltip="%command.tooltip.51"> |
1388 |
<visibleWhen
|
1389 |
checkEnabled="false"> |
1390 |
<or>
|
1391 |
<reference
|
1392 |
definitionId="OnePartitionSelected"> |
1393 |
</reference>
|
1394 |
<reference
|
1395 |
definitionId="OneIndexSelected"> |
1396 |
</reference>
|
1397 |
<reference
|
1398 |
definitionId="OneLexicalTableAbleSelected"> |
1399 |
</reference>
|
1400 |
</or>
|
1401 |
</visibleWhen>
|
1402 |
</command>
|
1403 |
<command
|
1404 |
commandId="org.txm.rcpapplication.commands.function.PartsSize" |
1405 |
icon="icons/functions/diagnostique.png" |
1406 |
label="%command.label.115" |
1407 |
style="push" |
1408 |
tooltip="%command.tooltip.68"> |
1409 |
<visibleWhen
|
1410 |
checkEnabled="false"> |
1411 |
<or>
|
1412 |
<reference
|
1413 |
definitionId="OnePartitionSelected"> |
1414 |
</reference>
|
1415 |
</or>
|
1416 |
</visibleWhen>
|
1417 |
</command>
|
1418 |
<command
|
1419 |
commandId="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
1420 |
icon="icons/functions/save.png" |
1421 |
label="%command.label.111" |
1422 |
style="push"> |
1423 |
<visibleWhen
|
1424 |
checkEnabled="false"> |
1425 |
<reference
|
1426 |
definitionId="NeedToSaveAnnotations"> |
1427 |
</reference>
|
1428 |
</visibleWhen>
|
1429 |
</command>
|
1430 |
</menu>
|
1431 |
<menu
|
1432 |
id="menu.tools" |
1433 |
label="%menu.label.6"> |
1434 |
<command
|
1435 |
commandId="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
1436 |
icon="icons/functions/IndexP.png" |
1437 |
label="%command.label.79" |
1438 |
style="push" |
1439 |
tooltip="%command.tooltip.61"> |
1440 |
<visibleWhen
|
1441 |
checkEnabled="false"> |
1442 |
<reference
|
1443 |
definitionId="OneCorpusSelected"> |
1444 |
</reference>
|
1445 |
</visibleWhen>
|
1446 |
</command>
|
1447 |
<command
|
1448 |
commandId="org.txm.rcpapplication.commands.function.ComputeIndex" |
1449 |
icon="icons/functions/Index.png" |
1450 |
label="%command.label.66" |
1451 |
style="push" |
1452 |
tooltip="%command.tooltip.62"> |
1453 |
<visibleWhen
|
1454 |
checkEnabled="false"> |
1455 |
<or>
|
1456 |
<reference
|
1457 |
definitionId="OnePartitionSelected"> |
1458 |
</reference>
|
1459 |
<reference
|
1460 |
definitionId="OneCorpusSelected"> |
1461 |
</reference>
|
1462 |
</or>
|
1463 |
</visibleWhen>
|
1464 |
</command>
|
1465 |
<command
|
1466 |
commandId="org.txm.rcpapplication.commands.function.ComputeConcordance" |
1467 |
icon="icons/functions/Concordances.png" |
1468 |
label="%command.label.11" |
1469 |
style="push" |
1470 |
tooltip="%command.tooltip.7"> |
1471 |
<visibleWhen
|
1472 |
checkEnabled="false"> |
1473 |
<reference
|
1474 |
definitionId="OneCorpusSelected"> |
1475 |
</reference>
|
1476 |
</visibleWhen>
|
1477 |
</command>
|
1478 |
<command
|
1479 |
commandId="org.txm.rcpapplication.commands.function.ComputeCooccurrences" |
1480 |
icon="icons/functions/Cooccurrences.png" |
1481 |
label="%command.label.91" |
1482 |
style="push" |
1483 |
tooltip="%command.tooltip.53"> |
1484 |
<visibleWhen
|
1485 |
checkEnabled="false"> |
1486 |
<or>
|
1487 |
<reference
|
1488 |
definitionId="OneCorpusSelected"> |
1489 |
</reference>
|
1490 |
<reference
|
1491 |
definitionId="OneConcordanceSelected"> |
1492 |
</reference>
|
1493 |
</or>
|
1494 |
</visibleWhen>
|
1495 |
</command>
|
1496 |
|
1497 |
<command
|
1498 |
commandId="org.txm.rcpapplication.commands.function.ComputeProgression" |
1499 |
icon="icons/functions/Progression.png" |
1500 |
label="%command.label.95" |
1501 |
style="push" |
1502 |
tooltip="%command.tooltip.56"> |
1503 |
<visibleWhen
|
1504 |
checkEnabled="false"> |
1505 |
<reference
|
1506 |
definitionId="OneCorpusSelected"> |
1507 |
</reference>
|
1508 |
</visibleWhen>
|
1509 |
</command>
|
1510 |
<command
|
1511 |
commandId="org.txm.rcpapplication.commands.function.ComputeReferencer" |
1512 |
icon="icons/functions/Referencer.png" |
1513 |
label="%command.label.108" |
1514 |
style="push" |
1515 |
tooltip="%command.tooltip.62"> |
1516 |
<visibleWhen
|
1517 |
checkEnabled="false"> |
1518 |
<reference
|
1519 |
definitionId="OneCorpusSelected"> |
1520 |
</reference>
|
1521 |
</visibleWhen>
|
1522 |
</command>
|
1523 |
<separator
|
1524 |
name="menu.tools.stats" |
1525 |
visible="true"> |
1526 |
</separator>
|
1527 |
<command
|
1528 |
commandId="org.txm.rcpapplication.commands.function.ComputeSpecifities" |
1529 |
icon="icons/functions/Specificities.png" |
1530 |
label="%command.label.10" |
1531 |
style="push" |
1532 |
tooltip="%command.tooltip.6"> |
1533 |
<visibleWhen
|
1534 |
checkEnabled="false"> |
1535 |
<or>
|
1536 |
<reference
|
1537 |
definitionId="OnePartitionSelected"> |
1538 |
</reference>
|
1539 |
<reference
|
1540 |
definitionId="OneSubCorpusSelected"> |
1541 |
</reference>
|
1542 |
<reference
|
1543 |
definitionId="OneLexicalTableSelected"> |
1544 |
</reference>
|
1545 |
</or>
|
1546 |
</visibleWhen>
|
1547 |
</command>
|
1548 |
<command
|
1549 |
commandId="org.txm.rcpapplication.commands.function.ComputeCorrespondanceAnalysis" |
1550 |
icon="icons/functions/CorrespondanceAnalysis.png" |
1551 |
label="%command.label.80" |
1552 |
style="push" |
1553 |
tooltip="%command.tooltip.46"> |
1554 |
<visibleWhen
|
1555 |
checkEnabled="false"> |
1556 |
<or>
|
1557 |
<reference
|
1558 |
definitionId="OnePartitionSelected"> |
1559 |
</reference>
|
1560 |
<reference
|
1561 |
definitionId="OneLexicalTableSelected"> |
1562 |
</reference>
|
1563 |
<reference
|
1564 |
definitionId="OneICAComputableSelected"> |
1565 |
</reference>
|
1566 |
</or>
|
1567 |
</visibleWhen>
|
1568 |
</command>
|
1569 |
<command
|
1570 |
commandId="org.txm.rcpapplication.commands.function.ComputeCAH" |
1571 |
icon="icons/functions/CAH.png" |
1572 |
label="%command.label.116" |
1573 |
style="push" |
1574 |
tooltip="%command.tooltip.69"> |
1575 |
<visibleWhen
|
1576 |
checkEnabled="false"> |
1577 |
<or>
|
1578 |
<reference
|
1579 |
definitionId="OneCASelected"> |
1580 |
</reference>
|
1581 |
<reference
|
1582 |
definitionId="OneLexicalTableSelected"> |
1583 |
</reference>
|
1584 |
<reference
|
1585 |
definitionId="OnePartitionSelected"> |
1586 |
</reference>
|
1587 |
</or>
|
1588 |
</visibleWhen>
|
1589 |
</command>
|
1590 |
<separator
|
1591 |
name="menu.tools.misc" |
1592 |
visible="true"> |
1593 |
</separator>
|
1594 |
<command
|
1595 |
commandId="org.txm.rcpapplication.commands.base.SendToR" |
1596 |
icon="icons/functions/SendToR.png" |
1597 |
label="%command.label.117" |
1598 |
style="push" |
1599 |
tooltip="%command.tooltip.70"> |
1600 |
<visibleWhen
|
1601 |
checkEnabled="false"> |
1602 |
|
1603 |
<or>
|
1604 |
<reference
|
1605 |
definitionId="OneConcordanceSelected"> |
1606 |
</reference>
|
1607 |
<reference
|
1608 |
definitionId="OneLexiconSelected"> |
1609 |
</reference>
|
1610 |
<reference
|
1611 |
definitionId="OneIndexSelected"> |
1612 |
</reference>
|
1613 |
<reference
|
1614 |
definitionId="OneCooccurrenceSelected"> |
1615 |
</reference>
|
1616 |
<reference
|
1617 |
definitionId="OneReferencerSelected"> |
1618 |
</reference>
|
1619 |
<reference
|
1620 |
definitionId="OneCorpusSelected"> |
1621 |
</reference>
|
1622 |
</or>
|
1623 |
|
1624 |
</visibleWhen>
|
1625 |
</command>
|
1626 |
<command
|
1627 |
commandId="org.eclipse.ui.window.preferences" |
1628 |
icon="icons/functions/prefs.png" |
1629 |
label="%command.label.4" |
1630 |
style="push" |
1631 |
tooltip="%command.tooltip.0"> |
1632 |
</command>
|
1633 |
</menu>
|
1634 |
<menu
|
1635 |
id="menu.display" |
1636 |
label="%menu.label.7" |
1637 |
tooltip="%menu.tooltip.0"> |
1638 |
<menu
|
1639 |
label="%menu.label.9"> |
1640 |
<command
|
1641 |
commandId="org.eclipse.ui.views.showView" |
1642 |
label="%command.label.134" |
1643 |
style="push"> |
1644 |
<parameter
|
1645 |
name="org.eclipse.ui.views.showView.viewId" |
1646 |
value="org.txm.rcpapplication.views.CorporaView"> |
1647 |
</parameter>
|
1648 |
</command>
|
1649 |
<command
|
1650 |
commandId="org.eclipse.ui.views.showView" |
1651 |
label="%command.label.135" |
1652 |
style="push"> |
1653 |
<parameter
|
1654 |
name="org.eclipse.ui.views.showView.viewId" |
1655 |
value="org.txm.rcpapplication.views.fileexplorer.Explorer"> |
1656 |
</parameter>
|
1657 |
</command>
|
1658 |
<command
|
1659 |
commandId="org.eclipse.ui.views.showView" |
1660 |
label="%command.label.177" |
1661 |
style="push"> |
1662 |
<parameter
|
1663 |
name="org.eclipse.ui.views.showView.viewId" |
1664 |
value="org.txm.rcpapplication.views.fileexplorer.MacroExplorer"> |
1665 |
</parameter>
|
1666 |
</command>
|
1667 |
<command
|
1668 |
commandId="org.eclipse.ui.views.showView" |
1669 |
label="%command.label.136" |
1670 |
style="push"> |
1671 |
<parameter
|
1672 |
name="org.eclipse.ui.views.showView.viewId" |
1673 |
value="org.txm.rcpapplication.views.QueriesView"> |
1674 |
</parameter>
|
1675 |
</command>
|
1676 |
<command
|
1677 |
commandId="org.eclipse.ui.views.showView" |
1678 |
label="%command.label.43" |
1679 |
style="push"> |
1680 |
<parameter
|
1681 |
name="org.eclipse.ui.views.showView.viewId" |
1682 |
value="org.eclipse.ui.console.ConsoleView"> |
1683 |
</parameter>
|
1684 |
</command>
|
1685 |
<command
|
1686 |
commandId="org.eclipse.ui.views.showView" |
1687 |
label="%command.label.137" |
1688 |
style="push"> |
1689 |
<parameter
|
1690 |
name="org.eclipse.ui.views.showView.viewId" |
1691 |
value="org.txm.rcpapplication.views.RConsole"> |
1692 |
</parameter>
|
1693 |
</command>
|
1694 |
<command
|
1695 |
commandId="org.eclipse.ui.views.showView" |
1696 |
label="%command.label.138" |
1697 |
style="push"> |
1698 |
<parameter
|
1699 |
name="org.eclipse.ui.views.showView.viewId" |
1700 |
value="org.txm.rcpapplication.views.RVariablesView"> |
1701 |
</parameter>
|
1702 |
</command>
|
1703 |
<command
|
1704 |
commandId="org.txm.rcpapplication.commands.krview.OpenKRView" |
1705 |
label="%command.label.150" |
1706 |
style="push"> |
1707 |
</command>
|
1708 |
<command
|
1709 |
commandId="org.eclipse.ui.views.showView" |
1710 |
label="%command.label.139" |
1711 |
style="push"> |
1712 |
</command>
|
1713 |
</menu>
|
1714 |
<menu
|
1715 |
label="%menu.label.8"> |
1716 |
<command
|
1717 |
commandId="org.eclipse.ui.perspectives.showPerspective" |
1718 |
label="%command.label.131" |
1719 |
style="push"> |
1720 |
<parameter
|
1721 |
name="org.eclipse.ui.perspectives.showPerspective.perspectiveId" |
1722 |
value="org.txm.rcpapplication.perspective.TXMPerspective"> |
1723 |
</parameter>
|
1724 |
</command>
|
1725 |
<command
|
1726 |
commandId="org.eclipse.ui.perspectives.showPerspective" |
1727 |
label="%command.label.132" |
1728 |
style="push"> |
1729 |
<parameter
|
1730 |
name="org.eclipse.ui.perspectives.showPerspective.perspectiveId" |
1731 |
value="org.txm.rcpapplication.perspective.RPerspective"> |
1732 |
</parameter>
|
1733 |
</command>
|
1734 |
</menu>
|
1735 |
<command
|
1736 |
commandId="org.txm.rcpapplication.commands.CleanPerspective" |
1737 |
style="push"> |
1738 |
</command>
|
1739 |
<command
|
1740 |
commandId="org.eclipse.ui.window.newWindow" |
1741 |
label="%command.label.157"> |
1742 |
</command>
|
1743 |
</menu>
|
1744 |
<menu
|
1745 |
id="menu.help" |
1746 |
label="%menu.label.2" |
1747 |
tooltip="%menu.tooltip"> |
1748 |
<command
|
1749 |
commandId="org.txm.rcpapplication.commands.OpenWelcomePage" |
1750 |
label="%command.label.173" |
1751 |
style="push"> |
1752 |
</command>
|
1753 |
<separator
|
1754 |
name="org.txm.rcp.separator1" |
1755 |
visible="true"> |
1756 |
</separator>
|
1757 |
<command
|
1758 |
commandId="org.eclipse.ui.window.showKeyAssist" |
1759 |
label="%command.label.52" |
1760 |
style="push"> |
1761 |
</command>
|
1762 |
<command
|
1763 |
commandId="org.txm.rcpapplication.commands.R.ShowSvgHelp" |
1764 |
label="%command.label.141" |
1765 |
style="push" |
1766 |
tooltip="%command.tooltip.83"> |
1767 |
</command>
|
1768 |
<command
|
1769 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1770 |
label="%command.label.68" |
1771 |
style="push" |
1772 |
tooltip="%command.tooltip.23"> |
1773 |
<parameter
|
1774 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1775 |
value="refman"> |
1776 |
</parameter>
|
1777 |
</command>
|
1778 |
<command
|
1779 |
commandId="org.txm.rcpapplication.commands.OpenManual" |
1780 |
label="%command.label.63" |
1781 |
style="push" |
1782 |
tooltip="%command.tooltip.64"> |
1783 |
</command>
|
1784 |
<command
|
1785 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1786 |
label="%command.label.33" |
1787 |
style="push" |
1788 |
tooltip="%command.tooltip.13"> |
1789 |
<parameter
|
1790 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1791 |
value="macros"> |
1792 |
</parameter>
|
1793 |
</command>
|
1794 |
<menu
|
1795 |
id="menu.help.plugins" |
1796 |
label="%menu.label.4"> |
1797 |
</menu>
|
1798 |
<command
|
1799 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1800 |
label="%command.label.70" |
1801 |
style="push"> |
1802 |
<parameter
|
1803 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1804 |
value="sf_docs"> |
1805 |
</parameter>
|
1806 |
</command>
|
1807 |
<command
|
1808 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1809 |
label="%command.label.178" |
1810 |
style="push" |
1811 |
tooltip="%command.tooltip.41"> |
1812 |
<parameter
|
1813 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1814 |
value="faq"> |
1815 |
</parameter>
|
1816 |
</command>
|
1817 |
<command
|
1818 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1819 |
label="%command.label.35" |
1820 |
style="push" |
1821 |
tooltip="%command.tooltip.43"> |
1822 |
<parameter
|
1823 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1824 |
value="txm-users wiki"> |
1825 |
</parameter>
|
1826 |
</command>
|
1827 |
<command
|
1828 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1829 |
label="%command.label.55" |
1830 |
style="push" |
1831 |
tooltip="%command.tooltip"> |
1832 |
<parameter
|
1833 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1834 |
value="mailinglist"> |
1835 |
</parameter>
|
1836 |
</command>
|
1837 |
<command
|
1838 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1839 |
label="%command.label.76" |
1840 |
style="push" |
1841 |
tooltip="%command.tooltip.65"> |
1842 |
<parameter
|
1843 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1844 |
value="http://webchat.freenode.net/?channels=txm"> |
1845 |
</parameter>
|
1846 |
</command>
|
1847 |
<separator
|
1848 |
name="helpSeparator1" |
1849 |
visible="true"> |
1850 |
</separator>
|
1851 |
<command
|
1852 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1853 |
label="%command.label.56" |
1854 |
style="push" |
1855 |
tooltip="%command.tooltip"> |
1856 |
<parameter
|
1857 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1858 |
value="sf"> |
1859 |
</parameter>
|
1860 |
</command>
|
1861 |
<command
|
1862 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1863 |
label="%command.label.69" |
1864 |
style="push"> |
1865 |
<parameter
|
1866 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1867 |
value="textometrie"> |
1868 |
</parameter>
|
1869 |
</command>
|
1870 |
<command
|
1871 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1872 |
label="%command.label.72" |
1873 |
style="push"> |
1874 |
<parameter
|
1875 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1876 |
value="textometrie_docs"> |
1877 |
</parameter>
|
1878 |
</command>
|
1879 |
<separator
|
1880 |
name="helpSeparator3" |
1881 |
visible="true"> |
1882 |
</separator>
|
1883 |
<command
|
1884 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1885 |
label="%command.label.67" |
1886 |
style="push" |
1887 |
tooltip="%command.tooltip"> |
1888 |
<parameter
|
1889 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1890 |
value="treetagger"> |
1891 |
</parameter>
|
1892 |
</command>
|
1893 |
<command
|
1894 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1895 |
label="%command.label.53" |
1896 |
style="push" |
1897 |
tooltip="%command.tooltip"> |
1898 |
<parameter
|
1899 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1900 |
value="bug"> |
1901 |
</parameter>
|
1902 |
</command>
|
1903 |
<command
|
1904 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1905 |
label="%command.label.54" |
1906 |
style="push" |
1907 |
tooltip="%command.tooltip"> |
1908 |
<parameter
|
1909 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1910 |
value="feature"> |
1911 |
</parameter>
|
1912 |
</command>
|
1913 |
<command
|
1914 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1915 |
label="%command.label.179" |
1916 |
style="push" |
1917 |
tooltip="%command.tooltip.47"> |
1918 |
<parameter
|
1919 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1920 |
value="contrib"> |
1921 |
</parameter>
|
1922 |
</command>
|
1923 |
<separator
|
1924 |
name="org.txm.rcp.separator4" |
1925 |
visible="true"> |
1926 |
</separator>
|
1927 |
<command
|
1928 |
commandId="org.eclipse.ui.help.aboutAction" |
1929 |
label="%command.label.14" |
1930 |
style="push" |
1931 |
tooltip="%command.tooltip.10"> |
1932 |
</command>
|
1933 |
</menu>
|
1934 |
<menu
|
1935 |
id="menu.recettes" |
1936 |
label="%menu.label.12" |
1937 |
tooltip="%menu.tooltip.1"> |
1938 |
<visibleWhen
|
1939 |
checkEnabled="false"> |
1940 |
<or>
|
1941 |
<reference
|
1942 |
definitionId="ExpertEnabled"> |
1943 |
</reference>
|
1944 |
</or>
|
1945 |
</visibleWhen>
|
1946 |
</menu>
|
1947 |
</menuContribution>
|
1948 |
<menuContribution
|
1949 |
allPopups="true" |
1950 |
locationURI="toolbar:org.eclipse.ui.main.toolbar"> |
1951 |
<toolbar
|
1952 |
id="org.txm.rcpapplication.toolbarcorpus"> |
1953 |
<command
|
1954 |
commandId="org.txm.rcpapplication.commands.function.ExportResult" |
1955 |
icon="icons/functions/export_data.png" |
1956 |
label="%command.label.51" |
1957 |
style="push"> |
1958 |
<visibleWhen
|
1959 |
checkEnabled="false"> |
1960 |
<or>
|
1961 |
<reference
|
1962 |
definitionId="OneLexiconSelected"> |
1963 |
</reference>
|
1964 |
<reference
|
1965 |
definitionId="OneConcordanceSelected"> |
1966 |
</reference>
|
1967 |
<reference
|
1968 |
definitionId="OneSpecificitiesResultSelected"> |
1969 |
</reference>
|
1970 |
<reference
|
1971 |
definitionId="OneIndexSelected"> |
1972 |
</reference>
|
1973 |
<reference
|
1974 |
definitionId="OneReferencerSelected"> |
1975 |
</reference>
|
1976 |
<reference
|
1977 |
definitionId="OneProgressionSelected"> |
1978 |
</reference>
|
1979 |
<reference
|
1980 |
definitionId="OneCooccurrenceSelected"> |
1981 |
</reference>
|
1982 |
<reference
|
1983 |
definitionId="OneLexicalTableSelected"> |
1984 |
</reference>
|
1985 |
<reference
|
1986 |
definitionId="OneCASelected"> |
1987 |
</reference>
|
1988 |
<reference
|
1989 |
definitionId="OneCAHSelected"> |
1990 |
</reference>
|
1991 |
<reference
|
1992 |
definitionId="OneTXMResultSelected"> |
1993 |
</reference>
|
1994 |
</or>
|
1995 |
</visibleWhen>
|
1996 |
</command>
|
1997 |
<command
|
1998 |
commandId="org.txm.rcp.chartsengine.base.commands.ExportChart" |
1999 |
icon="icons/functions/export_chart.png" |
2000 |
label="%command.label.42" |
2001 |
style="push"> |
2002 |
<visibleWhen
|
2003 |
checkEnabled="false"> |
2004 |
<or>
|
2005 |
<reference
|
2006 |
definitionId="OneCASelected"> |
2007 |
</reference>
|
2008 |
</or>
|
2009 |
</visibleWhen>
|
2010 |
</command>
|
2011 |
<command
|
2012 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
2013 |
icon="icons/functions/exportSVG.png" |
2014 |
label="%command.label.101" |
2015 |
style="push" |
2016 |
tooltip="%command.tooltip.54"> |
2017 |
<visibleWhen
|
2018 |
checkEnabled="false"> |
2019 |
<or>
|
2020 |
<reference
|
2021 |
definitionId="SVGEditorActive"> |
2022 |
</reference>
|
2023 |
<reference
|
2024 |
definitionId="OneCAHSelected"> |
2025 |
</reference>
|
2026 |
<reference
|
2027 |
definitionId="OneProgressionSelected"> |
2028 |
</reference>
|
2029 |
<reference
|
2030 |
definitionId="OneWordCloudSelected"> |
2031 |
</reference>
|
2032 |
</or>
|
2033 |
</visibleWhen>
|
2034 |
</command>
|
2035 |
<separator
|
2036 |
name="org.txm.rcpapplication.separator1" |
2037 |
visible="true"> |
2038 |
</separator>
|
2039 |
<command
|
2040 |
commandId="org.txm.rcpapplication.commands.base.Diagnostique" |
2041 |
icon="icons/functions/diagnostique.png" |
2042 |
id="org.txm.rcpapplication.toolbarcorpus.description" |
2043 |
label="%command.label.48" |
2044 |
style="push" |
2045 |
tooltip="%command.tooltip.60"> |
2046 |
<visibleWhen
|
2047 |
checkEnabled="false"> |
2048 |
<reference
|
2049 |
definitionId="OneCorpusSelected"> |
2050 |
</reference>
|
2051 |
</visibleWhen>
|
2052 |
</command>
|
2053 |
<command
|
2054 |
commandId="org.txm.rcpapplication.commands.function.PartsSize" |
2055 |
icon="icons/functions/diagnostique.png" |
2056 |
label="%command.label.119" |
2057 |
style="push" |
2058 |
tooltip="%command.tooltip.72"> |
2059 |
<visibleWhen
|
2060 |
checkEnabled="false"> |
2061 |
<or>
|
2062 |
<reference
|
2063 |
definitionId="OnePartitionSelected"> |
2064 |
</reference>
|
2065 |
</or>
|
2066 |
</visibleWhen>
|
2067 |
</command>
|
2068 |
<command
|
2069 |
commandId="org.txm.rcpapplication.commands.function.ComputeInternalView" |
2070 |
icon="icons/functions/InternalView.png" |
2071 |
label="%command.label.183" |
2072 |
style="push" |
2073 |
tooltip="%command.tooltip.52"> |
2074 |
<visibleWhen
|
2075 |
checkEnabled="false"> |
2076 |
<reference
|
2077 |
definitionId="OneCorpusSelected"> |
2078 |
</reference>
|
2079 |
</visibleWhen>
|
2080 |
</command>
|
2081 |
<command
|
2082 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
2083 |
icon="icons/functions/Delete.png" |
2084 |
label="%command.label.65" |
2085 |
style="push" |
2086 |
tooltip="%command.tooltip.33"> |
2087 |
<visibleWhen
|
2088 |
checkEnabled="false"> |
2089 |
<or>
|
2090 |
<reference
|
2091 |
definitionId="OneBaseSelected"> |
2092 |
</reference>
|
2093 |
<reference
|
2094 |
definitionId="OneConcordanceSelected"> |
2095 |
</reference>
|
2096 |
<reference
|
2097 |
definitionId="OneCorpusSelected"> |
2098 |
</reference>
|
2099 |
<reference
|
2100 |
definitionId="OneLexicalTableSelected"> |
2101 |
</reference>
|
2102 |
<reference
|
2103 |
definitionId="OneLexiconSelected"> |
2104 |
</reference>
|
2105 |
<reference
|
2106 |
definitionId="OnePartitionSelected"> |
2107 |
</reference>
|
2108 |
<reference
|
2109 |
definitionId="OneTxmObjectSelected"> |
2110 |
</reference>
|
2111 |
<reference
|
2112 |
definitionId="OneTXMResultSelected"> |
2113 |
</reference>
|
2114 |
</or>
|
2115 |
</visibleWhen>
|
2116 |
</command>
|
2117 |
<separator
|
2118 |
name="org.txm.rcpapplication.separator4" |
2119 |
visible="true"> |
2120 |
</separator>
|
2121 |
<command
|
2122 |
commandId="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
2123 |
icon="icons/functions/SubCorpus.png" |
2124 |
label="%command.label.7" |
2125 |
style="push" |
2126 |
tooltip="%command.tooltip.3"> |
2127 |
<visibleWhen
|
2128 |
checkEnabled="false"> |
2129 |
<reference
|
2130 |
definitionId="OneCorpusSelected"> |
2131 |
</reference>
|
2132 |
</visibleWhen>
|
2133 |
</command>
|
2134 |
<command
|
2135 |
commandId="org.txm.rcpapplication.commands.base.CreatePartition" |
2136 |
icon="icons/functions/Partition.png" |
2137 |
label="%command.label.8" |
2138 |
style="push" |
2139 |
tooltip="%command.tooltip.4"> |
2140 |
<visibleWhen
|
2141 |
checkEnabled="false"> |
2142 |
<reference
|
2143 |
definitionId="OneCorpusSelected"> |
2144 |
</reference>
|
2145 |
</visibleWhen>
|
2146 |
</command>
|
2147 |
<command
|
2148 |
commandId="org.txm.rcpapplication.commands.function.ComputeLexicalTable" |
2149 |
icon="icons/objects/lexicaltable.png" |
2150 |
label="%command.label.94" |
2151 |
style="push" |
2152 |
tooltip="%command.tooltip.55"> |
2153 |
<visibleWhen
|
2154 |
checkEnabled="false"> |
2155 |
<or>
|
2156 |
<reference
|
2157 |
definitionId="OnePartitionSelected"> |
2158 |
</reference>
|
2159 |
<reference
|
2160 |
definitionId="OneIndexSelected"> |
2161 |
</reference>
|
2162 |
<reference
|
2163 |
definitionId="OneLexicalTableAbleSelected"> |
2164 |
</reference>
|
2165 |
</or>
|
2166 |
</visibleWhen>
|
2167 |
</command>
|
2168 |
<command
|
2169 |
commandId="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
2170 |
icon="icons/functions/save.png" |
2171 |
label="%command.label.151" |
2172 |
style="push"> |
2173 |
<visibleWhen
|
2174 |
checkEnabled="false"> |
2175 |
<reference
|
2176 |
definitionId="NeedToSaveAnnotations"> |
2177 |
</reference>
|
2178 |
</visibleWhen>
|
2179 |
</command>
|
2180 |
</toolbar>
|
2181 |
<separator
|
2182 |
name="org.txm.rcp.toolbar.separator1" |
2183 |
visible="true"> |
2184 |
</separator>
|
2185 |
<toolbar
|
2186 |
id="org.txm.rcpapplication.toolbartools"> |
2187 |
<command
|
2188 |
commandId="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
2189 |
icon="icons/functions/IndexP.png" |
2190 |
label="%command.label.79" |
2191 |
style="push" |
2192 |
tooltip="%command.tooltip.61"> |
2193 |
<visibleWhen
|
2194 |
checkEnabled="false"> |
2195 |
<reference
|
2196 |
definitionId="OneCorpusSelected"> |
2197 |
</reference>
|
2198 |
</visibleWhen>
|
2199 |
</command>
|
2200 |
<command
|
2201 |
commandId="org.txm.rcpapplication.commands.function.ComputeIndex" |
2202 |
icon="icons/functions/Index.png" |
2203 |
label="%command.label.66" |
2204 |
style="push" |
2205 |
tooltip="%command.tooltip.62"> |
2206 |
<visibleWhen
|
2207 |
checkEnabled="false"> |
2208 |
<or>
|
2209 |
<reference
|
2210 |
definitionId="OnePartitionSelected"> |
2211 |
</reference>
|
2212 |
<reference
|
2213 |
definitionId="OneCorpusSelected"> |
2214 |
</reference>
|
2215 |
</or>
|
2216 |
</visibleWhen>
|
2217 |
</command>
|
2218 |
<command
|
2219 |
commandId="org.txm.rcpapplication.commands.function.ComputeConcordance" |
2220 |
icon="icons/functions/Concordances.png" |
2221 |
label="%command.label.11" |
2222 |
style="push" |
2223 |
tooltip="%command.tooltip.7"> |
2224 |
<visibleWhen
|
2225 |
checkEnabled="false"> |
2226 |
<reference
|
2227 |
definitionId="OneCorpusSelected"> |
2228 |
</reference>
|
2229 |
</visibleWhen>
|
2230 |
</command>
|
2231 |
<command
|
2232 |
commandId="org.txm.rcpapplication.commands.function.ComputeCooccurrences" |
2233 |
icon="icons/functions/Cooccurrences.png" |
2234 |
label="%command.label.96" |
2235 |
style="push" |
2236 |
tooltip="%command.tooltip.57"> |
2237 |
<visibleWhen
|
2238 |
checkEnabled="false"> |
2239 |
<or>
|
2240 |
<reference
|
2241 |
definitionId="OneCorpusSelected"> |
2242 |
</reference>
|
2243 |
<reference
|
2244 |
definitionId="OneConcordanceSelected"> |
2245 |
</reference>
|
2246 |
</or>
|
2247 |
</visibleWhen>
|
2248 |
</command>
|
2249 |
<command
|
2250 |
commandId="org.txm.rcpapplication.commands.function.ComputeProgression" |
2251 |
icon="icons/functions/Progression.png" |
2252 |
label="%command.label.95" |
2253 |
style="push" |
2254 |
tooltip="%command.tooltip.56"> |
2255 |
<visibleWhen
|
2256 |
checkEnabled="false"> |
2257 |
<reference
|
2258 |
definitionId="OneCorpusSelected"> |
2259 |
</reference>
|
2260 |
</visibleWhen>
|
2261 |
</command>
|
2262 |
<command
|
2263 |
commandId="org.txm.rcpapplication.commands.function.ComputeReferencer" |
2264 |
icon="icons/functions/Referencer.png" |
2265 |
label="%command.label.108" |
2266 |
style="push" |
2267 |
tooltip="%command.tooltip.63"> |
2268 |
<visibleWhen
|
2269 |
checkEnabled="false"> |
2270 |
<reference
|
2271 |
definitionId="OneCorpusSelected"> |
2272 |
</reference>
|
2273 |
</visibleWhen>
|
2274 |
</command>
|
2275 |
<separator
|
2276 |
name="org.txm.rcp.separator4" |
2277 |
visible="true"> |
2278 |
</separator>
|
2279 |
<command
|
2280 |
commandId="org.txm.rcpapplication.commands.function.ComputeSpecifities" |
2281 |
icon="icons/functions/Specificities.png" |
2282 |
label="%command.label.10" |
2283 |
style="push" |
2284 |
tooltip="%command.tooltip.6"> |
2285 |
<visibleWhen
|
2286 |
checkEnabled="false"> |
2287 |
<or>
|
2288 |
<reference
|
2289 |
definitionId="OnePartitionSelected"> |
2290 |
</reference>
|
2291 |
<reference
|
2292 |
definitionId="OneSubCorpusSelected"> |
2293 |
</reference>
|
2294 |
<reference
|
2295 |
definitionId="OneLexicalTableSelected"> |
2296 |
</reference>
|
2297 |
</or>
|
2298 |
</visibleWhen>
|
2299 |
</command>
|
2300 |
<command
|
2301 |
commandId="org.txm.rcpapplication.commands.function.ComputeCorrespondanceAnalysis" |
2302 |
icon="icons/functions/CorrespondanceAnalysis.png" |
2303 |
label="%command.label.80" |
2304 |
style="push" |
2305 |
tooltip="%command.tooltip.46"> |
2306 |
<visibleWhen
|
2307 |
checkEnabled="false"> |
2308 |
<or>
|
2309 |
<reference
|
2310 |
definitionId="OnePartitionSelected"> |
2311 |
</reference>
|
2312 |
<reference
|
2313 |
definitionId="OneLexicalTableSelected"> |
2314 |
</reference>
|
2315 |
<reference
|
2316 |
definitionId="OneICAComputableSelected"> |
2317 |
</reference>
|
2318 |
</or>
|
2319 |
</visibleWhen>
|
2320 |
</command>
|
2321 |
<command
|
2322 |
commandId="org.txm.rcpapplication.commands.function.ComputeCAH" |
2323 |
icon="icons/functions/CAH.png" |
2324 |
label="%command.label.120" |
2325 |
style="push" |
2326 |
tooltip="%command.tooltip.73"> |
2327 |
<visibleWhen
|
2328 |
checkEnabled="false"> |
2329 |
<or>
|
2330 |
<reference
|
2331 |
definitionId="OneCASelected"> |
2332 |
</reference>
|
2333 |
<reference
|
2334 |
definitionId="OneLexicalTableSelected"> |
2335 |
</reference>
|
2336 |
<reference
|
2337 |
definitionId="OnePartitionSelected"> |
2338 |
</reference>
|
2339 |
</or>
|
2340 |
</visibleWhen>
|
2341 |
</command>
|
2342 |
<separator
|
2343 |
name="org.txm.rcpapplication.separator1"> |
2344 |
</separator>
|
2345 |
<command
|
2346 |
commandId="org.txm.rcpapplication.commands.base.SendToR" |
2347 |
icon="icons/functions/SendToR.png" |
2348 |
label="%command.label.121" |
2349 |
style="push" |
2350 |
tooltip="%command.tooltip.74"> |
2351 |
<visibleWhen
|
2352 |
checkEnabled="false"> |
2353 |
|
2354 |
<or>
|
2355 |
<reference
|
2356 |
definitionId="OneConcordanceSelected"> |
2357 |
</reference>
|
2358 |
<reference
|
2359 |
definitionId="OneLexiconSelected"> |
2360 |
</reference>
|
2361 |
<reference
|
2362 |
definitionId="OneIndexSelected"> |
2363 |
</reference>
|
2364 |
<reference
|
2365 |
definitionId="OneCooccurrenceSelected"> |
2366 |
</reference>
|
2367 |
<reference
|
2368 |
definitionId="OneReferencerSelected"> |
2369 |
</reference>
|
2370 |
<reference
|
2371 |
definitionId="OneCorpusSelected"> |
2372 |
</reference>
|
2373 |
</or>
|
2374 |
|
2375 |
</visibleWhen>
|
2376 |
</command>
|
2377 |
<command
|
2378 |
commandId="org.eclipse.ui.window.preferences" |
2379 |
icon="icons/functions/prefs.png" |
2380 |
label="%command.label.4" |
2381 |
style="push" |
2382 |
tooltip="%command.tooltip.0"> |
2383 |
</command>
|
2384 |
</toolbar>
|
2385 |
<separator
|
2386 |
name="org.txm.rcp.toolbar.separator2" |
2387 |
visible="true"> |
2388 |
</separator>
|
2389 |
<toolbar
|
2390 |
id="org.txm.rcpapplication.toolbartext"> |
2391 |
<command
|
2392 |
commandId="org.txm.rcpapplication.commands.CreateFile" |
2393 |
icon="icons/functions/page_white_add.png" |
2394 |
label="%command.label.158" |
2395 |
tooltip="%command.tooltip.34"> |
2396 |
</command>
|
2397 |
<command
|
2398 |
commandId="org.txm.rcpapplication.commands.EditFile" |
2399 |
icon="icons/functions/open.png" |
2400 |
label="%command.label.45" |
2401 |
style="push"> |
2402 |
<parameter
|
2403 |
name="org.txm.rcpapplication.commands.commandParameter2" |
2404 |
value=" "> |
2405 |
</parameter>
|
2406 |
</command>
|
2407 |
<command
|
2408 |
commandId="org.eclipse.ui.file.save" |
2409 |
icon="icons/functions/save.png" |
2410 |
style="push"> |
2411 |
<visibleWhen
|
2412 |
checkEnabled="false"> |
2413 |
<reference
|
2414 |
definitionId="TextEditorActive"> |
2415 |
</reference>
|
2416 |
</visibleWhen>
|
2417 |
</command>
|
2418 |
<command
|
2419 |
commandId="org.txm.rcpapplication.commands.editor.SaveAs" |
2420 |
icon="icons/functions/saveas.png"> |
2421 |
<visibleWhen
|
2422 |
checkEnabled="false"> |
2423 |
<reference
|
2424 |
definitionId="TextEditorActive"> |
2425 |
</reference>
|
2426 |
</visibleWhen>
|
2427 |
</command>
|
2428 |
<separator
|
2429 |
name="org.txm.rcp.separator3" |
2430 |
visible="true"> |
2431 |
</separator>
|
2432 |
<command
|
2433 |
commandId="org.eclipse.ui.edit.cut" |
2434 |
label="%command.label.18"> |
2435 |
<visibleWhen
|
2436 |
checkEnabled="false"> |
2437 |
<reference
|
2438 |
definitionId="TextEditorActive"> |
2439 |
</reference>
|
2440 |
</visibleWhen>
|
2441 |
</command>
|
2442 |
<command
|
2443 |
commandId="org.eclipse.ui.edit.copy" |
2444 |
label="%command.label.19"> |
2445 |
<visibleWhen
|
2446 |
checkEnabled="false"> |
2447 |
<reference
|
2448 |
definitionId="TextEditorActive"> |
2449 |
</reference>
|
2450 |
</visibleWhen>
|
2451 |
</command>
|
2452 |
<command
|
2453 |
commandId="org.eclipse.ui.edit.paste" |
2454 |
label="%command.label.20"> |
2455 |
<visibleWhen
|
2456 |
checkEnabled="false"> |
2457 |
<reference
|
2458 |
definitionId="TextEditorActive"> |
2459 |
</reference>
|
2460 |
</visibleWhen>
|
2461 |
</command>
|
2462 |
<command
|
2463 |
commandId="org.eclipse.ui.edit.delete" |
2464 |
label="%command.label.27"> |
2465 |
<visibleWhen
|
2466 |
checkEnabled="false"> |
2467 |
<reference
|
2468 |
definitionId="TextEditorActive"> |
2469 |
</reference>
|
2470 |
</visibleWhen>
|
2471 |
</command>
|
2472 |
<command
|
2473 |
commandId="org.eclipse.ui.edit.undo" |
2474 |
label="%command.label.16"> |
2475 |
<visibleWhen
|
2476 |
checkEnabled="false"> |
2477 |
<reference
|
2478 |
definitionId="TextEditorActive"> |
2479 |
</reference>
|
2480 |
</visibleWhen>
|
2481 |
</command>
|
2482 |
<command
|
2483 |
commandId="org.eclipse.ui.edit.redo" |
2484 |
label="%command.label.17"> |
2485 |
<visibleWhen
|
2486 |
checkEnabled="false"> |
2487 |
<reference
|
2488 |
definitionId="TextEditorActive"> |
2489 |
</reference>
|
2490 |
</visibleWhen>
|
2491 |
</command>
|
2492 |
<command
|
2493 |
commandId="org.eclipse.ui.edit.selectAll" |
2494 |
icon="icons/functions/page_allgreen.png" |
2495 |
label="%command.label.165"> |
2496 |
<visibleWhen
|
2497 |
checkEnabled="false"> |
2498 |
<reference
|
2499 |
definitionId="TextEditorActive"> |
2500 |
</reference>
|
2501 |
</visibleWhen>
|
2502 |
</command>
|
2503 |
<separator
|
2504 |
name="org.txm.rcp.separator1" |
2505 |
visible="true"> |
2506 |
</separator>
|
2507 |
<command
|
2508 |
commandId="org.eclipse.ui.edit.findReplace" |
2509 |
icon="icons/functions/find.png" |
2510 |
label="%command.label.159"> |
2511 |
<visibleWhen
|
2512 |
checkEnabled="false"> |
2513 |
<reference
|
2514 |
definitionId="TextEditorActive"> |
2515 |
</reference>
|
2516 |
</visibleWhen>
|
2517 |
</command>
|
2518 |
<command
|
2519 |
commandId="org.eclipse.ui.edit.findPrevious" |
2520 |
icon="icons/functions/find_previous.png" |
2521 |
label="%command.label.160" |
2522 |
style="push"> |
2523 |
<visibleWhen
|
2524 |
checkEnabled="false"> |
2525 |
<reference
|
2526 |
definitionId="TextEditorActive"> |
2527 |
</reference>
|
2528 |
</visibleWhen>
|
2529 |
</command>
|
2530 |
<command
|
2531 |
commandId="org.eclipse.ui.edit.findNext" |
2532 |
icon="icons/functions/find_next.png" |
2533 |
label="%command.label.161" |
2534 |
style="push"> |
2535 |
<visibleWhen
|
2536 |
checkEnabled="false"> |
2537 |
<reference
|
2538 |
definitionId="TextEditorActive"> |
2539 |
</reference>
|
2540 |
</visibleWhen>
|
2541 |
</command>
|
2542 |
<command
|
2543 |
commandId="org.eclipse.ui.edit.findIncremental" |
2544 |
icon="icons/functions/find_incremental.png" |
2545 |
label="%command.label.162" |
2546 |
style="push"> |
2547 |
<visibleWhen
|
2548 |
checkEnabled="false"> |
2549 |
<reference
|
2550 |
definitionId="TextEditorActive"> |
2551 |
</reference>
|
2552 |
</visibleWhen>
|
2553 |
</command>
|
2554 |
<command
|
2555 |
commandId="org.eclipse.ui.edit.findIncrementalReverse" |
2556 |
icon="icons/functions/find_incremental_reverse.png" |
2557 |
label="%command.label.163" |
2558 |
style="push"> |
2559 |
<visibleWhen
|
2560 |
checkEnabled="false"> |
2561 |
<reference
|
2562 |
definitionId="TextEditorActive"> |
2563 |
</reference>
|
2564 |
</visibleWhen>
|
2565 |
</command>
|
2566 |
<separator
|
2567 |
name="org.txm.rcp.separator2" |
2568 |
visible="true"> |
2569 |
</separator>
|
2570 |
<command
|
2571 |
commandId="org.eclipse.ui.edit.text.goto.line" |
2572 |
icon="icons/functions/goto.png" |
2573 |
label="%command.label.166" |
2574 |
style="push"> |
2575 |
<visibleWhen
|
2576 |
checkEnabled="false"> |
2577 |
<reference
|
2578 |
definitionId="TextEditorActive"> |
2579 |
</reference>
|
2580 |
</visibleWhen>
|
2581 |
</command>
|
2582 |
<command
|
2583 |
commandId="org.eclipse.ui.editors.lineNumberToggle" |
2584 |
icon="icons/functions/lines_number.png" |
2585 |
label="%command.label.168" |
2586 |
style="push"> |
2587 |
<visibleWhen
|
2588 |
checkEnabled="false"> |
2589 |
<reference
|
2590 |
definitionId="TextEditorActive"> |
2591 |
</reference>
|
2592 |
</visibleWhen>
|
2593 |
</command>
|
2594 |
<command
|
2595 |
commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" |
2596 |
icon="icons/functions/paragraph.png" |
2597 |
label="%command.label.169" |
2598 |
style="push" |
2599 |
tooltip="%command.tooltip.35"> |
2600 |
<visibleWhen
|
2601 |
checkEnabled="false"> |
2602 |
<reference
|
2603 |
definitionId="TextEditorActive"> |
2604 |
</reference>
|
2605 |
</visibleWhen>
|
2606 |
</command>
|
2607 |
<command
|
2608 |
commandId="org.eclipse.ui.edit.text.open.hyperlink" |
2609 |
icon="icons/functions/world.png" |
2610 |
label="%command.label.167" |
2611 |
style="push"> |
2612 |
<visibleWhen
|
2613 |
checkEnabled="false"> |
2614 |
<reference
|
2615 |
definitionId="TextEditorActive"> |
2616 |
</reference>
|
2617 |
</visibleWhen>
|
2618 |
</command>
|
2619 |
<command
|
2620 |
commandId="org.txm.rcpapplication.commands.editor.SetEncoding" |
2621 |
icon="icons/functions/encoding.png" |
2622 |
label="%command.label.30"> |
2623 |
<visibleWhen
|
2624 |
checkEnabled="false"> |
2625 |
<reference
|
2626 |
definitionId="TextEditorActive"> |
2627 |
</reference>
|
2628 |
</visibleWhen>
|
2629 |
</command>
|
2630 |
<command
|
2631 |
commandId="org.eclipse.ui.file.revert" |
2632 |
icon="icons/functions/page_refresh.png" |
2633 |
label="%command.label.164" |
2634 |
style="push"> |
2635 |
<visibleWhen
|
2636 |
checkEnabled="false"> |
2637 |
<reference
|
2638 |
definitionId="TextEditorActive"> |
2639 |
</reference>
|
2640 |
</visibleWhen>
|
2641 |
</command>
|
2642 |
</toolbar>
|
2643 |
<separator
|
2644 |
name="org.txm.rcp.toolbar.separator3" |
2645 |
visible="true"> |
2646 |
</separator>
|
2647 |
<toolbar
|
2648 |
id="org.txm.rcpapplication.toolbarscript"> |
2649 |
<command
|
2650 |
commandId="org.txm.rcpapplication.commands.R.OpenEmptyEditor" |
2651 |
label="%command.label.142" |
2652 |
style="push" |
2653 |
tooltip="%command.tooltip.84"> |
2654 |
<visibleWhen
|
2655 |
checkEnabled="false"> |
2656 |
<reference
|
2657 |
definitionId="RPerspectiveSelected"> |
2658 |
</reference>
|
2659 |
</visibleWhen>
|
2660 |
</command>
|
2661 |
<command
|
2662 |
commandId="org.txm.rcpapplication.commands.ExecuteScript" |
2663 |
icon="icons/functions/run.png" |
2664 |
label="%command.label.170" |
2665 |
style="push" |
2666 |
tooltip="%command.tooltip.14"> |
2667 |
<visibleWhen
|
2668 |
checkEnabled="false"> |
2669 |
<reference
|
2670 |
definitionId="TextEditorActive"> |
2671 |
</reference>
|
2672 |
</visibleWhen>
|
2673 |
</command>
|
2674 |
<command
|
2675 |
commandId="org.txm.rcpapplication.commands.ExecuteText" |
2676 |
icon="icons/functions/page_select_go.png" |
2677 |
label="%command.label.171" |
2678 |
style="push" |
2679 |
tooltip="%command.tooltip.36"> |
2680 |
<visibleWhen
|
2681 |
checkEnabled="false"> |
2682 |
<reference
|
2683 |
definitionId="TextEditorActive"> |
2684 |
</reference>
|
2685 |
</visibleWhen>
|
2686 |
</command>
|
2687 |
<command
|
2688 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptGroovyFromFile" |
2689 |
icon="icons/functions/page_go.png" |
2690 |
label="%command.label.172" |
2691 |
style="push" |
2692 |
tooltip="%command.tooltip.37"> |
2693 |
<visibleWhen
|
2694 |
checkEnabled="false"> |
2695 |
<reference
|
2696 |
definitionId="TextEditorActive"> |
2697 |
</reference>
|
2698 |
</visibleWhen>
|
2699 |
</command>
|
2700 |
<command
|
2701 |
commandId="org.txm.rcpapplication.commands.ExecuteLastGroovyScript" |
2702 |
icon="icons/functions/rerun.png" |
2703 |
label="%command.label.40" |
2704 |
style="push" |
2705 |
tooltip="%command.tooltip.50"> |
2706 |
</command>
|
2707 |
</toolbar>
|
2708 |
<separator
|
2709 |
name="org.txm.rcp.toolbar.separator4" |
2710 |
visible="true"> |
2711 |
</separator>
|
2712 |
<toolbar
|
2713 |
id="org.txm.rcpapplication.toolbarfile"> |
2714 |
<command
|
2715 |
commandId="org.txm.rcpapplication.commands.base.ExportCorpus" |
2716 |
icon="icons/functions/Compress.png" |
2717 |
label="%command.name.52" |
2718 |
style="push" |
2719 |
tooltip="%command.tooltip.71"> |
2720 |
<visibleWhen
|
2721 |
checkEnabled="false"> |
2722 |
<reference
|
2723 |
definitionId="OneMainCorpusSelected"> |
2724 |
</reference>
|
2725 |
</visibleWhen>
|
2726 |
</command>
|
2727 |
</toolbar>
|
2728 |
</menuContribution>
|
2729 |
<menuContribution
|
2730 |
locationURI="popup:org.txm.rcpapplication.views.fileexplorer.Explorer"> |
2731 |
<command
|
2732 |
commandId="org.txm.rcpapplication.commands.CreateFile" |
2733 |
label="%command.label.122" |
2734 |
style="push" |
2735 |
tooltip="%command.tooltip.75"> |
2736 |
<visibleWhen
|
2737 |
checkEnabled="false"> |
2738 |
<reference
|
2739 |
definitionId="OneFileSelected"> |
2740 |
</reference>
|
2741 |
</visibleWhen>
|
2742 |
</command>
|
2743 |
<command
|
2744 |
commandId="org.txm.rcpapplication.commands.CreateFolder" |
2745 |
label="%command.label.123" |
2746 |
style="push" |
2747 |
tooltip="%command.tooltip.76"> |
2748 |
<visibleWhen
|
2749 |
checkEnabled="false"> |
2750 |
<reference
|
2751 |
definitionId="OneFileSelected"> |
2752 |
</reference>
|
2753 |
</visibleWhen>
|
2754 |
</command>
|
2755 |
<command
|
2756 |
commandId="org.txm.rcpapplication.commands.EditSelectedFile" |
2757 |
label="%command.label.186" |
2758 |
style="push" |
2759 |
tooltip="%command.tooltip.17"> |
2760 |
<visibleWhen
|
2761 |
checkEnabled="false"> |
2762 |
<reference
|
2763 |
definitionId="OneFileSelected"> |
2764 |
</reference>
|
2765 |
</visibleWhen>
|
2766 |
</command>
|
2767 |
<command
|
2768 |
commandId="org.txm.rcpapplication.commands.OpenBrowser" |
2769 |
label="%command.label.22" |
2770 |
style="push" |
2771 |
tooltip="%command.tooltip.18"> |
2772 |
<visibleWhen
|
2773 |
checkEnabled="false"> |
2774 |
<reference
|
2775 |
definitionId="OneFileSelected"> |
2776 |
</reference>
|
2777 |
</visibleWhen>
|
2778 |
</command>
|
2779 |
<command
|
2780 |
commandId="org.txm.rcpapplication.commands.ExecuteScript" |
2781 |
label="%command.label.23" |
2782 |
style="push" |
2783 |
tooltip="%command.tooltip.19"> |
2784 |
<visibleWhen
|
2785 |
checkEnabled="false"> |
2786 |
<reference
|
2787 |
definitionId="OneFileSelected"> |
2788 |
</reference>
|
2789 |
</visibleWhen>
|
2790 |
</command>
|
2791 |
<command
|
2792 |
commandId="org.txm.rcpapplication.commands.ShowSelected" |
2793 |
style="push"> |
2794 |
</command>
|
2795 |
<command
|
2796 |
commandId="org.txm.rcpapplication.commands.RenameFile" |
2797 |
style="push"> |
2798 |
<visibleWhen
|
2799 |
checkEnabled="false"> |
2800 |
<reference
|
2801 |
definitionId="OneFileSelected"> |
2802 |
</reference>
|
2803 |
</visibleWhen>
|
2804 |
</command>
|
2805 |
<command
|
2806 |
commandId="org.txm.rcpapplication.commands.DeleteFile" |
2807 |
style="push" |
2808 |
tooltip="%command.tooltip.15"> |
2809 |
<visibleWhen
|
2810 |
checkEnabled="false"> |
2811 |
<reference
|
2812 |
definitionId="OneFileSelected"> |
2813 |
</reference>
|
2814 |
</visibleWhen>
|
2815 |
</command>
|
2816 |
<command
|
2817 |
commandId="org.txm.rcpapplication.commands.CopyFile" |
2818 |
style="push" |
2819 |
tooltip="%command.tooltip.16"> |
2820 |
<visibleWhen
|
2821 |
checkEnabled="false"> |
2822 |
<reference
|
2823 |
definitionId="OneFileSelected"> |
2824 |
</reference>
|
2825 |
</visibleWhen>
|
2826 |
</command>
|
2827 |
<command
|
2828 |
commandId="org.txm.rcpapplication.commands.CutFile" |
2829 |
style="push" |
2830 |
tooltip="%command.tooltip.20"> |
2831 |
<visibleWhen
|
2832 |
checkEnabled="false"> |
2833 |
<reference
|
2834 |
definitionId="OneFileSelected"> |
2835 |
</reference>
|
2836 |
</visibleWhen>
|
2837 |
</command>
|
2838 |
<command
|
2839 |
commandId="org.txm.rcpapplication.commands.PasteFile" |
2840 |
style="push" |
2841 |
tooltip="%command.tooltip.21"> |
2842 |
<visibleWhen
|
2843 |
checkEnabled="false"> |
2844 |
<reference
|
2845 |
definitionId="OneFileSelected"> |
2846 |
</reference>
|
2847 |
</visibleWhen>
|
2848 |
</command>
|
2849 |
</menuContribution>
|
2850 |
<menuContribution
|
2851 |
locationURI="popup:#TextEditorContext"> |
2852 |
<menu
|
2853 |
label="%menu.label.10"> |
2854 |
<command
|
2855 |
commandId="org.txm.rcpapplication.commands.ExecuteGroovyText" |
2856 |
label="%command.label.25" |
2857 |
style="push"> |
2858 |
</command>
|
2859 |
<command
|
2860 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptGroovy" |
2861 |
label="%command.label.26" |
2862 |
style="push"> |
2863 |
</command>
|
2864 |
<command
|
2865 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptGroovyFromFile" |
2866 |
label="%command.label.156" |
2867 |
style="push"> |
2868 |
</command>
|
2869 |
</menu>
|
2870 |
<menu
|
2871 |
label="%menu.label.11"> |
2872 |
<command
|
2873 |
commandId="org.txm.rcpapplication.commands.ExecuteRText" |
2874 |
label="%command.label.112" |
2875 |
style="push"> |
2876 |
</command>
|
2877 |
<command
|
2878 |
commandId="org.txm.rcpapplication.commands.ExecuteRScript" |
2879 |
label="%command.label.26" |
2880 |
style="push"> |
2881 |
</command>
|
2882 |
</menu>
|
2883 |
</menuContribution>
|
2884 |
<menuContribution
|
2885 |
locationURI="popup:org.txm.rcpapplication.views.CorporaView"> |
2886 |
<menu
|
2887 |
icon="icons/functions/export.png" |
2888 |
id="corporaview.menu.file.export" |
2889 |
label="%menu.label.5"> |
2890 |
<command
|
2891 |
commandId="org.txm.rcpapplication.commands.base.ExportCorpus" |
2892 |
icon="icons/functions/Compress.png" |
2893 |
label="%command.name.52" |
2894 |
style="push" |
2895 |
tooltip="%command.tooltip.67"> |
2896 |
<visibleWhen
|
2897 |
checkEnabled="false"> |
2898 |
<reference
|
2899 |
definitionId="OneMainCorpusSelected"> |
2900 |
</reference>
|
2901 |
</visibleWhen>
|
2902 |
</command>
|
2903 |
<command
|
2904 |
commandId="org.txm.rcpapplication.commands.annotation.ExportStandoff" |
2905 |
label="%command.label.193" |
2906 |
style="push"> |
2907 |
<visibleWhen
|
2908 |
checkEnabled="false"> |
2909 |
<reference
|
2910 |
definitionId="OneMainCorpusSelected"> |
2911 |
</reference>
|
2912 |
</visibleWhen>
|
2913 |
</command>
|
2914 |
<command
|
2915 |
commandId="org.txm.rcpapplication.commands.function.ExportResult" |
2916 |
icon="icons/functions/export_data.png" |
2917 |
label="%command.label.51" |
2918 |
style="push"> |
2919 |
<visibleWhen
|
2920 |
checkEnabled="false"> |
2921 |
<or>
|
2922 |
<reference
|
2923 |
definitionId="OneLexiconSelected"> |
2924 |
</reference>
|
2925 |
<reference
|
2926 |
definitionId="OneConcordanceSelected"> |
2927 |
</reference>
|
2928 |
<reference
|
2929 |
definitionId="OneSpecificitiesResultSelected"> |
2930 |
</reference>
|
2931 |
<reference
|
2932 |
definitionId="OneIndexSelected"> |
2933 |
</reference>
|
2934 |
<reference
|
2935 |
definitionId="OneCooccurrenceSelected"> |
2936 |
</reference>
|
2937 |
<reference
|
2938 |
definitionId="OneReferencerSelected"> |
2939 |
</reference>
|
2940 |
<reference
|
2941 |
definitionId="OneProgressionSelected"> |
2942 |
</reference>
|
2943 |
<reference
|
2944 |
definitionId="OneLexicalTableSelected"> |
2945 |
</reference>
|
2946 |
<reference
|
2947 |
definitionId="OneCASelected"> |
2948 |
</reference>
|
2949 |
<reference
|
2950 |
definitionId="OneCAHSelected"> |
2951 |
</reference>
|
2952 |
<reference
|
2953 |
definitionId="OneTXMResultSelected"> |
2954 |
</reference>
|
2955 |
</or>
|
2956 |
</visibleWhen>
|
2957 |
</command>
|
2958 |
<command
|
2959 |
commandId="org.txm.rcp.chartsengine.base.commands.ExportChart" |
2960 |
icon="icons/functions/export_chart.png" |
2961 |
label="%command.label.42" |
2962 |
style="push"> |
2963 |
<visibleWhen
|
2964 |
checkEnabled="false"> |
2965 |
<or>
|
2966 |
<reference
|
2967 |
definitionId="OneCASelected"> |
2968 |
</reference>
|
2969 |
</or>
|
2970 |
</visibleWhen>
|
2971 |
</command>
|
2972 |
<command
|
2973 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
2974 |
icon="icons/functions/exportSVG.png" |
2975 |
label="%command.label.101" |
2976 |
style="push" |
2977 |
tooltip="%command.tooltip.54"> |
2978 |
<visibleWhen
|
2979 |
checkEnabled="false"> |
2980 |
<or>
|
2981 |
<reference
|
2982 |
definitionId="SVGEditorActive"> |
2983 |
</reference>
|
2984 |
<reference
|
2985 |
definitionId="OneCAHSelected"> |
2986 |
</reference>
|
2987 |
<reference
|
2988 |
definitionId="OneProgressionSelected"> |
2989 |
</reference>
|
2990 |
<reference
|
2991 |
definitionId="OneWordCloudSelected"> |
2992 |
</reference>
|
2993 |
</or>
|
2994 |
</visibleWhen>
|
2995 |
</command>
|
2996 |
</menu>
|
2997 |
<command
|
2998 |
commandId="org.txm.rcpapplication.commands.base.Diagnostique" |
2999 |
icon="icons/functions/diagnostique.png" |
3000 |
id="corporaview.description" |
3001 |
label="%command.label.49" |
3002 |
style="push" |
3003 |
tooltip="%command.tooltip.60"> |
3004 |
<visibleWhen
|
3005 |
checkEnabled="false"> |
3006 |
<reference
|
3007 |
definitionId="OneCorpusSelected"> |
3008 |
</reference>
|
3009 |
</visibleWhen>
|
3010 |
</command>
|
3011 |
<command
|
3012 |
commandId="org.txm.rcpapplication.commands.function.PartsSize" |
3013 |
icon="icons/functions/diagnostique.png" |
3014 |
label="%command.label.125" |
3015 |
style="push" |
3016 |
tooltip="%command.tooltip.78"> |
3017 |
<visibleWhen
|
3018 |
checkEnabled="false"> |
3019 |
<or>
|
3020 |
<reference
|
3021 |
definitionId="OnePartitionSelected"> |
3022 |
</reference>
|
3023 |
</or>
|
3024 |
</visibleWhen>
|
3025 |
</command>
|
3026 |
<command
|
3027 |
commandId="org.txm.rcpapplication.commands.function.ComputeInternalView" |
3028 |
icon="icons/functions/InternalView.png" |
3029 |
label="%command.label.185" |
3030 |
style="push" |
3031 |
tooltip="%command.tooltip.59"> |
3032 |
<visibleWhen
|
3033 |
checkEnabled="false"> |
3034 |
<reference
|
3035 |
definitionId="OneCorpusSelected"> |
3036 |
</reference>
|
3037 |
</visibleWhen>
|
3038 |
</command>
|
3039 |
<command
|
3040 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
3041 |
icon="icons/functions/Delete.png" |
3042 |
label="%command.label.65" |
3043 |
style="push" |
3044 |
tooltip="%command.tooltip.33"> |
3045 |
<visibleWhen
|
3046 |
checkEnabled="false"> |
3047 |
<or>
|
3048 |
<reference
|
3049 |
definitionId="OneBaseSelected"> |
3050 |
</reference>
|
3051 |
<reference
|
3052 |
definitionId="OneConcordanceSelected"> |
3053 |
</reference>
|
3054 |
<reference
|
3055 |
definitionId="OneCorpusSelected"> |
3056 |
</reference>
|
3057 |
<reference
|
3058 |
definitionId="OneLexicalTableSelected"> |
3059 |
</reference>
|
3060 |
<reference
|
3061 |
definitionId="OneLexiconSelected"> |
3062 |
</reference>
|
3063 |
<reference
|
3064 |
definitionId="OnePartitionSelected"> |
3065 |
</reference>
|
3066 |
<reference
|
3067 |
definitionId="OneTxmObjectSelected"> |
3068 |
</reference>
|
3069 |
<reference
|
3070 |
definitionId="OneTXMResultSelected"> |
3071 |
</reference>
|
3072 |
</or>
|
3073 |
</visibleWhen>
|
3074 |
</command>
|
3075 |
<separator
|
3076 |
name="org.txm.rcpapplication.separator52" |
3077 |
visible="true"> |
3078 |
</separator>
|
3079 |
<command
|
3080 |
commandId="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
3081 |
icon="icons/functions/SubCorpus.png" |
3082 |
label="%command.label.7" |
3083 |
style="push" |
3084 |
tooltip="%command.tooltip.3"> |
3085 |
<visibleWhen
|
3086 |
checkEnabled="false"> |
3087 |
<reference
|
3088 |
definitionId="OneCorpusSelected"> |
3089 |
</reference>
|
3090 |
</visibleWhen>
|
3091 |
</command>
|
3092 |
<command
|
3093 |
commandId="org.txm.rcpapplication.commands.base.CreatePartition" |
3094 |
icon="icons/functions/Partition.png" |
3095 |
label="%command.label.8" |
3096 |
style="push" |
3097 |
tooltip="%command.tooltip.4"> |
3098 |
<visibleWhen
|
3099 |
checkEnabled="false"> |
3100 |
<reference
|
3101 |
definitionId="OneCorpusSelected"> |
3102 |
</reference>
|
3103 |
</visibleWhen>
|
3104 |
</command>
|
3105 |
<command
|
3106 |
commandId="org.txm.rcpapplication.commands.function.ComputeLexicalTable" |
3107 |
icon="icons/objects/lexicaltable.png" |
3108 |
label="%command.label.97" |
3109 |
style="push" |
3110 |
tooltip="%command.tooltip.58"> |
3111 |
<visibleWhen
|
3112 |
checkEnabled="false"> |
3113 |
<or>
|
3114 |
<reference
|
3115 |
definitionId="OnePartitionSelected"> |
3116 |
</reference>
|
3117 |
<reference
|
3118 |
definitionId="OneIndexSelected"> |
3119 |
</reference>
|
3120 |
<reference
|
3121 |
definitionId="OneLexicalTableAbleSelected"> |
3122 |
</reference>
|
3123 |
</or>
|
3124 |
</visibleWhen>
|
3125 |
</command>
|
3126 |
|
3127 |
<separator
|
3128 |
name="org.txm.rcpapplication.separator53" |
3129 |
visible="true"> |
3130 |
</separator>
|
3131 |
<command
|
3132 |
commandId="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
3133 |
icon="icons/functions/IndexP.png" |
3134 |
label="%command.label.84" |
3135 |
style="push" |
3136 |
tooltip="%command.tooltip.61"> |
3137 |
<visibleWhen
|
3138 |
checkEnabled="false"> |
3139 |
<reference
|
3140 |
definitionId="OneCorpusSelected"> |
3141 |
</reference>
|
3142 |
</visibleWhen>
|
3143 |
</command>
|
3144 |
<command
|
3145 |
commandId="org.txm.rcpapplication.commands.function.ComputeIndex" |
3146 |
icon="icons/functions/Index.png" |
3147 |
label="%command.label.66" |
3148 |
style="push" |
3149 |
tooltip="%command.tooltip.62"> |
3150 |
<visibleWhen
|
3151 |
checkEnabled="false"> |
3152 |
<or>
|
3153 |
<reference
|
3154 |
definitionId="OnePartitionSelected"> |
3155 |
</reference>
|
3156 |
<reference
|
3157 |
definitionId="OneCorpusSelected"> |
3158 |
</reference>
|
3159 |
</or>
|
3160 |
</visibleWhen>
|
3161 |
</command>
|
3162 |
<command
|
3163 |
commandId="org.txm.rcpapplication.commands.function.ComputeConcordance" |
3164 |
icon="icons/functions/Concordances.png" |
3165 |
label="%command.label.11" |
3166 |
style="push" |
3167 |
tooltip="%command.tooltip.7"> |
3168 |
<visibleWhen
|
3169 |
checkEnabled="false"> |
3170 |
<reference
|
3171 |
definitionId="OneCorpusSelected"> |
3172 |
</reference>
|
3173 |
</visibleWhen>
|
3174 |
</command>
|
3175 |
<command
|
3176 |
commandId="org.txm.rcpapplication.commands.function.ComputeCooccurrences" |
3177 |
icon="icons/functions/Cooccurrences.png" |
3178 |
label="%command.label.96" |
3179 |
style="push" |
3180 |
tooltip="%command.tooltip.57"> |
3181 |
<visibleWhen
|
3182 |
checkEnabled="false"> |
3183 |
<or>
|
3184 |
<reference
|
3185 |
definitionId="OneCorpusSelected"> |
3186 |
</reference>
|
3187 |
<reference
|
3188 |
definitionId="OneConcordanceSelected"> |
3189 |
</reference>
|
3190 |
</or>
|
3191 |
</visibleWhen>
|
3192 |
</command>
|
3193 |
<command
|
3194 |
commandId="org.txm.rcpapplication.commands.function.ComputeProgression" |
3195 |
icon="icons/functions/Progression.png" |
3196 |
label="%command.label.95" |
3197 |
style="push" |
3198 |
tooltip="%command.tooltip.56"> |
3199 |
<visibleWhen
|
3200 |
checkEnabled="false"> |
3201 |
<reference
|
3202 |
definitionId="OneCorpusSelected"> |
3203 |
</reference>
|
3204 |
</visibleWhen>
|
3205 |
</command>
|
3206 |
<command
|
3207 |
commandId="org.txm.rcpapplication.commands.function.ComputeReferencer" |
3208 |
icon="icons/functions/Referencer.png" |
3209 |
label="%command.label.108" |
3210 |
style="push" |
3211 |
tooltip="%command.tooltip.62"> |
3212 |
<visibleWhen
|
3213 |
checkEnabled="false"> |
3214 |
<reference
|
3215 |
definitionId="OneCorpusSelected"> |
3216 |
</reference>
|
3217 |
</visibleWhen>
|
3218 |
</command>
|
3219 |
<separator
|
3220 |
name="org.txm.rcpapplication.separator54" |
3221 |
visible="true"> |
3222 |
</separator>
|
3223 |
<command
|
3224 |
commandId="org.txm.rcpapplication.commands.function.ComputeSpecifities" |
3225 |
icon="icons/functions/Specificities.png" |
3226 |
label="%command.label.10" |
3227 |
style="push" |
3228 |
tooltip="%command.tooltip.6"> |
3229 |
<visibleWhen
|
3230 |
checkEnabled="false"> |
3231 |
<or>
|
3232 |
<reference
|
3233 |
definitionId="OnePartitionSelected"> |
3234 |
</reference>
|
3235 |
<reference
|
3236 |
definitionId="OneSubCorpusSelected"> |
3237 |
</reference>
|
3238 |
<reference
|
3239 |
definitionId="OneLexicalTableSelected"> |
3240 |
</reference>
|
3241 |
</or>
|
3242 |
</visibleWhen>
|
3243 |
</command>
|
3244 |
<command
|
3245 |
commandId="org.txm.rcpapplication.commands.function.ComputeCorrespondanceAnalysis" |
3246 |
icon="icons/functions/CorrespondanceAnalysis.png" |
3247 |
label="%command.label.85" |
3248 |
style="push" |
3249 |
tooltip="%command.tooltip.49"> |
3250 |
<visibleWhen
|
3251 |
checkEnabled="false"> |
3252 |
<or>
|
3253 |
<reference
|
3254 |
definitionId="OnePartitionSelected"> |
3255 |
</reference>
|
3256 |
<reference
|
3257 |
definitionId="OneLexicalTableSelected"> |
3258 |
</reference>
|
3259 |
<reference
|
3260 |
definitionId="OneICAComputableSelected"> |
3261 |
</reference>
|
3262 |
</or>
|
3263 |
</visibleWhen>
|
3264 |
</command>
|
3265 |
<command
|
3266 |
commandId="org.txm.rcpapplication.commands.function.ComputeCAH" |
3267 |
icon="icons/functions/CAH.png" |
3268 |
label="%command.label.126" |
3269 |
style="push" |
3270 |
tooltip="%command.tooltip.79"> |
3271 |
<visibleWhen
|
3272 |
checkEnabled="false"> |
3273 |
<or>
|
3274 |
<reference
|
3275 |
definitionId="OneCASelected"> |
3276 |
</reference>
|
3277 |
<reference
|
3278 |
definitionId="OneLexicalTableSelected"> |
3279 |
</reference>
|
3280 |
<reference
|
3281 |
definitionId="OnePartitionSelected"> |
3282 |
</reference>
|
3283 |
</or>
|
3284 |
</visibleWhen>
|
3285 |
</command>
|
3286 |
<separator
|
3287 |
name="org.txm.rcpapplication.separator55" |
3288 |
visible="true"> |
3289 |
</separator>
|
3290 |
<command
|
3291 |
commandId="org.txm.rcpapplication.commands.base.SendToR" |
3292 |
icon="icons/functions/SendToR.png" |
3293 |
label="%command.label.127" |
3294 |
style="push" |
3295 |
tooltip="%command.tooltip.80"> |
3296 |
<visibleWhen
|
3297 |
checkEnabled="false"> |
3298 |
|
3299 |
<or>
|
3300 |
<reference
|
3301 |
definitionId="OneConcordanceSelected"> |
3302 |
</reference>
|
3303 |
<reference
|
3304 |
definitionId="OneLexiconSelected"> |
3305 |
</reference>
|
3306 |
<reference
|
3307 |
definitionId="OneIndexSelected"> |
3308 |
</reference>
|
3309 |
<reference
|
3310 |
definitionId="OneCooccurrenceSelected"> |
3311 |
</reference>
|
3312 |
<reference
|
3313 |
definitionId="OneReferencerSelected"> |
3314 |
</reference>
|
3315 |
<reference
|
3316 |
definitionId="OneCorpusSelected"> |
3317 |
</reference>
|
3318 |
</or>
|
3319 |
|
3320 |
</visibleWhen>
|
3321 |
</command>
|
3322 |
<command
|
3323 |
commandId="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
3324 |
icon="icons/functions/save.png" |
3325 |
label="%command.label.154" |
3326 |
style="push"> |
3327 |
<visibleWhen
|
3328 |
checkEnabled="false"> |
3329 |
<reference
|
3330 |
definitionId="NeedToSaveAnnotations"> |
3331 |
</reference>
|
3332 |
</visibleWhen>
|
3333 |
</command>
|
3334 |
</menuContribution>
|
3335 |
<menuContribution
|
3336 |
locationURI="popup:org.txm.rcpapplication.views.BasesView"> |
3337 |
<command
|
3338 |
commandId="HIDEorg.txm.rcpapplication.commands.workspace.AddProject" |
3339 |
label="%command.label.36" |
3340 |
style="push"> |
3341 |
<visibleWhen
|
3342 |
checkEnabled="false"> |
3343 |
<reference
|
3344 |
definitionId="OneProjectSelected"> |
3345 |
</reference>
|
3346 |
</visibleWhen>
|
3347 |
</command>
|
3348 |
<command
|
3349 |
commandId="org.txm.rcpapplication.commands.workspace.AddBase" |
3350 |
label="%command.label.37" |
3351 |
style="push"> |
3352 |
<visibleWhen
|
3353 |
checkEnabled="false"> |
3354 |
<reference
|
3355 |
definitionId="OneProjectSelected"> |
3356 |
</reference>
|
3357 |
</visibleWhen>
|
3358 |
</command>
|
3359 |
<separator
|
3360 |
name="org.txm.rcpapplication.separator1"> |
3361 |
</separator>
|
3362 |
<command
|
3363 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
3364 |
icon="icons/functions/Delete.png" |
3365 |
label="%command.label.65" |
3366 |
style="push" |
3367 |
tooltip="%command.tooltip.33"> |
3368 |
<visibleWhen
|
3369 |
checkEnabled="false"> |
3370 |
<or>
|
3371 |
<reference
|
3372 |
definitionId="OnePartitionSelected"> |
3373 |
</reference>
|
3374 |
<reference
|
3375 |
definitionId="OneSubCorpusSelected"> |
3376 |
</reference>
|
3377 |
<reference
|
3378 |
definitionId="OneBaseSelected"> |
3379 |
</reference>
|
3380 |
<reference
|
3381 |
definitionId="OneIndexSelected"> |
3382 |
</reference>
|
3383 |
<reference
|
3384 |
definitionId="OneLexiconSelected"> |
3385 |
</reference>
|
3386 |
<reference
|
3387 |
definitionId="OneConcordanceSelected"> |
3388 |
</reference>
|
3389 |
<reference
|
3390 |
definitionId="OneCASelected"> |
3391 |
</reference>
|
3392 |
<reference
|
3393 |
definitionId="OneSpecificitiesResultSelected"> |
3394 |
</reference>
|
3395 |
<reference
|
3396 |
definitionId="OneMainCorpusSelected"> |
3397 |
</reference>
|
3398 |
</or>
|
3399 |
</visibleWhen>
|
3400 |
</command>
|
3401 |
<command
|
3402 |
commandId="org.txm.rcpapplication.commands.base.OpenBiblio" |
3403 |
icon="icons/functions/Biblio.png" |
3404 |
label="%command.label.148" |
3405 |
style="push" |
3406 |
tooltip="%command.tooltip.91"> |
3407 |
<visibleWhen
|
3408 |
checkEnabled="false"> |
3409 |
<or>
|
3410 |
<reference
|
3411 |
definitionId="OneBaseSelected"> |
3412 |
</reference>
|
3413 |
<reference
|
3414 |
definitionId="OneTextSelected"> |
3415 |
</reference>
|
3416 |
</or>
|
3417 |
</visibleWhen>
|
3418 |
</command>
|
3419 |
</menuContribution>
|
3420 |
<menuContribution
|
3421 |
locationURI="popup:org.txm.rcpapplication.editors.index.IndexEditor"> |
3422 |
<command
|
3423 |
commandId="org.txm.rcpapplication.commands.link.IndexToConcordance" |
3424 |
label="%command.label.73" |
3425 |
style="push"> |
3426 |
</command>
|
3427 |
<command
|
3428 |
commandId="org.txm.rcpapplication.commands.link.IndexToCooccurrence" |
3429 |
label="%command.label.149" |
3430 |
style="push"> |
3431 |
</command>
|
3432 |
<command
|
3433 |
commandId="org.txm.rcpapplication.commands.link.IndexToProgression" |
3434 |
label="%command.label.99" |
3435 |
style="push"> |
3436 |
</command>
|
3437 |
</menuContribution>
|
3438 |
<menuContribution
|
3439 |
locationURI="popup:org.txm.rcpapplication.editors.TableEditor"> |
3440 |
<command
|
3441 |
commandId="org.txm.rcpapplication.commands.link.TextToConcordance" |
3442 |
label="%command.label.74" |
3443 |
style="push"> |
3444 |
</command>
|
3445 |
</menuContribution>
|
3446 |
<menuContribution
|
3447 |
locationURI="popup:org.txm.rcpapplication.editors.SVGGraphicEditor"> |
3448 |
<command
|
3449 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
3450 |
label="%command.label.101" |
3451 |
style="push" |
3452 |
tooltip="%command.tooltip.60"> |
3453 |
<visibleWhen
|
3454 |
checkEnabled="false"> |
3455 |
<reference
|
3456 |
definitionId="SVGEditorActive"> |
3457 |
</reference>
|
3458 |
</visibleWhen>
|
3459 |
</command>
|
3460 |
</menuContribution>
|
3461 |
<menuContribution
|
3462 |
locationURI="popup:org.txm.rcpapplication.editors.cooccurrences.CooccurrencesEditor"> |
3463 |
<command
|
3464 |
commandId="org.txm.rcpapplication.commands.link.CooccurrencesToConcordances" |
3465 |
label="%command.label.102" |
3466 |
style="push"> |
3467 |
</command>
|
3468 |
</menuContribution>
|
3469 |
<menuContribution
|
3470 |
locationURI="popup:org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor"> |
3471 |
<command
|
3472 |
commandId="org.txm.rcpapplication.commands.link.IndexToConcordance" |
3473 |
label="%command.label.73" |
3474 |
style="push"> |
3475 |
</command>
|
3476 |
<command
|
3477 |
commandId="org.txm.rcpapplication.commands.link.LexiconToIndex" |
3478 |
label="%command.label.128" |
3479 |
style="push"> |
3480 |
</command>
|
3481 |
<command
|
3482 |
commandId="org.txm.rcpapplication.commands.link.IndexToProgression" |
3483 |
label="%command.label.103" |
3484 |
style="push"> |
3485 |
</command>
|
3486 |
</menuContribution>
|
3487 |
<menuContribution
|
3488 |
locationURI="popup:org.txm.rcpapplication.editors.lexicaltable.LexicalTableEditor"> |
3489 |
<command
|
3490 |
commandId="org.txm.rcpapplication.commands.editor.DeleteLines" |
3491 |
label="%command.label.104" |
3492 |
style="push"> |
3493 |
</command>
|
3494 |
<command
|
3495 |
commandId="org.txm.rcpapplication.commands.editor.MergeLines" |
3496 |
label="%command.label.105" |
3497 |
style="push"> |
3498 |
</command>
|
3499 |
<separator
|
3500 |
name="org.txm.rcp.LT.separator1" |
3501 |
visible="true"> |
3502 |
</separator>
|
3503 |
<command
|
3504 |
commandId="org.txm.rcpapplication.commands.editor.ExportLexicalTable" |
3505 |
label="%command.label.106" |
3506 |
style="push"> |
3507 |
</command>
|
3508 |
<command
|
3509 |
commandId="org.txm.rcpapplication.commands.editor.ImportTable" |
3510 |
label="%command.label.107" |
3511 |
style="push"> |
3512 |
</command>
|
3513 |
</menuContribution>
|
3514 |
<menuContribution
|
3515 |
locationURI="popup:org.txm.rcpapplication.editors.referencer.ReferencerEditor"> |
3516 |
<command
|
3517 |
commandId="org.txm.rcpapplication.commands.link.ReferencerToConc" |
3518 |
label="%command.label.73" |
3519 |
style="push"> |
3520 |
</command>
|
3521 |
</menuContribution>
|
3522 |
<menuContribution
|
3523 |
locationURI="popup:org.txm.rcpapplication.views.QueriesView"> |
3524 |
<command
|
3525 |
commandId="org.txm.rcpapplication.commands.queryview.Copy" |
3526 |
label="%command.label.129" |
3527 |
style="push" |
3528 |
tooltip="%command.tooltip.81"> |
3529 |
<visibleWhen
|
3530 |
checkEnabled="false"> |
3531 |
<reference
|
3532 |
definitionId="OneQueryLogSelected"> |
3533 |
</reference>
|
3534 |
</visibleWhen>
|
3535 |
</command>
|
3536 |
<command
|
3537 |
commandId="org.txm.rcpapplication.commands.queryview.Paste" |
3538 |
label="%command.label.130" |
3539 |
style="push" |
3540 |
tooltip="%command.tooltip.82"> |
3541 |
<visibleWhen
|
3542 |
checkEnabled="false"> |
3543 |
<reference
|
3544 |
definitionId="OneBaseSelected"> |
3545 |
</reference>
|
3546 |
</visibleWhen>
|
3547 |
</command>
|
3548 |
<command
|
3549 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
3550 |
icon="icons/functions/Delete.png" |
3551 |
label="%command.label.65" |
3552 |
style="push" |
3553 |
tooltip="%command.tooltip.33"> |
3554 |
<visibleWhen
|
3555 |
checkEnabled="false"> |
3556 |
<reference
|
3557 |
definitionId="OneQueryLogSelected"> |
3558 |
</reference>
|
3559 |
</visibleWhen>
|
3560 |
</command>
|
3561 |
</menuContribution>
|
3562 |
<menuContribution
|
3563 |
locationURI="popup:org.txm.rcpapplication.views.RVariablesView"> |
3564 |
<command
|
3565 |
commandId="org.txm.rcpapplication.commands.R.CopySelection" |
3566 |
label="%command.label.129" |
3567 |
style="push" |
3568 |
tooltip="%command.label.129"> |
3569 |
</command>
|
3570 |
</menuContribution>
|
3571 |
<menuContribution
|
3572 |
locationURI="popup:org.txm.rcpapplication.editors.internal.InternalViewEditor"> |
3573 |
<command
|
3574 |
commandId="org.txm.rcpapplication.commands.link.ToConcordance" |
3575 |
label="%command.label.73" |
3576 |
style="push"> |
3577 |
</command>
|
3578 |
<command
|
3579 |
commandId="org.txm.rcpapplication.commands.link.ToIndex" |
3580 |
label="%command.label.77" |
3581 |
style="push"> |
3582 |
</command>
|
3583 |
<command
|
3584 |
commandId="org.txm.rcpapplication.commands.link.ToProgression" |
3585 |
label="%command.label.99" |
3586 |
style="push"> |
3587 |
</command>
|
3588 |
</menuContribution>
|
3589 |
<menuContribution
|
3590 |
locationURI="popup:org.txm.rcpapplication.views.fileexplorer.MacroExplorer"> |
3591 |
<command
|
3592 |
commandId="org.txm.rcpapplication.commands.ExecuteMacro" |
3593 |
label="%command.label.23" |
3594 |
style="push" |
3595 |
tooltip="%command.tooltip.19"> |
3596 |
<visibleWhen
|
3597 |
checkEnabled="false"> |
3598 |
<reference
|
3599 |
definitionId="OneFileSelected"> |
3600 |
</reference>
|
3601 |
</visibleWhen>
|
3602 |
</command>
|
3603 |
<command
|
3604 |
commandId="org.txm.rcpapplication.commands.EditSelectedFile" |
3605 |
label="%command.label.186" |
3606 |
style="push" |
3607 |
tooltip="%command.tooltip.86"> |
3608 |
<visibleWhen
|
3609 |
checkEnabled="false"> |
3610 |
<reference
|
3611 |
definitionId="OneFileSelected"> |
3612 |
</reference>
|
3613 |
</visibleWhen>
|
3614 |
</command>
|
3615 |
<command
|
3616 |
commandId="org.txm.rcpapplication.commands.CreateMacro" |
3617 |
label="%command.label.187" |
3618 |
style="push" |
3619 |
tooltip="%command.tooltip.92"> |
3620 |
<visibleWhen
|
3621 |
checkEnabled="false"> |
3622 |
<reference
|
3623 |
definitionId="OneFileSelected"> |
3624 |
</reference>
|
3625 |
</visibleWhen>
|
3626 |
</command>
|
3627 |
<command
|
3628 |
commandId="org.txm.rcpapplication.commands.CreateFolder" |
3629 |
label="%command.label.123" |
3630 |
style="push" |
3631 |
tooltip="%command.tooltip.76"> |
3632 |
<visibleWhen
|
3633 |
checkEnabled="false"> |
3634 |
<reference
|
3635 |
definitionId="OneFileSelected"> |
3636 |
</reference>
|
3637 |
</visibleWhen>
|
3638 |
</command>
|
3639 |
<command
|
3640 |
commandId="org.txm.rcpapplication.commands.ShowSelected" |
3641 |
style="push"> |
3642 |
</command>
|
3643 |
<command
|
3644 |
commandId="org.txm.rcpapplication.commands.RenameFile" |
3645 |
style="push"> |
3646 |
<visibleWhen
|
3647 |
checkEnabled="false"> |
3648 |
<reference
|
3649 |
definitionId="OneFileSelected"> |
3650 |
</reference>
|
3651 |
</visibleWhen>
|
3652 |
</command>
|
3653 |
<command
|
3654 |
commandId="org.txm.rcpapplication.commands.DeleteFile" |
3655 |
style="push" |
3656 |
tooltip="%command.tooltip.15"> |
3657 |
<visibleWhen
|
3658 |
checkEnabled="false"> |
3659 |
<reference
|
3660 |
definitionId="OneFileSelected"> |
3661 |
</reference>
|
3662 |
</visibleWhen>
|
3663 |
</command>
|
3664 |
<command
|
3665 |
commandId="org.txm.rcpapplication.commands.CopyFile" |
3666 |
style="push" |
3667 |
tooltip="%command.tooltip.16"> |
3668 |
<visibleWhen
|
3669 |
checkEnabled="false"> |
3670 |
<reference
|
3671 |
definitionId="OneFileSelected"> |
3672 |
</reference>
|
3673 |
</visibleWhen>
|
3674 |
</command>
|
3675 |
<command
|
3676 |
commandId="org.txm.rcpapplication.commands.CutFile" |
3677 |
style="push" |
3678 |
tooltip="%command.tooltip.20"> |
3679 |
<visibleWhen
|
3680 |
checkEnabled="false"> |
3681 |
<reference
|
3682 |
definitionId="OneFileSelected"> |
3683 |
</reference>
|
3684 |
</visibleWhen>
|
3685 |
</command>
|
3686 |
<command
|
3687 |
commandId="org.txm.rcpapplication.commands.PasteFile" |
3688 |
style="push" |
3689 |
tooltip="%command.tooltip.21"> |
3690 |
<visibleWhen
|
3691 |
checkEnabled="false"> |
3692 |
<reference
|
3693 |
definitionId="OneFileSelected"> |
3694 |
</reference>
|
3695 |
</visibleWhen>
|
3696 |
</command>
|
3697 |
</menuContribution>
|
3698 |
<menuContribution
|
3699 |
locationURI="popup:org.txm.rcpapplication.editors.TXMBrowser"> |
3700 |
<command
|
3701 |
commandId="org.txm.rcpapplication.commands.link.TextToConcordance" |
3702 |
label="%command.label.73" |
3703 |
style="push"> |
3704 |
</command>
|
3705 |
<command
|
3706 |
commandId="org.txm.rcpapplication.commands.editor.Copy" |
3707 |
label="%command.label.19"> |
3708 |
</command>
|
3709 |
</menuContribution>
|
3710 |
<menuContribution
|
3711 |
locationURI="popup:org.txm.rcpapplication.views.knowledgerepositories.KRView"> |
3712 |
<command
|
3713 |
commandId="org.txm.rcpapplication.commands.krview.Copy" |
3714 |
label="%command.label.188" |
3715 |
style="push" |
3716 |
tooltip="%command.tooltip.89"> |
3717 |
</command>
|
3718 |
<command
|
3719 |
commandId="org.txm.rcpapplication.commands.krview.Reload" |
3720 |
label="%command.label.189" |
3721 |
style="push" |
3722 |
tooltip="%command.tooltip.90"> |
3723 |
<visibleWhen
|
3724 |
checkEnabled="false"> |
3725 |
<reference
|
3726 |
definitionId="OneKRSelected"> |
3727 |
</reference>
|
3728 |
</visibleWhen>
|
3729 |
</command>
|
3730 |
<command
|
3731 |
commandId="org.txm.rcpapplication.commands.krview.Informations" |
3732 |
label="%command.label.190" |
3733 |
style="push" |
3734 |
tooltip="%command.tooltip.93"> |
3735 |
</command>
|
3736 |
<command
|
3737 |
commandId="org.txm.rcpapplication.commands.krview.Add" |
3738 |
label="%command.label.191" |
3739 |
style="push" |
3740 |
tooltip="%command.tooltip.94"> |
3741 |
<visibleWhen
|
3742 |
checkEnabled="false"> |
3743 |
<or>
|
3744 |
<reference
|
3745 |
definitionId="OneLocalKRSelected"> |
3746 |
</reference>
|
3747 |
<reference
|
3748 |
definitionId="OneAnnotationTypeSelected"> |
3749 |
</reference>
|
3750 |
</or>
|
3751 |
</visibleWhen>
|
3752 |
</command>
|
3753 |
<command
|
3754 |
commandId="org.txm.rcpapplication.commands.krview.Delete" |
3755 |
label="%command.label.192" |
3756 |
style="push" |
3757 |
tooltip="%command.tooltip.95"> |
3758 |
<visibleWhen
|
3759 |
checkEnabled="false"> |
3760 |
<or>
|
3761 |
<reference
|
3762 |
definitionId="OneAnnotationTypeSelected"> |
3763 |
</reference>
|
3764 |
<reference
|
3765 |
definitionId="OneTypedValueSelected"> |
3766 |
</reference>
|
3767 |
</or>
|
3768 |
</visibleWhen>
|
3769 |
</command>
|
3770 |
</menuContribution>
|
3771 |
<menuContribution
|
3772 |
locationURI="popup:org.txm.rcpapplication.editors.ConcordancesEditor"> |
3773 |
<command
|
3774 |
commandId="org.txm.rcpapplication.commands.editor.DeleteLines" |
3775 |
label="%command.label.104" |
3776 |
style="push"> |
3777 |
</command>
|
3778 |
</menuContribution>
|
3779 |
<menuContribution
|
3780 |
locationURI="popup:org.txm.rcpapplication.editors.specificities.SpecificitiesTableEditor"> |
3781 |
<command
|
3782 |
commandId="org.txm.rcpapplication.commands.function.ComputeSpecifictiesBarChart" |
3783 |
style="push"> |
3784 |
</command>
|
3785 |
</menuContribution>
|
3786 |
</extension>
|
3787 |
<extension
|
3788 |
id="general" |
3789 |
name="general" |
3790 |
point="org.eclipse.ui.commands"> |
3791 |
<category
|
3792 |
description="%category.description" |
3793 |
id="org.txm.rcpapplication.category.txm" |
3794 |
name="%category.name.0"> |
3795 |
</category>
|
3796 |
<command
|
3797 |
categoryId="org.eclipse.ui.category.edit" |
3798 |
defaultHandler="org.txm.rcpapplication.commands.EditFile" |
3799 |
id="org.txm.rcpapplication.commands.EditFile" |
3800 |
name="%command.name"> |
3801 |
<commandParameter
|
3802 |
id="org.txm.rcpapplication.commands.commandParameter2" |
3803 |
name="%commandParameter.name" |
3804 |
optional="true"> |
3805 |
</commandParameter>
|
3806 |
</command>
|
3807 |
<command
|
3808 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyScript" |
3809 |
id="org.txm.rcpapplication.commands.ExecuteScriptGroovy" |
3810 |
name="%command.name.0"> |
3811 |
</command>
|
3812 |
<command
|
3813 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyText" |
3814 |
id="org.txm.rcpapplication.commands.ExecuteGroovyText" |
3815 |
name="%command.name.10"> |
3816 |
</command>
|
3817 |
<command
|
3818 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteImportScript" |
3819 |
id="org.txm.rcpapplication.commands.ExecuteScriptImport" |
3820 |
name="%command.name.22"> |
3821 |
<commandParameter
|
3822 |
id="org.txm.rcpapplication.commands.commandParameter3" |
3823 |
name="%commandParameter.name.1" |
3824 |
optional="true"> |
3825 |
</commandParameter>
|
3826 |
</command>
|
3827 |
|
3828 |
<command
|
3829 |
categoryId="org.eclipse.ui.category.navigate" |
3830 |
defaultHandler="org.txm.rcpapplication.commands.OpenBrowser" |
3831 |
id="org.txm.rcpapplication.commands.OpenBrowser" |
3832 |
name="%command.name.8"> |
3833 |
<commandParameter
|
3834 |
id="org.txm.rcpapplication.commands.commandParameter2" |
3835 |
name="%commandParameter.name" |
3836 |
optional="true"> |
3837 |
</commandParameter>
|
3838 |
</command>
|
3839 |
<command
|
3840 |
defaultHandler="org.txm.rcpapplication.commands.ShowSelected" |
3841 |
id="org.txm.rcpapplication.commands.ShowSelected" |
3842 |
name="%command.name.9"> |
3843 |
</command>
|
3844 |
<command
|
3845 |
defaultHandler="org.txm.rcpapplication.commands.RestartTXM" |
3846 |
description="%command.description" |
3847 |
id="org.txm.rcpapplication.commands.RestartTXM" |
3848 |
name="%command.name.25"> |
3849 |
</command>
|
3850 |
<command
|
3851 |
defaultHandler="org.txm.rcpapplication.commands.base.DeleteObject" |
3852 |
id="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
3853 |
name="%command.name.26"> |
3854 |
</command>
|
3855 |
|
3856 |
<command
|
3857 |
defaultHandler="org.txm.rcpapplication.commands.ImportSelectedText" |
3858 |
id="org.txm.rcpapplication.commands.ImportSelectedText" |
3859 |
name="%command.name.28"> |
3860 |
</command>
|
3861 |
<command
|
3862 |
defaultHandler="org.txm.rcpapplication.commands.base.OpenEdition" |
3863 |
id="org.txm.rcpapplication.commands.base.OpenEdition" |
3864 |
name="%command.name.29"> |
3865 |
</command>
|
3866 |
<command
|
3867 |
defaultHandler="org.txm.rcpapplication.utils.LanguageSwitchHandler" |
3868 |
id="org.txm.rcpapplication.commands.changelanguage" |
3869 |
name="%command.name.31"> |
3870 |
</command>
|
3871 |
|
3872 |
<command
|
3873 |
defaultHandler="org.txm.rcpapplication.commands.editor.DeleteLines" |
3874 |
id="org.txm.rcpapplication.commands.editor.DeleteLines" |
3875 |
name="%command.name.37"> |
3876 |
</command>
|
3877 |
<command
|
3878 |
defaultHandler="org.txm.rcpapplication.commands.editor.MergeLines" |
3879 |
id="org.txm.rcpapplication.commands.editor.MergeLines" |
3880 |
name="%command.name.38"> |
3881 |
</command>
|
3882 |
<command
|
3883 |
defaultHandler="org.txm.rcpapplication.commands.editor.ExportLexicalTable" |
3884 |
id="org.txm.rcpapplication.commands.editor.ExportLexicalTable" |
3885 |
name="%command.name.39"> |
3886 |
</command>
|
3887 |
<command
|
3888 |
defaultHandler="org.txm.rcpapplication.commands.editor.ImportTable" |
3889 |
id="org.txm.rcpapplication.commands.editor.ImportTable" |
3890 |
name="%command.name.40"> |
3891 |
</command>
|
3892 |
|
3893 |
<command
|
3894 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteRScript" |
3895 |
id="org.txm.rcpapplication.commands.ExecuteRScript" |
3896 |
name="%command.name.45"> |
3897 |
</command>
|
3898 |
<command
|
3899 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteRText" |
3900 |
id="org.txm.rcpapplication.commands.ExecuteRText" |
3901 |
name="%command.name.46"> |
3902 |
</command>
|
3903 |
<command
|
3904 |
defaultHandler="org.txm.rcpapplication.commands.CreateFile" |
3905 |
id="org.txm.rcpapplication.commands.CreateFile" |
3906 |
name="%command.name.47"> |
3907 |
</command>
|
3908 |
<command
|
3909 |
defaultHandler="org.txm.rcpapplication.commands.CreateFolder" |
3910 |
id="org.txm.rcpapplication.commands.CreateFolder" |
3911 |
name="%command.name.48"> |
3912 |
</command>
|
3913 |
|
3914 |
<command
|
3915 |
defaultHandler="org.txm.rcpapplication.commands.OpenTXMUserPreferences" |
3916 |
id="org.txm.rcpapplication.commands.OpenTXMUserPreferences" |
3917 |
name="%command.name.51"> |
3918 |
</command>
|
3919 |
<command
|
3920 |
defaultHandler="org.txm.rcpapplication.commands.base.ExportCorpus" |
3921 |
id="org.txm.rcpapplication.commands.base.ExportCorpus" |
3922 |
name="%command.name.52"> |
3923 |
</command>
|
3924 |
<command
|
3925 |
defaultHandler="org.txm.rcpapplication.commands.base.SendToR" |
3926 |
id="org.txm.rcpapplication.commands.base.SendToR" |
3927 |
name="%command.name.53"> |
3928 |
</command>
|
3929 |
|
3930 |
<command
|
3931 |
defaultHandler="org.txm.rcpapplication.commands.R.OpenEmptyEditor" |
3932 |
id="org.txm.rcpapplication.commands.R.OpenEmptyEditor" |
3933 |
name="%command.name.59"> |
3934 |
</command>
|
3935 |
<command
|
3936 |
defaultHandler="org.txm.rcpapplication.commands.R.Submit" |
3937 |
id="org.txm.rcpapplication.commands.R.Submit" |
3938 |
name="%command.name.60"> |
3939 |
</command>
|
3940 |
<command
|
3941 |
defaultHandler="org.txm.rcpapplication.commands.R.ShowSvgHelp" |
3942 |
id="org.txm.rcpapplication.commands.R.ShowSvgHelp" |
3943 |
name="%command.name.61"> |
3944 |
</command>
|
3945 |
<command
|
3946 |
categoryId="org.eclipse.ui.category.edit" |
3947 |
defaultHandler="org.txm.rcpapplication.commands.OpenImportForm" |
3948 |
id="org.txm.rcpapplication.commands.OpenImportForm" |
3949 |
name="%command.name.62"> |
3950 |
<commandParameter
|
3951 |
id="org.txm.rcpapplication.commands.importscript" |
3952 |
name="%commandParameter.name.2" |
3953 |
optional="false"> |
3954 |
</commandParameter>
|
3955 |
</command>
|
3956 |
<command
|
3957 |
categoryId="org.eclipse.ui.category.navigate" |
3958 |
defaultHandler="org.txm.rcpapplication.commands.base.OpenBiblio" |
3959 |
id="org.txm.rcpapplication.commands.base.OpenBiblio" |
3960 |
name="%command.name.63"> |
3961 |
</command>
|
3962 |
<command
|
3963 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyScriptFromFile" |
3964 |
id="org.txm.rcpapplication.commands.ExecuteScriptGroovyFromFile" |
3965 |
name="%command.name.66"> |
3966 |
</command>
|
3967 |
<command
|
3968 |
defaultHandler="org.txm.rcpapplication.commands.workspace.ConvertCorpus" |
3969 |
description="%command.description.0" |
3970 |
id="org.txm.rcpapplication.commands.workspace.ConvertCorpus" |
3971 |
name="%command.name.3"> |
3972 |
</command>
|
3973 |
<command
|
3974 |
defaultHandler="org.txm.rcpapplication.commands.workspace.PurgeCorpora" |
3975 |
description="%command.description.1" |
3976 |
id="org.txm.rcpapplication.commands.workspace.PurgeCorpora" |
3977 |
name="%command.name.18"> |
3978 |
</command>
|
3979 |
<command
|
3980 |
categoryId="org.txm.rcpapplication.category.txm" |
3981 |
defaultHandler="org.txm.rcpapplication.commands.OpenTestEditor" |
3982 |
id="org.txm.rcpapplication.commands.OpenTestEditor" |
3983 |
name="%command.name.19"> |
3984 |
</command>
|
3985 |
<command
|
3986 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteScript" |
3987 |
id="org.txm.rcpapplication.commands.ExecuteScript" |
3988 |
name="%command.name.21"> |
3989 |
</command>
|
3990 |
<command
|
3991 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteText" |
3992 |
id="org.txm.rcpapplication.commands.ExecuteText" |
3993 |
name="%command.name.50"> |
3994 |
</command>
|
3995 |
<command
|
3996 |
defaultHandler="org.txm.rcpapplication.commands.editor.SaveAs" |
3997 |
id="org.txm.rcpapplication.commands.editor.SaveAs" |
3998 |
name="%command.name.67"> |
3999 |
</command>
|
4000 |
<command
|
4001 |
defaultHandler="org.txm.rcpapplication.commands.DeleteFile" |
4002 |
id="org.txm.rcpapplication.commands.DeleteFile" |
4003 |
name="%command.name.68"> |
4004 |
</command>
|
4005 |
<command
|
4006 |
defaultHandler="org.txm.rcpapplication.commands.CopyFile" |
4007 |
id="org.txm.rcpapplication.commands.CopyFile" |
4008 |
name="%command.name.69"> |
4009 |
</command>
|
4010 |
<command
|
4011 |
defaultHandler="org.txm.rcpapplication.commands.PasteFile" |
4012 |
id="org.txm.rcpapplication.commands.PasteFile" |
4013 |
name="%command.name.70"> |
4014 |
</command>
|
4015 |
<command
|
4016 |
defaultHandler="org.txm.rcpapplication.commands.CutFile" |
4017 |
id="org.txm.rcpapplication.commands.CutFile" |
4018 |
name="%command.name.71"> |
4019 |
</command>
|
4020 |
<command
|
4021 |
defaultHandler="org.txm.rcpapplication.commands.RenameFile" |
4022 |
id="org.txm.rcpapplication.commands.RenameFile" |
4023 |
name="%command.name.108"> |
4024 |
</command>
|
4025 |
<command
|
4026 |
defaultHandler="org.txm.rcpapplication.commands.editor.SetEncoding" |
4027 |
id="org.txm.rcpapplication.commands.editor.SetEncoding" |
4028 |
name="%command.name.72"> |
4029 |
</command>
|
4030 |
<command
|
4031 |
categoryId="org.txm.rcpapplication.category.txm" |
4032 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeInternalView" |
4033 |
id="org.txm.rcpapplication.commands.function.ComputeInternalView" |
4034 |
name="%command.name.73"> |
4035 |
</command>
|
4036 |
<command
|
4037 |
categoryId="org.eclipse.ui.category.navigate" |
4038 |
defaultHandler="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
4039 |
id="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
4040 |
name="%command.name.74"> |
4041 |
<commandParameter
|
4042 |
id="org.txm.rcpapplication.commands.commandParameter3" |
4043 |
name="%commandParameter.name.3" |
4044 |
optional="true"> |
4045 |
</commandParameter>
|
4046 |
</command>
|
4047 |
<command
|
4048 |
categoryId="org.eclipse.ui.category.navigate" |
4049 |
defaultHandler="org.txm.rcpapplication.commands.OpenWelcomePage" |
4050 |
id="org.txm.rcpapplication.commands.OpenWelcomePage" |
4051 |
name="%command.name.8"> |
4052 |
<commandParameter
|
4053 |
id="org.txm.rcpapplication.commands.commandParameter2" |
4054 |
name="%commandParameter.name" |
4055 |
optional="true"> |
4056 |
</commandParameter>
|
4057 |
</command>
|
4058 |
<command
|
4059 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyMacro" |
4060 |
id="org.txm.rcpapplication.commands.ExecuteMacro" |
4061 |
name="%command.name.79"> |
4062 |
</command>
|
4063 |
<command
|
4064 |
defaultHandler="org.txm.rcpapplication.commands.CreateMacro" |
4065 |
id="org.txm.rcpapplication.commands.CreateMacro" |
4066 |
name="%command.name.80"> |
4067 |
</command>
|
4068 |
<command
|
4069 |
defaultHandler="org.txm.rcpapplication.p2.plugins.InstallPluginHandler" |
4070 |
description="%command.label.182" |
4071 |
id="org.txm.rcpapplication.p2.plugins.InstallPluginHandler" |
4072 |
name="%command.label.182"> |
4073 |
</command>
|
4074 |
<command
|
4075 |
defaultHandler="org.txm.rcpapplication.p2.plugins.TXMUpdateHandler" |
4076 |
description="%command.description.3" |
4077 |
id="org.txm.rcpapplication.p2.plugins.TXMUpdateHandler" |
4078 |
name="%command.name.87"> |
4079 |
</command>
|
4080 |
<command
|
4081 |
defaultHandler="org.txm.rcpapplication.p2.plugins.FixUpdateHandler" |
4082 |
description="%command.description.4" |
4083 |
id="org.txm.rcpapplication.p2.plugins.FixUpdateHandler" |
4084 |
name="%command.name.88"> |
4085 |
</command>
|
4086 |
<command
|
4087 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteLastGroovyScript" |
4088 |
id="org.txm.rcpapplication.commands.ExecuteLastGroovyScript" |
4089 |
name="%command.name.89"> |
4090 |
</command>
|
4091 |
<command
|
4092 |
defaultHandler="org.txm.rcpapplication.commands.CheckRPackages" |
4093 |
id="org.txm.rcpapplication.commands.CheckRPackages" |
4094 |
name="%command.name.90"> |
4095 |
</command>
|
4096 |
<command
|
4097 |
defaultHandler="org.txm.rcpapplication.commands.R.ReconnectToRWorkspace" |
4098 |
id="org.txm.rcpapplication.commands.R.ReconnectToRWorkspace" |
4099 |
name="%command.name.93"> |
4100 |
</command>
|
4101 |
<command
|
4102 |
defaultHandler="org.txm.rcpapplication.commands.CleanPerspective" |
4103 |
id="org.txm.rcpapplication.commands.CleanPerspective" |
4104 |
name="%command.name.94"> |
4105 |
</command>
|
4106 |
<command
|
4107 |
defaultHandler="org.txm.rcpapplication.commands.OpenManual" |
4108 |
id="org.txm.rcpapplication.commands.OpenManual" |
4109 |
name="%command.name.95"> |
4110 |
</command>
|
4111 |
<command
|
4112 |
categoryId="org.txm.rcpapplication.category.txm" |
4113 |
defaultHandler="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
4114 |
id="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
4115 |
name="%command.name.97"> |
4116 |
</command>
|
4117 |
<command
|
4118 |
categoryId="org.txm.rcpapplication.category.txm" |
4119 |
defaultHandler="org.txm.rcpapplication.commands.workspace.UpdateCorpus" |
4120 |
id="org.txm.rcpapplication.commands.workspace.UpdateCorpus" |
4121 |
name="%command.name.98"> |
4122 |
</command>
|
4123 |
<command
|
4124 |
defaultHandler="org.txm.rcpapplication.commands.krview.OpenKRView" |
4125 |
id="org.txm.rcpapplication.commands.krview.OpenKRView" |
4126 |
name="%command.name.99"> |
4127 |
</command>
|
4128 |
<command
|
4129 |
categoryId="org.txm.rcpapplication.category.txm" |
4130 |
defaultHandler="org.txm.rcpapplication.commands.workspace.RecodeCorpus" |
4131 |
id="org.txm.rcpapplication.commands.workspace.RecodeCorpus" |
4132 |
name="%command.name.100"> |
4133 |
</command>
|
4134 |
<command
|
4135 |
categoryId="org.eclipse.ui.category.edit" |
4136 |
defaultHandler="org.txm.rcpapplication.commands.EditSelectedFile" |
4137 |
id="org.txm.rcpapplication.commands.EditSelectedFile" |
4138 |
name="%command.name.106"> |
4139 |
</command>
|
4140 |
</extension>
|
4141 |
<extension
|
4142 |
id="commands" |
4143 |
name="commands" |
4144 |
point="org.eclipse.ui.commands"> |
4145 |
<command
|
4146 |
defaultHandler="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
4147 |
id="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
4148 |
name="%command.name.1"> |
4149 |
</command>
|
4150 |
<command
|
4151 |
defaultHandler="org.txm.rcpapplication.commands.base.CreatePartition" |
4152 |
id="org.txm.rcpapplication.commands.base.CreatePartition" |
4153 |
name="%command.name.2"> |
4154 |
<commandParameter
|
4155 |
id="CorpusParameter" |
4156 |
name="%commandParameter.name.0" |
4157 |
optional="true"> |
4158 |
</commandParameter>
|
4159 |
</command>
|
4160 |
<command
|
4161 |
categoryId="org.txm.rcpapplication.category.txm" |
4162 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeSpecifities" |
4163 |
id="org.txm.rcpapplication.commands.function.ComputeSpecifities" |
4164 |
name="%command.name.4"> |
4165 |
</command>
|
4166 |
<command
|
4167 |
categoryId="org.txm.rcpapplication.category.txm" |
4168 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeConcordance" |
4169 |
id="org.txm.rcpapplication.commands.function.ComputeConcordance" |
4170 |
name="%command.name.5"> |
4171 |
</command>
|
4172 |
<command
|
4173 |
categoryId="org.txm.rcpapplication.category.txm" |
4174 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeCorrespondanceAnalysis" |
4175 |
id="org.txm.rcpapplication.commands.function.ComputeCorrespondanceAnalysis" |
4176 |
name="%command.name.6"> |
4177 |
</command>
|
4178 |
<command
|
4179 |
categoryId="org.txm.rcpapplication.category.txm" |
4180 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
4181 |
id="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
4182 |
name="%command.name.7"> |
4183 |
</command>
|
4184 |
<command
|
4185 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeDiagnostic" |
4186 |
id="org.txm.rcpapplication.commands.base.Diagnostique" |
4187 |
name="%command.name.23"> |
4188 |
</command>
|
4189 |
<command
|
4190 |
categoryId="org.txm.rcpapplication.category.txm" |
4191 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeIndex" |
4192 |
id="org.txm.rcpapplication.commands.function.ComputeIndex" |
4193 |
name="%command.name.27"> |
4194 |
</command>
|
4195 |
<command
|
4196 |
categoryId="org.txm.rcpapplication.category.txm" |
4197 |
defaultHandler="org.txm.rcpapplication.commands.function.___ComputeProgression" |
4198 |
id="org.txm.rcpapplication.commands.function.ComputeProgression" |
4199 |
name="%command.name.32"> |
4200 |
</command>
|
4201 |
<command
|
4202 |
categoryId="org.txm.rcpapplication.category.txm" |
4203 |
defaultHandler="org.txm.rcpapplication.commands.function.OpenParaBrowser" |
4204 |
id="org.txm.rcpapplication.commands.function.OpenParaBrowser" |
4205 |
name="%command.name.33"> |
4206 |
</command>
|
4207 |
<command
|
4208 |
defaultHandler="org.txm.rcpapplication.commands.tests.NilsTest" |
4209 |
description="%command.description.2" |
4210 |
id="org.txm.rcpapplication.commands.tests.NilsTest" |
4211 |
name="%command.name.85"> |
4212 |
</command>
|
4213 |
<command
|
4214 |
categoryId="org.txm.rcpapplication.category.txm" |
4215 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeCooccurrences" |
4216 |
id="org.txm.rcpapplication.commands.function.ComputeCooccurrences" |
4217 |
name="%command.name.35"> |
4218 |
</command>
|
4219 |
<command
|
4220 |
categoryId="org.txm.rcpapplication.category.txm" |
4221 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeCAH" |
4222 |
id="org.txm.rcpapplication.commands.function.ComputeCAH" |
4223 |
name="%command.name.54"> |
4224 |
</command>
|
4225 |
<command
|
4226 |
categoryId="org.txm.rcpapplication.category.txm" |
4227 |
defaultHandler="org.txm.rcpapplication.commands.function.___PartsSize" |
4228 |
id="org.txm.rcpapplication.commands.function.PartsSize" |
4229 |
name="%command.name.49"> |
4230 |
</command>
|
4231 |
<command
|
4232 |
categoryId="org.txm.rcpapplication.category.txm" |
4233 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeReferencer" |
4234 |
id="org.txm.rcpapplication.commands.function.ComputeReferencer" |
4235 |
name="%command.name.44"> |
4236 |
</command>
|
4237 |
<command
|
4238 |
categoryId="org.txm.rcpapplication.category.txm" |
4239 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeLexicalTable" |
4240 |
id="org.txm.rcpapplication.commands.function.ComputeLexicalTable" |
4241 |
name="%command.name.36"> |
4242 |
</command>
|
4243 |
<command
|
4244 |
defaultHandler="org.txm.rcpapplication.commands.function.ExportResult" |
4245 |
id="org.txm.rcpapplication.commands.function.ExportResult" |
4246 |
name="%command.name.24"> |
4247 |
</command>
|
4248 |
<command
|
4249 |
defaultHandler="org.txm.rcp.chartsengine.base.commands.ExportChart" |
4250 |
id="org.txm.rcp.chartsengine.base.commands.ExportChart" |
4251 |
name="%command.name.92"> |
4252 |
</command>
|
4253 |
<command
|
4254 |
defaultHandler="org.txm.rcpapplication.commands.function.ExportSVG" |
4255 |
id="org.txm.rcpapplication.commands.function.ExportSVG" |
4256 |
name="%command.name.34"> |
4257 |
</command>
|
4258 |
<command
|
4259 |
categoryId="org.txm.rcpapplication.category.txm" |
4260 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeInterTextDistance" |
4261 |
id="org.txm.rcpapplication.commands.function.ComputeInterTextDistance" |
4262 |
name="%command.name.81"> |
4263 |
</command>
|
4264 |
<command
|
4265 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeSpecifictiesBarChart" |
4266 |
id="org.txm.rcpapplication.commands.function.ComputeSpecifictiesBarChart" |
4267 |
name="%command.name.109"> |
4268 |
</command>
|
4269 |
</extension>
|
4270 |
<extension
|
4271 |
id="links" |
4272 |
name="links" |
4273 |
point="org.eclipse.ui.commands"> |
4274 |
<command
|
4275 |
defaultHandler="org.txm.rcpapplication.commands.link.IndexToConcordance" |
4276 |
id="org.txm.rcpapplication.commands.link.IndexToConcordance" |
4277 |
name="%command.name.30"> |
4278 |
</command>
|
4279 |
<command
|
4280 |
defaultHandler="org.txm.rcpapplication.commands.link.CooccurrencesToConcordances" |
4281 |
id="org.txm.rcpapplication.commands.link.CooccurrencesToConcordances" |
4282 |
name="%command.name.41"> |
4283 |
</command>
|
4284 |
<command
|
4285 |
defaultHandler="org.txm.rcpapplication.commands.link.IndexToProgression" |
4286 |
id="org.txm.rcpapplication.commands.link.IndexToProgression" |
4287 |
name="%command.name.42"> |
4288 |
</command>
|
4289 |
<command
|
4290 |
defaultHandler="org.txm.rcpapplication.commands.link.IndexToLexicalTable" |
4291 |
id="org.txm.rcpapplication.commands.link.IndexToLexicalTable" |
4292 |
name="%command.name.43"> |
4293 |
</command>
|
4294 |
<command
|
4295 |
defaultHandler="org.txm.rcpapplication.commands.link.ReferencerToConc" |
4296 |
id="org.txm.rcpapplication.commands.link.ReferencerToConc" |
4297 |
name="%command.name.57"> |
4298 |
</command>
|
4299 |
<command
|
4300 |
defaultHandler="org.txm.rcpapplication.commands.link.LexiconToIndex" |
4301 |
id="org.txm.rcpapplication.commands.link.LexiconToIndex" |
4302 |
name="%command.name.58"> |
4303 |
</command>
|
4304 |
<command
|
4305 |
defaultHandler="org.txm.rcpapplication.commands.link.IndexToCooccurrence" |
4306 |
id="org.txm.rcpapplication.commands.link.IndexToCooccurrence" |
4307 |
name="%command.name.65"> |
4308 |
</command>
|
4309 |
<command
|
4310 |
defaultHandler="org.txm.rcpapplication.commands.link.ToConcordance" |
4311 |
id="org.txm.rcpapplication.commands.link.ToConcordance" |
4312 |
name="%command.name.75"> |
4313 |
</command>
|
4314 |
<command
|
4315 |
defaultHandler="org.txm.rcpapplication.commands.link.ToIndex" |
4316 |
id="org.txm.rcpapplication.commands.link.ToIndex" |
4317 |
name="%command.name.76"> |
4318 |
</command>
|
4319 |
<command
|
4320 |
defaultHandler="org.txm.rcpapplication.commands.link.ToProgression" |
4321 |
id="org.txm.rcpapplication.commands.link.ToProgression" |
4322 |
name="%command.name.77"> |
4323 |
</command>
|
4324 |
<command
|
4325 |
defaultHandler="org.txm.rcpapplication.commands.link.TextToConcordance" |
4326 |
id="org.txm.rcpapplication.commands.link.TextToConcordance" |
4327 |
name="%command.name.96"> |
4328 |
</command>
|
4329 |
<command
|
4330 |
defaultHandler="org.txm.rcpapplication.commands.editor.Copy" |
4331 |
id="org.txm.rcpapplication.commands.editor.Copy" |
4332 |
name="%command.name.55"> |
4333 |
</command>
|
4334 |
</extension>
|
4335 |
<extension
|
4336 |
id="views" |
4337 |
name="views" |
4338 |
point="org.eclipse.ui.commands"> |
4339 |
<command
|
4340 |
defaultHandler="org.txm.rcpapplication.commands.workspace.AddProject" |
4341 |
id="org.txm.rcpapplication.commands.workspace.AddProject" |
4342 |
name="%command.name.11"> |
4343 |
</command>
|
4344 |
<command
|
4345 |
defaultHandler="org.txm.rcpapplication.commands.workspace.RemoveProject" |
4346 |
id="org.txm.rcpapplication.commands.workspace.RemoveProject" |
4347 |
name="%command.name.12"> |
4348 |
</command>
|
4349 |
<command
|
4350 |
defaultHandler="org.txm.rcpapplication.commands.workspace.LoadBinaryCorpus" |
4351 |
id="org.txm.rcpapplication.commands.workspace.AddBase" |
4352 |
name="%command.name.13"> |
4353 |
</command>
|
4354 |
<command
|
4355 |
defaultHandler="org.txm.rcpapplication.commands.workspace.RemoveBase" |
4356 |
id="org.txm.rcpapplication.commands.workspace.RemoveBase" |
4357 |
name="%command.name.14"> |
4358 |
</command>
|
4359 |
<command
|
4360 |
defaultHandler="org.txm.rcpapplication.commands.workspace.AddText" |
4361 |
id="org.txm.rcpapplication.commands.workspace.AddText" |
4362 |
name="%command.name.15"> |
4363 |
</command>
|
4364 |
<command
|
4365 |
defaultHandler="org.txm.rcpapplication.commands.workspace.RemoveText" |
4366 |
id="org.txm.rcpapplication.commands.workspace.RemoveText" |
4367 |
name="%command.name.16"> |
4368 |
</command>
|
4369 |
<command
|
4370 |
defaultHandler="org.txm.rcpapplication.commands.workspace.BuildCorpus" |
4371 |
id="org.txm.rcpapplication.commands.workspace" |
4372 |
name="%command.name.17"> |
4373 |
</command>
|
4374 |
<command
|
4375 |
defaultHandler="org.txm.rcpapplication.commands.workspace.SetSearchEngine" |
4376 |
id="org.txm.rcpapplication.commands.workspace.SetSearchEngine" |
4377 |
name="%command.name.20"> |
4378 |
</command>
|
4379 |
<command
|
4380 |
defaultHandler="org.txm.rcpapplication.commands.queryview.Copy" |
4381 |
id="org.txm.rcpapplication.commands.queryview.Copy" |
4382 |
name="%command.name.55"> |
4383 |
</command>
|
4384 |
<command
|
4385 |
defaultHandler="org.txm.rcpapplication.commands.queryview.Paste" |
4386 |
id="org.txm.rcpapplication.commands.queryview.Paste" |
4387 |
name="%command.name.56"> |
4388 |
</command>
|
4389 |
<command
|
4390 |
defaultHandler="org.txm.rcpapplication.commands.R.CopySelection" |
4391 |
id="org.txm.rcpapplication.commands.R.CopySelection" |
4392 |
name="%command.name.64"> |
4393 |
</command>
|
4394 |
<command
|
4395 |
defaultHandler="org.txm.rcpapplication.commands.DownloadFile" |
4396 |
id="org.txm.rcpapplication.commands.DownloadFile" |
4397 |
name="%command.name.91"> |
4398 |
</command>
|
4399 |
<command
|
4400 |
defaultHandler="org.txm.rcpapplication.commands.krview.Copy" |
4401 |
id="org.txm.rcpapplication.commands.krview.Copy" |
4402 |
name="%command.name.101"> |
4403 |
</command>
|
4404 |
<command
|
4405 |
defaultHandler="org.txm.rcpapplication.commands.krview.Reload" |
4406 |
id="org.txm.rcpapplication.commands.krview.Reload" |
4407 |
name="%command.name.102"> |
4408 |
</command>
|
4409 |
<command
|
4410 |
defaultHandler="org.txm.rcpapplication.commands.krview.Informations" |
4411 |
id="org.txm.rcpapplication.commands.krview.Informations" |
4412 |
name="%command.name.103"> |
4413 |
</command>
|
4414 |
<command
|
4415 |
defaultHandler="org.txm.rcpapplication.commands.krview.Delete" |
4416 |
id="org.txm.rcpapplication.commands.krview.Delete" |
4417 |
name="%command.name.104"> |
4418 |
</command>
|
4419 |
<command
|
4420 |
defaultHandler="org.txm.rcpapplication.commands.krview.Add" |
4421 |
id="org.txm.rcpapplication.commands.krview.Add" |
4422 |
name="%command.name.105"> |
4423 |
</command>
|
4424 |
<command
|
4425 |
defaultHandler="org.txm.rcpapplication.commands.annotation.ExportStandoff" |
4426 |
id="org.txm.rcpapplication.commands.annotation.ExportStandoff" |
4427 |
name="%command.name.107"> |
4428 |
</command>
|
4429 |
</extension>
|
4430 |
<extension
|
4431 |
point="org.eclipse.core.expressions.definitions"> |
4432 |
<definition
|
4433 |
id="OneMainCorpusSelected"> |
4434 |
<with variable="selection"> |
4435 |
<iterate
|
4436 |
ifEmpty="false" |
4437 |
operator="and"> |
4438 |
<instanceof
|
4439 |
value="org.txm.searchengine.cqp.corpus.MainCorpus"> |
4440 |
</instanceof>
|
4441 |
</iterate>
|
4442 |
</with>
|
4443 |
</definition>
|
4444 |
<definition
|
4445 |
id="OneSubCorpusSelected"> |
4446 |
<with variable="selection"> |
4447 |
<iterate
|
4448 |
ifEmpty="false" |
4449 |
operator="and"> |
4450 |
<instanceof
|
4451 |
value="org.txm.searchengine.cqp.corpus.Subcorpus"> |
4452 |
</instanceof>
|
4453 |
</iterate>
|
4454 |
</with>
|
4455 |
</definition>
|
4456 |
<definition
|
4457 |
id="OneCorpusSelected"> |
4458 |
<with variable="selection"> |
4459 |
<iterate
|
4460 |
ifEmpty="false" |
4461 |
operator="and"> |
4462 |
<instanceof
|
4463 |
value="org.txm.searchengine.cqp.corpus.Corpus"> |
4464 |
</instanceof>
|
4465 |
</iterate>
|
4466 |
</with>
|
4467 |
</definition>
|
4468 |
<definition
|
4469 |
id="OnePartitionSelected"> |
4470 |
<with variable="selection"> |
4471 |
<iterate
|
4472 |
ifEmpty="false" |
4473 |
operator="and"> |
4474 |
<instanceof
|
4475 |
value="org.txm.searchengine.cqp.corpus.Partition"> |
4476 |
</instanceof>
|
4477 |
</iterate>
|
4478 |
</with>
|
4479 |
</definition>
|
4480 |
<definition
|
4481 |
id="OneFileSelected"> |
4482 |
<with
|
4483 |
variable="selection"> |
4484 |
<iterate
|
4485 |
ifEmpty="false" |
4486 |
operator="and"> |
4487 |
<instanceof
|
4488 |
value="java.io.File"> |
4489 |
</instanceof>
|
4490 |
</iterate>
|
4491 |
</with>
|
4492 |
</definition>
|
4493 |
<definition
|
4494 |
id="OneDirSelected"> |
4495 |
<and>
|
4496 |
<instanceof
|
4497 |
value="java.io.File"> |
4498 |
</instanceof>
|
4499 |
<test
|
4500 |
args="isDirectory()" |
4501 |
property="org.txm.rcpapplication.test2" |
4502 |
value="true"> |
4503 |
</test>
|
4504 |
</and>
|
4505 |
</definition>
|
4506 |
<definition
|
4507 |
id="OneConcordanceSelected"> |
4508 |
<with
|
4509 |
variable="selection"> |
4510 |
<iterate
|
4511 |
ifEmpty="false" |
4512 |
operator="and"> |
4513 |
<instanceof
|
4514 |
value="org.txm.functions.concordances.Concordance"> |
4515 |
</instanceof>
|
4516 |
</iterate>
|
4517 |
</with>
|
4518 |
</definition>
|
4519 |
<definition
|
4520 |
id="OneLexiconSelected"> |
4521 |
<with
|
4522 |
variable="selection"> |
4523 |
<iterate
|
4524 |
ifEmpty="false" |
4525 |
operator="and"> |
4526 |
<instanceof
|
4527 |
value="org.txm.searchengine.cqp.corpus.Lexicon"> |
4528 |
</instanceof>
|
4529 |
</iterate>
|
4530 |
</with>
|
4531 |
</definition>
|
4532 |
<definition
|
4533 |
id="OneSpecificitiesResultSelected"> |
4534 |
<with
|
4535 |
variable="selection"> |
4536 |
<iterate
|
4537 |
ifEmpty="false" |
4538 |
operator="and"> |
4539 |
<instanceof
|
4540 |
value="org.txm.functions.specificities.SpecificitesResult"> |
4541 |
</instanceof>
|
4542 |
</iterate>
|
4543 |
</with>
|
4544 |
</definition>
|
4545 |
<definition
|
4546 |
id="OneProjectSelected"> |
4547 |
<with
|
4548 |
variable="selection"> |
4549 |
<iterate
|
4550 |
ifEmpty="false" |
4551 |
operator="and"> |
4552 |
<instanceof
|
4553 |
value="org.txm.objects.Project"> |
4554 |
</instanceof>
|
4555 |
</iterate>
|
4556 |
</with>
|
4557 |
</definition>
|
4558 |
<definition
|
4559 |
id="OneBaseSelected"> |
4560 |
<with
|
4561 |
variable="selection"> |
4562 |
<iterate
|
4563 |
ifEmpty="false" |
4564 |
operator="and"> |
4565 |
<instanceof
|
4566 |
value="org.txm.objects.Base"> |
4567 |
</instanceof>
|
4568 |
</iterate>
|
4569 |
</with>
|
4570 |
</definition>
|
4571 |
<definition
|
4572 |
id="OneTextSelected"> |
4573 |
<with
|
4574 |
variable="selection"> |
4575 |
<iterate
|
4576 |
ifEmpty="false" |
4577 |
operator="and"> |
4578 |
<instanceof
|
4579 |
value="org.txm.objects.Text"> |
4580 |
</instanceof>
|
4581 |
</iterate>
|
4582 |
</with>
|
4583 |
</definition>
|
4584 |
<definition
|
4585 |
id="OneScriptSelected"> |
4586 |
<with
|
4587 |
variable="selection"> |
4588 |
<iterate
|
4589 |
ifEmpty="false" |
4590 |
operator="and"> |
4591 |
<instanceof
|
4592 |
value="org.txm.objects.Script"> |
4593 |
</instanceof>
|
4594 |
</iterate>
|
4595 |
</with>
|
4596 |
</definition>
|
4597 |
<definition
|
4598 |
id="OneCASelected"> |
4599 |
<with
|
4600 |
variable="selection"> |
4601 |
<iterate
|
4602 |
ifEmpty="false" |
4603 |
operator="and"> |
4604 |
<instanceof
|
4605 |
value="org.txm.functions.ca.CA"> |
4606 |
</instanceof>
|
4607 |
</iterate>
|
4608 |
</with>
|
4609 |
</definition>
|
4610 |
<definition
|
4611 |
id="OneResultSelected"> |
4612 |
<visibleWhen
|
4613 |
checkEnabled="false"> |
4614 |
<or>
|
4615 |
<reference
|
4616 |
definitionId="OneSpecificitiesResultSelected"> |
4617 |
</reference>
|
4618 |
<reference
|
4619 |
definitionId="OneCASelected"> |
4620 |
</reference>
|
4621 |
<reference
|
4622 |
definitionId="OneLexiconSelected"> |
4623 |
</reference>
|
4624 |
<reference
|
4625 |
definitionId="OneConcordanceSelected"> |
4626 |
</reference>
|
4627 |
<reference
|
4628 |
definitionId="OneIndexSelected"> |
4629 |
</reference>
|
4630 |
<reference
|
4631 |
definitionId="OneReferencerSelected"> |
4632 |
</reference>
|
4633 |
</or>
|
4634 |
</visibleWhen>
|
4635 |
</definition>
|
4636 |
<definition
|
4637 |
id="OneIndexSelected"> |
4638 |
<with
|
4639 |
variable="selection"> |
4640 |
<iterate
|
4641 |
ifEmpty="false" |
4642 |
operator="and"> |
4643 |
<instanceof
|
4644 |
value="org.txm.functions.index.Index"> |
4645 |
</instanceof>
|
4646 |
</iterate>
|
4647 |
</with>
|
4648 |
</definition>
|
4649 |
<definition
|
4650 |
id="SVGEditorActive"> |
4651 |
<with
|
4652 |
variable="activeEditorId"> |
4653 |
<equals
|
4654 |
value="org.txm.rcpapplication.editors.SVGGraphicEditor"> |
4655 |
</equals>
|
4656 |
</with>
|
4657 |
</definition>
|
4658 |
<definition
|
4659 |
id="OneTxmObjectSelected"> |
4660 |
<with
|
4661 |
variable="selection"> |
4662 |
<iterate
|
4663 |
ifEmpty="false" |
4664 |
operator="and"> |
4665 |
<instanceof
|
4666 |
value="org.txm.objects.TxmObject"> |
4667 |
</instanceof>
|
4668 |
</iterate>
|
4669 |
</with>
|
4670 |
</definition>
|
4671 |
<definition
|
4672 |
id="OneLexicalTableSelected"> |
4673 |
<with
|
4674 |
variable="selection"> |
4675 |
<iterate
|
4676 |
ifEmpty="false" |
4677 |
operator="and"> |
4678 |
<instanceof
|
4679 |
value="org.txm.stat.data.LexicalTable"> |
4680 |
</instanceof>
|
4681 |
</iterate>
|
4682 |
</with>
|
4683 |
</definition>
|
4684 |
<definition
|
4685 |
id="OneCooccurrenceSelected"> |
4686 |
<with
|
4687 |
variable="selection"> |
4688 |
<iterate
|
4689 |
ifEmpty="false" |
4690 |
operator="and"> |
4691 |
<instanceof
|
4692 |
value="org.txm.functions.cooccurrences.Cooccurrence"> |
4693 |
</instanceof>
|
4694 |
</iterate>
|
4695 |
</with>
|
4696 |
</definition>
|
4697 |
<definition
|
4698 |
id="OneReferencerSelected"> |
4699 |
<with
|
4700 |
variable="selection"> |
4701 |
<iterate
|
4702 |
ifEmpty="false" |
4703 |
operator="and"> |
4704 |
<instanceof
|
4705 |
value="org.txm.functions.referencer.Referencer"> |
4706 |
</instanceof>
|
4707 |
</iterate>
|
4708 |
</with>
|
4709 |
</definition>
|
4710 |
<definition
|
4711 |
id="OneProgressionSelected"> |
4712 |
<with
|
4713 |
variable="selection"> |
4714 |
<iterate
|
4715 |
ifEmpty="false" |
4716 |
operator="and"> |
4717 |
<instanceof
|
4718 |
value="org.txm.functions.progression.Progression"> |
4719 |
</instanceof>
|
4720 |
</iterate>
|
4721 |
</with>
|
4722 |
</definition>
|
4723 |
<definition
|
4724 |
id="OneQueryLogSelected"> |
4725 |
<with
|
4726 |
variable="selection"> |
4727 |
<iterate
|
4728 |
ifEmpty="false" |
4729 |
operator="and"> |
4730 |
<instanceof
|
4731 |
value="org.txm.objects.QueryLog"> |
4732 |
</instanceof>
|
4733 |
</iterate>
|
4734 |
</with>
|
4735 |
</definition>
|
4736 |
<definition
|
4737 |
id="SpecificitiesEditorActive"> |
4738 |
<with
|
4739 |
variable="activePartId"> |
4740 |
<equals
|
4741 |
value="org.txm.rcpapplication.editors.specificities.SpecificitiesTableEditor"> |
4742 |
</equals>
|
4743 |
</with>
|
4744 |
</definition>
|
4745 |
<definition
|
4746 |
id="RPerspectiveSelected"> |
4747 |
<with
|
4748 |
variable="activeWorkbenchWindow.activePerspective"> |
4749 |
<equals
|
4750 |
value="org.txm.rcpapplication.perspective.RPerspective"> |
4751 |
</equals>
|
4752 |
</with>
|
4753 |
</definition>
|
4754 |
<definition
|
4755 |
id="OneCAHSelected"> |
4756 |
<with
|
4757 |
variable="selection"> |
4758 |
<iterate
|
4759 |
ifEmpty="false" |
4760 |
operator="and"> |
4761 |
<instanceof
|
4762 |
value="org.txm.functions.classification.CAH"> |
4763 |
</instanceof>
|
4764 |
</iterate>
|
4765 |
</with>
|
4766 |
</definition>
|
4767 |
<definition
|
4768 |
id="StatEngineReady"> |
4769 |
<test
|
4770 |
forcePluginActivation="true" |
4771 |
property="org.txm.rcp.testers.ToolboxTester" |
4772 |
value="StateEngineReady"> |
4773 |
</test>
|
4774 |
</definition>
|
4775 |
<definition
|
4776 |
id="OneIndexSelected"> |
4777 |
<with
|
4778 |
variable="selection"> |
4779 |
<iterate
|
4780 |
ifEmpty="false" |
4781 |
operator="and"> |
4782 |
<instanceof
|
4783 |
value="org.txm.functions.index.Index"> |
4784 |
</instanceof>
|
4785 |
</iterate>
|
4786 |
</with>
|
4787 |
</definition>
|
4788 |
|
4789 |
<definition
|
4790 |
id="OneTXMResultSelected"> |
4791 |
<with
|
4792 |
variable="selection"> |
4793 |
<iterate
|
4794 |
ifEmpty="false" |
4795 |
operator="and"> |
4796 |
<instanceof
|
4797 |
value="org.txm.functions.TXMResult"> |
4798 |
</instanceof>
|
4799 |
</iterate>
|
4800 |
</with>
|
4801 |
</definition>
|
4802 |
<definition
|
4803 |
id="LabPerspectiveSelected"> |
4804 |
<with
|
4805 |
variable="activeWorkbenchWindow.activePerspective"> |
4806 |
<equals
|
4807 |
value="org.txm.rcpapplication.perspective.LabPerspective"> |
4808 |
</equals>
|
4809 |
</with>
|
4810 |
</definition>
|
4811 |
<definition
|
4812 |
id="WasNotFirstTXMRun"> |
4813 |
<systemTest
|
4814 |
property="org.txm.rcp.wasfirstrun" |
4815 |
value="false"> |
4816 |
</systemTest>
|
4817 |
</definition>
|
4818 |
<definition
|
4819 |
id="OneICAComputableSelected"> |
4820 |
<with
|
4821 |
variable="selection"> |
4822 |
<iterate
|
4823 |
ifEmpty="false" |
4824 |
operator="and"> |
4825 |
<instanceof
|
4826 |
value="org.txm.functions.ca.ICAComputable"> |
4827 |
</instanceof>
|
4828 |
</iterate>
|
4829 |
</with>
|
4830 |
</definition>
|
4831 |
<definition
|
4832 |
id="OneLexicalTableAbleSelected"> |
4833 |
<with
|
4834 |
variable="selection"> |
4835 |
<iterate
|
4836 |
ifEmpty="false" |
4837 |
operator="and"> |
4838 |
<instanceof
|
4839 |
value="org.txm.functions.LexicalTableAble"> |
4840 |
</instanceof>
|
4841 |
</iterate>
|
4842 |
</with>
|
4843 |
</definition>
|
4844 |
<definition
|
4845 |
id="OneKRSelected"> |
4846 |
<with
|
4847 |
variable="selection"> |
4848 |
<iterate
|
4849 |
ifEmpty="false" |
4850 |
operator="and"> |
4851 |
<instanceof
|
4852 |
value="org.txm.annotation.KnowledgeRepository"> |
4853 |
</instanceof>
|
4854 |
</iterate>
|
4855 |
</with>
|
4856 |
</definition>
|
4857 |
<definition
|
4858 |
id="OneLocalKRSelected"> |
4859 |
<with
|
4860 |
variable="selection"> |
4861 |
<iterate
|
4862 |
ifEmpty="false" |
4863 |
operator="and"> |
4864 |
<instanceof
|
4865 |
value="org.txm.annotation.repository.LocalKnowledgeRepository"> |
4866 |
</instanceof>
|
4867 |
</iterate>
|
4868 |
</with>
|
4869 |
</definition>
|
4870 |
<definition
|
4871 |
id="OneAnnotationTypeSelected"> |
4872 |
<with
|
4873 |
variable="selection"> |
4874 |
<iterate
|
4875 |
ifEmpty="false" |
4876 |
operator="and"> |
4877 |
<instanceof
|
4878 |
value="org.txm.annotation.repository.AnnotationType"> |
4879 |
</instanceof>
|
4880 |
</iterate>
|
4881 |
</with>
|
4882 |
</definition>
|
4883 |
<definition
|
4884 |
id="OneTypedValueSelected"> |
4885 |
<with
|
4886 |
variable="selection"> |
4887 |
<iterate
|
4888 |
ifEmpty="false" |
4889 |
operator="and"> |
4890 |
<instanceof
|
4891 |
value="org.txm.annotation.repository.TypedValue"> |
4892 |
</instanceof>
|
4893 |
</iterate>
|
4894 |
</with>
|
4895 |
</definition>
|
4896 |
<definition
|
4897 |
id="NeedToSaveAnnotations"> |
4898 |
<test
|
4899 |
forcePluginActivation="true" |
4900 |
property="org.txm.rcp.testers.annotate.canSave"> |
4901 |
</test>
|
4902 |
</definition>
|
4903 |
<definition
|
4904 |
id="ExpertEnabled"> |
4905 |
<test
|
4906 |
forcePluginActivation="true" |
4907 |
property="org.txm.rcp.testers.ExpertEnabled"> |
4908 |
</test>
|
4909 |
</definition>
|
4910 |
<definition
|
4911 |
id="IsXTZCorpus"> |
4912 |
<test
|
4913 |
forcePluginActivation="true" |
4914 |
property="org.txm.rcp.testers.corpus.xtzCorpus"> |
4915 |
</test>
|
4916 |
</definition>
|
4917 |
<definition
|
4918 |
id="TextEditorActive"> |
4919 |
<with
|
4920 |
variable="activePartId"> |
4921 |
<equals
|
4922 |
value="org.txm.rcpapplication.editors.TxtEditor"> |
4923 |
</equals>
|
4924 |
</with>
|
4925 |
</definition>
|
4926 |
</extension>
|
4927 |
<extension
|
4928 |
point="org.eclipse.help.contexts"> |
4929 |
<contexts
|
4930 |
file="contexts.xml"> |
4931 |
</contexts>
|
4932 |
</extension>
|
4933 |
|
4934 |
<extension
|
4935 |
point="org.eclipse.ui.popupMenus"> |
4936 |
<viewerContribution
|
4937 |
id="projmenu" |
4938 |
targetID="org.txm.rcpapplication.views.BasesView"> |
4939 |
</viewerContribution>
|
4940 |
</extension>
|
4941 |
|
4942 |
<extension
|
4943 |
point="org.eclipse.ui.splashHandlers"> |
4944 |
<splashHandler
|
4945 |
class="org.txm.rcpapplication.AbstractSplashHandler2" |
4946 |
id="org.txm.rcpapplication.splashHandler2"> |
4947 |
</splashHandler>
|
4948 |
<splashHandlerProductBinding
|
4949 |
productId="org.txm.rcpapplication.product" |
4950 |
splashId="org.txm.rcpapplication.splash"> |
4951 |
</splashHandlerProductBinding>
|
4952 |
</extension>
|
4953 |
<extension
|
4954 |
point="org.eclipse.ui.decorators"> |
4955 |
<decorator
|
4956 |
class="org.txm.rcpapplication.decorators.RDecorator" |
4957 |
icon="icons/decorators/R.png" |
4958 |
id="org.txm.rcpapplication.decorators.RDecorator" |
4959 |
label="%decorator.label" |
4960 |
lightweight="false" |
4961 |
location="TOP_LEFT" |
4962 |
objectClass="java.lang.Object" |
4963 |
state="true"> |
4964 |
</decorator>
|
4965 |
</extension>
|
4966 |
<extension
|
4967 |
point="org.eclipse.core.expressions.propertyTesters"> |
4968 |
<propertyTester
|
4969 |
class="org.txm.rcp.testers.ToolboxTester" |
4970 |
id="org.txm.rcp.testers.ToolboxTester" |
4971 |
namespace="org.txm.rcp.testers" |
4972 |
properties="StatEngineReady" |
4973 |
type="java.lang.Object"> |
4974 |
</propertyTester>
|
4975 |
<propertyTester
|
4976 |
class="org.txm.rcp.testers.IsCorpusAnnotated" |
4977 |
id="org.txm.rcp.testers.IsCorpusAnnotated" |
4978 |
namespace="org.txm.rcp.testers.annotate" |
4979 |
properties="canSave" |
4980 |
type="java.lang.Object"> |
4981 |
</propertyTester>
|
4982 |
<propertyTester
|
4983 |
class="org.txm.rcp.testers.ExpertEnabled" |
4984 |
id="org.txm.rcp.testers.ExpertEnabled" |
4985 |
namespace="org.txm.rcp.testers" |
4986 |
properties="ExpertEnabled" |
4987 |
type="java.lang.Object"> |
4988 |
</propertyTester>
|
4989 |
<propertyTester
|
4990 |
class="org.txm.rcp.testers.IsXTZCorpus" |
4991 |
id="org.txm.rcp.testers.IsXTZCorpus" |
4992 |
namespace="org.txm.rcp.testers.corpus" |
4993 |
properties="xtzCorpus" |
4994 |
type="java.lang.Object"> |
4995 |
</propertyTester>
|
4996 |
</extension>
|
4997 |
<extension
|
4998 |
point="org.eclipse.ui.bindings"> |
4999 |
<key
|
5000 |
commandId="org.txm.rcpapplication.commands.ExecuteText" |
5001 |
contextId="org.eclipse.ui.contexts.window" |
5002 |
schemeId="org.txm.rcp.scheme" |
5003 |
sequence="F11"> |
5004 |
</key>
|
5005 |
<key
|
5006 |
commandId="org.txm.rcpapplication.commands.ExecuteScript" |
5007 |
contextId="org.eclipse.ui.contexts.window" |
5008 |
schemeId="org.txm.rcp.scheme" |
5009 |
sequence="M1+F11"> |
5010 |
</key>
|
5011 |
<key
|
5012 |
commandId="org.txm.rcpapplication.commands.ExecuteLastGroovyScript" |
5013 |
contextId="org.eclipse.ui.contexts.window" |
5014 |
schemeId="org.txm.rcp.scheme" |
5015 |
sequence="F12"> |
5016 |
</key>
|
5017 |
<scheme
|
5018 |
description="%scheme.description" |
5019 |
id="org.txm.rcp.scheme" |
5020 |
name="%scheme.name" |
5021 |
parentId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
5022 |
</scheme>
|
5023 |
<key
|
5024 |
commandId="org.txm.rcpapplication.commands.krview.Add" |
5025 |
contextId="org.txm.rcp.annotation.krview" |
5026 |
schemeId="org.txm.rcp.scheme" |
5027 |
sequence="Ctrl+A"> |
5028 |
</key>
|
5029 |
<key
|
5030 |
commandId="org.txm.rcpapplication.commands.krview.Reload" |
5031 |
contextId="org.txm.rcp.annotation.krview" |
5032 |
schemeId="org.txm.rcp.scheme" |
5033 |
sequence="Ctrl+R"> |
5034 |
</key>
|
5035 |
<key
|
5036 |
commandId="org.txm.rcpapplication.commands.krview.Informations" |
5037 |
contextId="org.txm.rcp.annotation.krview" |
5038 |
schemeId="org.txm.rcp.scheme" |
5039 |
sequence="Ctrl+I"> |
5040 |
</key>
|
5041 |
<key
|
5042 |
commandId="org.txm.rcpapplication.commands.krview.Copy" |
5043 |
contextId="org.txm.rcp.annotation.krview" |
5044 |
schemeId="org.txm.rcp.scheme" |
5045 |
sequence="Ctrl+C"> |
5046 |
</key>
|
5047 |
<key
|
5048 |
commandId="org.txm.rcpapplication.commands.krview.Delete" |
5049 |
contextId="org.txm.rcp.annotation.krview" |
5050 |
schemeId="org.txm.rcp.scheme" |
5051 |
sequence="Ctrl+D"> |
5052 |
</key>
|
5053 |
</extension>
|
5054 |
<extension
|
5055 |
point="org.eclipse.e4.ui.css.swt.theme"> |
5056 |
<theme
|
5057 |
basestylesheeturi="css/default_linux.css" |
5058 |
id="org.txm.rcp.theme.default.linux" |
5059 |
label="TXM" |
5060 |
os="linux"> |
5061 |
</theme>
|
5062 |
<theme
|
5063 |
basestylesheeturi="css/default_windows.css" |
5064 |
id="org.txm.rcp.theme.default.windows" |
5065 |
label="TXM" |
5066 |
os="win32"> |
5067 |
</theme>
|
5068 |
<theme
|
5069 |
basestylesheeturi="css/default_mac.css" |
5070 |
id="org.txm.rcp.theme.default.mac" |
5071 |
label="TXM" |
5072 |
os="macosx"> |
5073 |
</theme>
|
5074 |
</extension>
|
5075 |
<extension
|
5076 |
point="org.eclipse.ui.newWizards"> |
5077 |
<category
|
5078 |
id="org.txm.rcp.wizard.new" |
5079 |
name="%category.name.1"> |
5080 |
</category>
|
5081 |
<wizard
|
5082 |
category="org.txm.rcp.wizard.new" |
5083 |
class="org.txm.rcp.wizard.NewCorpusWizard" |
5084 |
finalPerspective="org.txm.rcpapplication.perspective.TXMPerspective" |
5085 |
icon="icons/objects/books.png" |
5086 |
id="org.txm.rcp.wizard.corpus" |
5087 |
name="%wizard.name" |
5088 |
project="true"> |
5089 |
<description>
|
5090 |
%wizard.description |
5091 |
</description>
|
5092 |
</wizard>
|
5093 |
</extension>
|
5094 |
<extension
|
5095 |
point="org.eclipse.ui.exportWizards"> |
5096 |
<wizard
|
5097 |
category="org.txm.rcp.wizard.export" |
5098 |
class="org.txm.rcp.wizard.ExportCorpusWizard" |
5099 |
finalPerspective="org.txm.rcpapplication.perspective.TXMPerspective" |
5100 |
icon="icons/functions/Compress.png" |
5101 |
id="org.txm.rcp.wizard.corpus" |
5102 |
name="%wizard.name.0" |
5103 |
project="true"> |
5104 |
<description>
|
5105 |
%wizard.description.0 |
5106 |
</description>
|
5107 |
</wizard>
|
5108 |
<category
|
5109 |
id="org.txm.rcp.wizard.export" |
5110 |
name="%category.name.2"> |
5111 |
</category>
|
5112 |
</extension>
|
5113 |
<extension
|
5114 |
point="org.eclipse.ui.importWizards"> |
5115 |
<wizard
|
5116 |
category="org.txm.rcp.wizard.import" |
5117 |
class="org.txm.rcp.wizard.ImportCorpusWizard" |
5118 |
finalPerspective="org.txm.rcpapplication.perspective.TXMPerspective" |
5119 |
icon="icons/objects/corpus.png" |
5120 |
id="org.txm.rcp.wizard.corpus" |
5121 |
name="%wizard.name.1" |
5122 |
project="true"> |
5123 |
<description>
|
5124 |
%wizard.description.1 |
5125 |
</description>
|
5126 |
</wizard>
|
5127 |
<category
|
5128 |
id="org.txm.rcp.wizard.import" |
5129 |
name="%category.name.3"> |
5130 |
</category>
|
5131 |
</extension>
|
5132 |
<extension
|
5133 |
point="org.eclipse.ui.contexts"> |
5134 |
<context
|
5135 |
description="%context.description" |
5136 |
id="org.txm.rcp.annotation.krview" |
5137 |
name="%context.name"> |
5138 |
</context>
|
5139 |
</extension>
|
5140 |
</plugin>
|