root / TXM / trunk / org.txm.rcp / plugin.xml @ 3422
Historique | Voir | Annoter | Télécharger (129 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.editors.TXMEditorExtension" name="%extension-point.name.0" schema="schema/org.txm.rcp.editors.TXMEditorExtension.exsd"/> |
6 |
<extension-point id="org.txm.rcp.importsection" name="Import parameter section" schema="schema/org.txm.rcp.importsection.exsd"/> |
7 |
|
8 |
<extension
|
9 |
id="Application" |
10 |
point="org.eclipse.core.runtime.applications"> |
11 |
<application
|
12 |
icon="icons/logo/TXM_logo.png"> |
13 |
<run
|
14 |
class="org.txm.rcp.Application"> |
15 |
</run>
|
16 |
</application>
|
17 |
</extension>
|
18 |
<extension
|
19 |
point="org.eclipse.ui.perspectives"> |
20 |
<perspective
|
21 |
class="org.txm.rcp.perspective.TXMPerspective" |
22 |
icon="icons/objects/corpus.png" |
23 |
id="org.txm.rcp.perspective.TXMPerspective" |
24 |
name="%perspective.name"> |
25 |
</perspective>
|
26 |
</extension>
|
27 |
<extension
|
28 |
id="product" |
29 |
point="org.eclipse.core.runtime.products"> |
30 |
<product
|
31 |
application="org.txm.rcp.Application" |
32 |
description="%product.description" |
33 |
name="TXM 0.8.2"> |
34 |
<property
|
35 |
name="appName" |
36 |
value="TXM 0.8.2"> |
37 |
</property>
|
38 |
<property
|
39 |
name="windowImages" |
40 |
value="icons/logo/TXM logo 16x16.png,icons/logo/TXM_logo.png,icons/logo/TXM logo 48x48.png,icons/logo/TXM_logo_64x64.png,icons/logo/TXM logo 128x128.png,icons/logo/TXM logo 256x256.png"> |
41 |
</property>
|
42 |
<property
|
43 |
name="startupForegroundColor" |
44 |
value="000000"> |
45 |
</property>
|
46 |
<property
|
47 |
name="startupMessageRect" |
48 |
value="13,312,290,20"> |
49 |
</property>
|
50 |
<property
|
51 |
name="aboutImage" |
52 |
value="icons/logo/about TXM.png"> |
53 |
</property>
|
54 |
<property
|
55 |
name="aboutText" |
56 |
value="[Contrat d'utilisation du logiciel TXM]

TXM 0.8.2 Copyright © 2010-2021 ENS de Lyon, University of Franche-Comté, CNRS

<English version below>

EN ACCEPTANT CETTE INSTALLATION OU 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

[TXM Software User Agreement]

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>"> |
57 |
</property>
|
58 |
<property
|
59 |
name="startupProgressRect" |
60 |
value="13,332,290,15"> |
61 |
</property>
|
62 |
<property
|
63 |
name="cssTheme" |
64 |
value="org.txm.rcp.theme.default.linux2"> |
65 |
</property>
|
66 |
<property
|
67 |
name="preferenceCustomization" |
68 |
value="plugin_customization.ini"> |
69 |
</property>
|
70 |
</product>
|
71 |
</extension>
|
72 |
<extension
|
73 |
point="org.eclipse.ui.perspectiveExtensions"> |
74 |
<perspectiveExtension targetID="org.eclipse.ui.resourcePerspective"> |
75 |
<view
|
76 |
closeable="false" |
77 |
id="org.txm.rcp.views.corpora.CorporaView" |
78 |
ratio="0.5" |
79 |
relationship="right" |
80 |
relative="org.eclipse.ui.views.TaskList" |
81 |
showTitle="true"/> |
82 |
<view
|
83 |
closeable="true" |
84 |
id="org.eclipse.ui.views.ProgressView" |
85 |
ratio="0.5" |
86 |
relationship="bottom" |
87 |
showTitle="true" |
88 |
visible="true"> |
89 |
</view>
|
90 |
<view
|
91 |
closeable="true" |
92 |
id="org.txm.rcp.views.GroovyConsole" |
93 |
minimized="false" |
94 |
ratio="0.5" |
95 |
relationship="bottom" |
96 |
visible="true"> |
97 |
</view>
|
98 |
</perspectiveExtension>
|
99 |
</extension>
|
100 |
<extension
|
101 |
point="org.eclipse.ui.views"> |
102 |
<category
|
103 |
id="org.txm.rcp" |
104 |
name="%category.name"/> |
105 |
<view
|
106 |
category="org.txm.rcp" |
107 |
class="org.txm.rcp.views.corpora.CorporaView" |
108 |
icon="icons/objects/corpus.png" |
109 |
id="org.txm.rcp.views.corpora.CorporaView" |
110 |
name="%view.name"/> |
111 |
<view
|
112 |
allowMultiple="false" |
113 |
category="org.eclipse.ui" |
114 |
class="org.eclipse.ui.ExtensionFactory:progressView" |
115 |
id="org.eclipse.ui.views.ProgressView" |
116 |
name="%view.name.0" |
117 |
restorable="true"> |
118 |
</view>
|
119 |
<view
|
120 |
allowMultiple="false" |
121 |
category="org.txm.rcp" |
122 |
class="org.txm.rcp.views.fileexplorer.Explorer" |
123 |
icon="icons/objects/folder.png" |
124 |
id="org.txm.rcp.views.fileexplorer.Explorer" |
125 |
name="%view.name.1" |
126 |
restorable="true"> |
127 |
</view>
|
128 |
<view
|
129 |
category="org.txm.rcp.debug" |
130 |
class="org.txm.rcp.views.SummaryView" |
131 |
id="org.txm.rcp.views.InternalCorpusView" |
132 |
name="%view.name.7" |
133 |
restorable="true"> |
134 |
</view>
|
135 |
<view
|
136 |
allowMultiple="false" |
137 |
category="org.txm.rcp" |
138 |
class="org.txm.rcp.views.fileexplorer.MacroExplorer" |
139 |
icon="icons/objects/script.png" |
140 |
id="org.txm.rcp.views.fileexplorer.MacroExplorer" |
141 |
name="%view.name.8" |
142 |
restorable="true"> |
143 |
</view>
|
144 |
<view
|
145 |
category="org.txm.rcp.debug" |
146 |
class="org.txm.rcp.views.cmdparameters.TXMResultParametersView" |
147 |
icon="icons/functions/Properties.png" |
148 |
id="org.txm.rcp.views.cmdparameters.ParametersView" |
149 |
name="Parameters panel" |
150 |
restorable="true"> |
151 |
</view>
|
152 |
<view
|
153 |
category="org.txm.rcp.debug" |
154 |
class="org.txm.rcp.views.debug.TXMResultDebugView" |
155 |
icon="icons/debug.png" |
156 |
id="org.txm.rcp.views.debug.TXMResultDebugView" |
157 |
name="%view.name.12" |
158 |
restorable="true"> |
159 |
</view>
|
160 |
<view
|
161 |
category="org.txm.rcp.debug" |
162 |
class="org.txm.rcp.views.debug.TXMEditorSWTDebugView" |
163 |
icon="platform:/plugin/org.txm.core/res/org/txm/images/icons/help.png" |
164 |
id="org.txm.rcp.views.debug.TXMEditorSWTDebugView" |
165 |
name="%view.name.13" |
166 |
restorable="true"> |
167 |
</view>
|
168 |
<view
|
169 |
allowMultiple="false" |
170 |
category="org.txm.rcp.debug" |
171 |
class="org.txm.rcp.views.debug.EnginesDebugView" |
172 |
icon="icons/functions/parameters.png" |
173 |
id="org.txm.rcp.views.debug.EnginesDebugView" |
174 |
name="%view.name.10" |
175 |
restorable="true"> |
176 |
</view>
|
177 |
<category
|
178 |
id="org.txm.rcp.debug" |
179 |
name="%category.name.7" |
180 |
parentCategory="org.txm.rcp"> |
181 |
</category>
|
182 |
<view
|
183 |
category="org.txm.rcp" |
184 |
class="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView" |
185 |
icon="icons/functions/Properties.png" |
186 |
id="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView" |
187 |
name="Parameters" |
188 |
restorable="true"> |
189 |
</view>
|
190 |
</extension>
|
191 |
<extension
|
192 |
point="org.eclipse.core.runtime.adapters"> |
193 |
<factory
|
194 |
adaptableType="org.txm.searchengine.cqp.corpus.CorpusManager" |
195 |
class="org.txm.rcp.AdapterFactory"> |
196 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
197 |
</factory>
|
198 |
<factory
|
199 |
adaptableType="org.txm.core.results.TXMResult" |
200 |
class="org.txm.rcp.adapters.DefaultAdapterFactory"> |
201 |
<adapter
|
202 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
203 |
</adapter>
|
204 |
<adapter
|
205 |
type="org.eclipse.ui.model.IWorkbenchAdapter2"> |
206 |
</adapter>
|
207 |
</factory>
|
208 |
<factory
|
209 |
adaptableType="org.txm.objects.Project" |
210 |
class="org.txm.rcp.adapters.ProjectAdapterFactory"> |
211 |
<adapter
|
212 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
213 |
</adapter>
|
214 |
</factory>
|
215 |
<factory
|
216 |
adaptableType="org.eclipse.core.resources.IProject" |
217 |
class="org.txm.rcp.adapters.RCPProjectAdapterFactory"> |
218 |
<adapter
|
219 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
220 |
</adapter>
|
221 |
</factory>
|
222 |
|
223 |
|
224 |
|
225 |
|
226 |
|
227 |
|
228 |
</extension>
|
229 |
<extension
|
230 |
point="org.eclipse.ui.editors"> |
231 |
<editor
|
232 |
class="org.txm.rcp.editors.SVGGraphicEditor" |
233 |
default="false" |
234 |
id="org.txm.rcp.editors.SVGGraphicEditor" |
235 |
name="SVG"/> |
236 |
<editor
|
237 |
class="org.txm.rcp.editors.TXMMultiPageEditor" |
238 |
default="false" |
239 |
id="org.txm.rcp.editors.GenericMultiPageEditor" |
240 |
name="%editor.name.1"> |
241 |
</editor>
|
242 |
<editor
|
243 |
class="org.txm.rcp.editors.TxtEditor" |
244 |
contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor" |
245 |
default="false" |
246 |
icon="icons/objects/file.png" |
247 |
id="org.txm.rcp.editors.TxtEditor" |
248 |
name="%editor.name.4"> |
249 |
</editor>
|
250 |
<editor
|
251 |
class="org.txm.rcp.editors.TXMBrowserEditor" |
252 |
default="false" |
253 |
icon="icons/objects/edition.png" |
254 |
id="org.txm.rcp.editors.TXMBrowserEditor" |
255 |
name="%editor.name.5"> |
256 |
</editor>
|
257 |
<editor
|
258 |
class="org.txm.rcp.editors.objectexplorer.ObjectExplorer" |
259 |
default="false" |
260 |
id="org.txm.rcp.editors.ObjectExplorer" |
261 |
name="%editor.name.6"> |
262 |
</editor>
|
263 |
<editor
|
264 |
class="org.txm.rcp.editors.imports.ImportFormEditor" |
265 |
default="false" |
266 |
icon="icons/objects/books.png" |
267 |
id="org.txm.rcp.editors.imports.ImportFormEditor" |
268 |
name="%editor.name.15"> |
269 |
</editor>
|
270 |
<editor
|
271 |
class="org.txm.rcp.editors.TXMEditor" |
272 |
default="false" |
273 |
id="org.txm.rcp.editors.TXMEditor" |
274 |
name="%editor.name.2"> |
275 |
</editor>
|
276 |
</extension>
|
277 |
<extension
|
278 |
point="org.eclipse.core.runtime.preferences"> |
279 |
<initializer
|
280 |
class="org.txm.rcp.preferences.RCPPreferences"> |
281 |
</initializer>
|
282 |
</extension>
|
283 |
<extension
|
284 |
point="org.eclipse.ui.preferencePages"> |
285 |
<page
|
286 |
category="org.txm.rcp.preferences.TXMMainPreferencePage" |
287 |
class="org.txm.rcp.preferences.UserPreferencePage" |
288 |
id="org.txm.rcp.preferences.UserPreferencePage" |
289 |
name="%page.name"> |
290 |
</page>
|
291 |
<page
|
292 |
category="org.txm.rcp.preferences.TXMMainPreferencePage" |
293 |
class="org.txm.rcp.preferences.AdvancedPreferencePage" |
294 |
id="org.txm.rcp.preferences.AdvancePreferencePage" |
295 |
name="%page.name.0"> |
296 |
</page>
|
297 |
<page
|
298 |
class="org.txm.rcp.preferences.TXMMainPreferencePage" |
299 |
id="org.txm.rcp.preferences.TXMMainPreferencePage" |
300 |
name="%page.name.6"> |
301 |
</page>
|
302 |
<page
|
303 |
category="org.txm.rcp.preferences.AdvancePreferencePage" |
304 |
class="org.txm.rcp.preferences.NLPPreferencePage" |
305 |
id="org.txm.rcp.preferences.NLPPreferencePage" |
306 |
name="%page.name.8"> |
307 |
</page>
|
308 |
<page
|
309 |
category="org.txm.rcp.preferences.UserPreferencePage" |
310 |
class="org.txm.rcp.preferences.ScriptPreferencePage" |
311 |
id="org.txm.rcp.preferences.ScriptPreferencePage" |
312 |
name="%page.name.18"> |
313 |
</page>
|
314 |
<page
|
315 |
category="org.txm.rcp.preferences.UserPreferencePage" |
316 |
class="org.txm.rcp.preferences.ExportPreferencePage" |
317 |
id="org.txm.rcp.preferences.ExportPreferencePage" |
318 |
name="%page.name.12"> |
319 |
</page>
|
320 |
<page
|
321 |
category="org.txm.rcp.preferences.UserPreferencePage" |
322 |
class="org.txm.rcp.preferences.FileExplorerPreferencePage" |
323 |
id="org.txm.rcp.preferences.FileExplorerPreferencePage" |
324 |
name="%page.name.2"> |
325 |
</page>
|
326 |
<page
|
327 |
category="org.txm.rcp.preferences.UserPreferencePage" |
328 |
class="org.txm.rcp.preferences.ImportPreferencePage" |
329 |
id="org.txm.rcp.preferences.ImportPreferencePage" |
330 |
name="%page.name.19"> |
331 |
</page>
|
332 |
<page
|
333 |
category="org.txm.rcp.preferences.AdvancePreferencePage" |
334 |
class="org.txm.rcp.preferences.DebugPreferencePage" |
335 |
id="DebugPreferencePage" |
336 |
name="%page.name.1"> |
337 |
</page>
|
338 |
</extension>
|
339 |
<extension
|
340 |
point="org.eclipse.ui.menus"> |
341 |
<menuContribution
|
342 |
locationURI="menu:org.eclipse.ui.main.menu"> |
343 |
<menu
|
344 |
id="menu.file" |
345 |
label="%menu.label"> |
346 |
<separator
|
347 |
name="menu.file.separator.import" |
348 |
visible="true"> |
349 |
</separator>
|
350 |
<menu
|
351 |
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/import_wiz.png" |
352 |
id="menu.file.import" |
353 |
label="%menu.label.0"> |
354 |
<command
|
355 |
commandId="org.txm.rcp.commands.ImportSelectedText" |
356 |
label="%command.label.60" |
357 |
style="push" |
358 |
tooltip="%command.tooltip.27"> |
359 |
</command>
|
360 |
<command
|
361 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
362 |
label="%command.label.78" |
363 |
style="push" |
364 |
tooltip="%command.tooltip.45"> |
365 |
<parameter
|
366 |
name="org.txm.rcp.commands.commandParameter3" |
367 |
value="txt/txtLoader.groovy"> |
368 |
</parameter>
|
369 |
</command>
|
370 |
<command
|
371 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
372 |
label="%command.label.87" |
373 |
style="push" |
374 |
tooltip="%command.tooltip.66"> |
375 |
<parameter
|
376 |
name="org.txm.rcp.commands.commandParameter3" |
377 |
value="doc/docLoader.groovy"> |
378 |
</parameter>
|
379 |
</command>
|
380 |
<separator
|
381 |
name="menu.file.import.separator.xml" |
382 |
visible="true"> |
383 |
</separator>
|
384 |
<command
|
385 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
386 |
label="%command.label.1" |
387 |
style="push" |
388 |
tooltip="%command.tooltip.44"> |
389 |
<parameter
|
390 |
name="org.txm.rcp.commands.commandParameter3" |
391 |
value="xml/xmlLoader.groovy"> |
392 |
</parameter>
|
393 |
</command>
|
394 |
<command
|
395 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
396 |
label="%command.label.92" |
397 |
style="push" |
398 |
tooltip="%command.tooltip.88"> |
399 |
<parameter
|
400 |
name="org.txm.rcp.commands.commandParameter3" |
401 |
value="xtz/xtzLoader.groovy"> |
402 |
</parameter>
|
403 |
</command>
|
404 |
<command
|
405 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
406 |
label="%command.label.5" |
407 |
style="push" |
408 |
tooltip="%command.tooltip.8"> |
409 |
<parameter
|
410 |
name="org.txm.rcp.commands.commandParameter3" |
411 |
value="bfm/bfmLoader.groovy"> |
412 |
</parameter>
|
413 |
</command>
|
414 |
<command
|
415 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
416 |
label="%command.label.9" |
417 |
style="push" |
418 |
tooltip="%command.tooltip.9"> |
419 |
<parameter
|
420 |
name="org.txm.rcp.commands.commandParameter3" |
421 |
value="frantext/frantextLoader.groovy"> |
422 |
</parameter>
|
423 |
</command>
|
424 |
<command
|
425 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
426 |
label="%command.label.12" |
427 |
style="push" |
428 |
tooltip="%command.tooltip.11"> |
429 |
<parameter
|
430 |
name="org.txm.rcp.commands.commandParameter3" |
431 |
value="xmltxm/xmltxmLoader.groovy"> |
432 |
</parameter>
|
433 |
</command>
|
434 |
<command
|
435 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
436 |
label="%command.label.3" |
437 |
style="push" |
438 |
tooltip="%command.tooltip.5"> |
439 |
<parameter
|
440 |
name="org.txm.rcp.commands.commandParameter3" |
441 |
value="transcriber/transcriberLoader.groovy"> |
442 |
</parameter>
|
443 |
</command>
|
444 |
<command
|
445 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
446 |
label="%command.label.2" |
447 |
style="push" |
448 |
tooltip="%command.tooltip.1"> |
449 |
<parameter
|
450 |
name="org.txm.rcp.commands.commandParameter3" |
451 |
value="factiva/factivaLoader.groovy"> |
452 |
</parameter>
|
453 |
</command>
|
454 |
<command
|
455 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
456 |
label="%command.label.81" |
457 |
style="push" |
458 |
tooltip="%command.tooltip.24"> |
459 |
<parameter
|
460 |
name="org.txm.rcp.commands.commandParameter3" |
461 |
value="tmx/tmxLoader.groovy"> |
462 |
</parameter>
|
463 |
</command>
|
464 |
<separator
|
465 |
name="menu.file.import.separator.software" |
466 |
visible="true"> |
467 |
</separator>
|
468 |
<command
|
469 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
470 |
label="%command.label.64" |
471 |
style="push" |
472 |
tooltip="%command.tooltip.22"> |
473 |
<parameter
|
474 |
name="org.txm.rcp.commands.commandParameter3" |
475 |
value="factiva/factivamailLoader.groovy"> |
476 |
</parameter>
|
477 |
</command>
|
478 |
<command
|
479 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
480 |
label="%command.label.0" |
481 |
style="push" |
482 |
tooltip="%command.tooltip.28"> |
483 |
<parameter
|
484 |
name="org.txm.rcp.commands.commandParameter3" |
485 |
value="discours/discoursLoader.groovy"> |
486 |
</parameter>
|
487 |
</command>
|
488 |
<command
|
489 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
490 |
label="%command.label.62" |
491 |
style="push" |
492 |
tooltip="%command.tooltip.30"> |
493 |
<parameter
|
494 |
name="org.txm.rcp.commands.commandParameter3" |
495 |
value="alceste/alcesteLoader.groovy"> |
496 |
</parameter>
|
497 |
</command>
|
498 |
<command
|
499 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
500 |
label="%command.label.61" |
501 |
style="push" |
502 |
tooltip="%command.tooltip.29"> |
503 |
<parameter
|
504 |
name="org.txm.rcp.commands.commandParameter3" |
505 |
value="hyperbase/hyperbaseLoader.groovy"> |
506 |
</parameter>
|
507 |
</command>
|
508 |
<separator
|
509 |
name="menu.file.import.separator.cqp" |
510 |
visible="true"> |
511 |
</separator>
|
512 |
<command
|
513 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
514 |
label="%command.label.82" |
515 |
style="push" |
516 |
tooltip="%command.tooltip.25"> |
517 |
<parameter
|
518 |
name="org.txm.rcp.commands.commandParameter3" |
519 |
value="cqp/cqpLoader.groovy"> |
520 |
</parameter>
|
521 |
</command>
|
522 |
<separator
|
523 |
name="menu.file.import.separator.end" |
524 |
visible="false"> |
525 |
</separator>
|
526 |
<menu
|
527 |
icon="icons/functions/pencil.png" |
528 |
id="menu.file.import.annotations" |
529 |
label="Annotations"> |
530 |
<command
|
531 |
commandId="org.txm.rcp.commands.function.WordPropertiesFromTable" |
532 |
style="push"> |
533 |
<visibleWhen
|
534 |
checkEnabled="false"> |
535 |
<reference
|
536 |
definitionId="OneMainCorpusSelected"> |
537 |
</reference>
|
538 |
</visibleWhen>
|
539 |
</command>
|
540 |
</menu>
|
541 |
</menu>
|
542 |
<menu
|
543 |
id="menu.file.load" |
544 |
label="%menu.label.11"> |
545 |
<command
|
546 |
commandId="org.txm.rcp.commands.workspace.LoadBinaryCorpus" |
547 |
label="%command.label.10" |
548 |
style="push"> |
549 |
</command>
|
550 |
<command
|
551 |
commandId="org.txm.rcp.commands.workspace.LoadBinaryCorporaDirectory" |
552 |
label="%command.label.11" |
553 |
style="push"> |
554 |
</command>
|
555 |
<separator
|
556 |
name="menu.file.load.separator.end" |
557 |
visible="false"> |
558 |
</separator>
|
559 |
</menu>
|
560 |
<menu
|
561 |
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/export_wiz.png" |
562 |
id="menu.file.export" |
563 |
label="%menu.label.5"> |
564 |
<separator
|
565 |
name="menu.file.export.begin" |
566 |
visible="false"> |
567 |
</separator>
|
568 |
<menu
|
569 |
icon="icons/objects/corpus.png" |
570 |
id="menu.file.export.corpus" |
571 |
label="Corpus"> |
572 |
<command
|
573 |
commandId="org.txm.rcp.commands.ExportXMLTXMFiles" |
574 |
icon="icons/objects/script.png" |
575 |
style="push"> |
576 |
<visibleWhen
|
577 |
checkEnabled="false"> |
578 |
<and>
|
579 |
<reference
|
580 |
definitionId="OneMainCorpusSelected"> |
581 |
</reference>
|
582 |
</and>
|
583 |
</visibleWhen>
|
584 |
</command>
|
585 |
</menu>
|
586 |
<menu
|
587 |
id="menu.file.export.properties" |
588 |
label="Properties"> |
589 |
<command
|
590 |
commandId="org.txm.rcp.commands.function.WordPropertiesToTable" |
591 |
style="push"> |
592 |
<visibleWhen
|
593 |
checkEnabled="false"> |
594 |
<reference
|
595 |
definitionId="OneMainCorpusSelected"> |
596 |
</reference>
|
597 |
</visibleWhen>
|
598 |
</command>
|
599 |
</menu>
|
600 |
<menu
|
601 |
icon="icons/functions/pencil.png" |
602 |
id="menu.file.export.annotations" |
603 |
label="Annotations"> |
604 |
</menu>
|
605 |
<command
|
606 |
commandId="org.txm.rcp.commands.function.ExportResult" |
607 |
icon="icons/functions/export_data.png" |
608 |
label="%command.label.51" |
609 |
style="push"> |
610 |
<visibleWhen
|
611 |
checkEnabled="false"> |
612 |
<and>
|
613 |
<reference
|
614 |
definitionId="OneTXMResultSelected"> |
615 |
</reference>
|
616 |
<not>
|
617 |
<or>
|
618 |
<reference
|
619 |
definitionId="OnePartitionSelected"> |
620 |
</reference>
|
621 |
<reference
|
622 |
definitionId="OneCorpusSelected"> |
623 |
</reference>
|
624 |
</or>
|
625 |
</not>
|
626 |
</and>
|
627 |
</visibleWhen>
|
628 |
</command>
|
629 |
</menu>
|
630 |
<separator
|
631 |
name="menu.file.separator.file" |
632 |
visible="true"> |
633 |
</separator>
|
634 |
<command
|
635 |
commandId="org.txm.rcp.commands.CreateFile" |
636 |
icon="icons/functions/page_white_add.png" |
637 |
label="%command.label.83"> |
638 |
</command>
|
639 |
<command
|
640 |
commandId="org.txm.rcp.handlers.files.EditFile" |
641 |
icon="icons/functions/open.png" |
642 |
id="file.open" |
643 |
label="%command.label.45" |
644 |
style="push"> |
645 |
</command>
|
646 |
<command
|
647 |
commandId="org.eclipse.ui.file.save" |
648 |
icon="icons/functions/save.png" |
649 |
label="%command.label.86"> |
650 |
</command>
|
651 |
<command
|
652 |
commandId="org.eclipse.ui.file.saveAll" |
653 |
icon="icons/functions/saveall.png" |
654 |
label="%command.label.88"> |
655 |
</command>
|
656 |
<command
|
657 |
commandId="org.txm.rcp.commands.editor.SaveAs" |
658 |
icon="icons/functions/saveas.png" |
659 |
label="%command.label.29"> |
660 |
<visibleWhen
|
661 |
checkEnabled="false"> |
662 |
<reference
|
663 |
definitionId="TextEditorActive"> |
664 |
</reference>
|
665 |
</visibleWhen>
|
666 |
</command>
|
667 |
<command
|
668 |
commandId="org.eclipse.ui.file.close" |
669 |
label="%command.label.90"> |
670 |
</command>
|
671 |
<command
|
672 |
commandId="org.eclipse.ui.file.closeAll" |
673 |
label="%command.label.93"> |
674 |
</command>
|
675 |
<separator
|
676 |
name="menu.file.separator.open" |
677 |
visible="true"> |
678 |
</separator>
|
679 |
<command
|
680 |
commandId="org.txm.rcp.commands.OpenBrowser" |
681 |
label="%command.label" |
682 |
style="push" |
683 |
tooltip="%command.tooltip"> |
684 |
</command>
|
685 |
<separator
|
686 |
name="menu.file.separator.lang" |
687 |
visible="true"> |
688 |
</separator>
|
689 |
<separator
|
690 |
name="menu.file.separator.update" |
691 |
visible="true"> |
692 |
</separator>
|
693 |
<command
|
694 |
commandId="org.txm.rcp.p2.plugins.TXMUpdateHandler" |
695 |
label="%command.label.181" |
696 |
style="push"> |
697 |
<parameter
|
698 |
name="org.txm.rcp.parameters.update" |
699 |
value="true"> |
700 |
</parameter>
|
701 |
</command>
|
702 |
<command
|
703 |
commandId="org.txm.rcp.p2.plugins.InstallPluginHandler" |
704 |
label="%command.label.182" |
705 |
style="push"> |
706 |
</command>
|
707 |
<command
|
708 |
commandId="org.eclipse.equinox.p2.ui.sdk.install" |
709 |
label="%command.label.34" |
710 |
style="push"> |
711 |
</command>
|
712 |
<separator
|
713 |
name="menu.file.separator.close" |
714 |
visible="true"> |
715 |
</separator>
|
716 |
<command
|
717 |
commandId="org.txm.rcp.commands.RestartTXM" |
718 |
label="%command.label.59" |
719 |
style="push" |
720 |
tooltip="%command.tooltip.26"> |
721 |
</command>
|
722 |
<command
|
723 |
commandId="org.txm.rcp.commands.ChangeTXMWorkspace" |
724 |
style="push"> |
725 |
</command>
|
726 |
<command
|
727 |
commandId="org.eclipse.ui.file.exit" |
728 |
label="%command.label.6" |
729 |
style="push" |
730 |
tooltip="%command.tooltip.2"> |
731 |
</command>
|
732 |
</menu>
|
733 |
<menu
|
734 |
id="menu.edit" |
735 |
label="%menu.label.3"> |
736 |
|
737 |
<command
|
738 |
commandId="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
739 |
mode="FORCE_TEXT" |
740 |
style="toggle"> |
741 |
<visibleWhen
|
742 |
checkEnabled="false"> |
743 |
<and>
|
744 |
<reference
|
745 |
definitionId="OneTXMResultSelected"> |
746 |
</reference>
|
747 |
<test
|
748 |
property="org.txm.rcp.testers.persistable" |
749 |
value="true"> |
750 |
</test>
|
751 |
<test
|
752 |
property="org.txm.rcp.testers.AutoPersistenceDisabled"> |
753 |
</test>
|
754 |
</and>
|
755 |
</visibleWhen>
|
756 |
</command>
|
757 |
<command
|
758 |
commandId="org.txm.rcp.commands.function.RenameResult" |
759 |
label="%command.label.26" |
760 |
style="push"> |
761 |
<visibleWhen
|
762 |
checkEnabled="false"> |
763 |
<reference
|
764 |
definitionId="OneTXMResultSelected"> |
765 |
</reference>
|
766 |
</visibleWhen>
|
767 |
</command>
|
768 |
<command
|
769 |
commandId="org.txm.rcp.handlers.results.CloneTXMResult" |
770 |
label="%command.label.37" |
771 |
style="push"> |
772 |
<visibleWhen
|
773 |
checkEnabled="false"> |
774 |
<and>
|
775 |
<reference
|
776 |
definitionId="OneTXMResultSelected"> |
777 |
</reference>
|
778 |
<not>
|
779 |
<reference
|
780 |
definitionId="OneMainCorpusSelected"> |
781 |
</reference>
|
782 |
</not>
|
783 |
</and>
|
784 |
</visibleWhen>
|
785 |
</command>
|
786 |
<command
|
787 |
commandId="org.txm.rcp.handlers.results.CloneTXMResultTree" |
788 |
label="%command.label.38" |
789 |
style="push"> |
790 |
<visibleWhen
|
791 |
checkEnabled="false"> |
792 |
<and>
|
793 |
<reference
|
794 |
definitionId="OneTXMResultSelected"> |
795 |
</reference>
|
796 |
<not>
|
797 |
<reference
|
798 |
definitionId="OneMainCorpusSelected"> |
799 |
</reference>
|
800 |
</not>
|
801 |
</and>
|
802 |
</visibleWhen>
|
803 |
</command>
|
804 |
<command
|
805 |
commandId="org.txm.rcp.handlers.results.ShowHiddenParents" |
806 |
label="%command.label.42" |
807 |
style="push"> |
808 |
<visibleWhen
|
809 |
checkEnabled="false"> |
810 |
<and>
|
811 |
<reference
|
812 |
definitionId="OneTXMResultSelected"> |
813 |
</reference>
|
814 |
<test
|
815 |
property="org.txm.rcp.testers.IsParentHidden"> |
816 |
</test>
|
817 |
</and>
|
818 |
</visibleWhen>
|
819 |
</command>
|
820 |
<command
|
821 |
commandId="org.txm.rcp.handlers.results.HideIntermediateParents" |
822 |
label="%command.label.48" |
823 |
style="push"> |
824 |
<visibleWhen
|
825 |
checkEnabled="false"> |
826 |
<and>
|
827 |
<reference
|
828 |
definitionId="OneTXMResultSelected"> |
829 |
</reference>
|
830 |
<test
|
831 |
property="org.txm.rcp.testers.IsParentVisible" |
832 |
value="true"> |
833 |
</test>
|
834 |
</and>
|
835 |
</visibleWhen>
|
836 |
</command>
|
837 |
<separator
|
838 |
name="org.txm.rcp.separator1"> |
839 |
</separator>
|
840 |
|
841 |
<command
|
842 |
commandId="org.eclipse.ui.edit.findReplace" |
843 |
icon="icons/functions/find.png" |
844 |
label="%command.label.159"> |
845 |
<visibleWhen
|
846 |
checkEnabled="false"> |
847 |
<reference
|
848 |
definitionId="TextEditorActive"> |
849 |
</reference>
|
850 |
</visibleWhen>
|
851 |
</command>
|
852 |
<command
|
853 |
commandId="org.eclipse.ui.edit.findPrevious" |
854 |
icon="icons/functions/find_previous.png" |
855 |
label="%command.label.160" |
856 |
style="push"> |
857 |
<visibleWhen
|
858 |
checkEnabled="false"> |
859 |
<reference
|
860 |
definitionId="TextEditorActive"> |
861 |
</reference>
|
862 |
</visibleWhen>
|
863 |
</command>
|
864 |
<command
|
865 |
commandId="org.eclipse.ui.edit.findNext" |
866 |
icon="icons/functions/find_next.png" |
867 |
label="%command.label.161" |
868 |
style="push"> |
869 |
<visibleWhen
|
870 |
checkEnabled="false"> |
871 |
<reference
|
872 |
definitionId="TextEditorActive"> |
873 |
</reference>
|
874 |
</visibleWhen>
|
875 |
</command>
|
876 |
<command
|
877 |
commandId="org.eclipse.ui.edit.findIncrementalReverse" |
878 |
icon="icons/functions/find_incremental_reverse.png" |
879 |
label="%command.label.110" |
880 |
style="push"> |
881 |
<visibleWhen
|
882 |
checkEnabled="false"> |
883 |
<reference
|
884 |
definitionId="TextEditorActive"> |
885 |
</reference>
|
886 |
</visibleWhen>
|
887 |
</command>
|
888 |
<command
|
889 |
commandId="org.eclipse.ui.edit.findIncremental" |
890 |
icon="icons/functions/find_incremental.png" |
891 |
label="%command.label.109" |
892 |
style="push"> |
893 |
<visibleWhen
|
894 |
checkEnabled="false"> |
895 |
<reference
|
896 |
definitionId="TextEditorActive"> |
897 |
</reference>
|
898 |
</visibleWhen>
|
899 |
</command>
|
900 |
<separator
|
901 |
name="org.txm.rcp.separator1" |
902 |
visible="true"> |
903 |
</separator>
|
904 |
<command
|
905 |
commandId="org.eclipse.ui.edit.undo" |
906 |
label="%command.label.16"> |
907 |
<visibleWhen
|
908 |
checkEnabled="false"> |
909 |
<reference
|
910 |
definitionId="TextEditorActive"> |
911 |
</reference>
|
912 |
</visibleWhen>
|
913 |
</command>
|
914 |
<command
|
915 |
commandId="org.eclipse.ui.edit.redo" |
916 |
label="%command.label.17"> |
917 |
<visibleWhen
|
918 |
checkEnabled="false"> |
919 |
<reference
|
920 |
definitionId="TextEditorActive"> |
921 |
</reference>
|
922 |
</visibleWhen>
|
923 |
</command>
|
924 |
<separator
|
925 |
name="org.txm.rcp.separator2" |
926 |
visible="true"> |
927 |
</separator>
|
928 |
<command
|
929 |
commandId="org.eclipse.ui.edit.cut" |
930 |
label="%command.label.18"> |
931 |
<visibleWhen
|
932 |
checkEnabled="false"> |
933 |
<reference
|
934 |
definitionId="TextEditorActive"> |
935 |
</reference>
|
936 |
</visibleWhen>
|
937 |
</command>
|
938 |
<command
|
939 |
commandId="org.eclipse.ui.edit.copy" |
940 |
label="%command.label.19"> |
941 |
<visibleWhen
|
942 |
checkEnabled="false"> |
943 |
<reference
|
944 |
definitionId="TextEditorActive"> |
945 |
</reference>
|
946 |
</visibleWhen>
|
947 |
</command>
|
948 |
<command
|
949 |
commandId="org.eclipse.ui.edit.paste" |
950 |
label="%command.label.20"> |
951 |
<visibleWhen
|
952 |
checkEnabled="false"> |
953 |
<reference
|
954 |
definitionId="TextEditorActive"> |
955 |
</reference>
|
956 |
</visibleWhen>
|
957 |
</command>
|
958 |
<command
|
959 |
commandId="org.eclipse.ui.edit.delete" |
960 |
label="%command.label.27"> |
961 |
<visibleWhen
|
962 |
checkEnabled="false"> |
963 |
<reference
|
964 |
definitionId="TextEditorActive"> |
965 |
</reference>
|
966 |
</visibleWhen>
|
967 |
</command>
|
968 |
<command
|
969 |
commandId="org.eclipse.ui.edit.selectAll" |
970 |
icon="icons/functions/page_allgreen.png" |
971 |
label="%command.label.165"> |
972 |
<visibleWhen
|
973 |
checkEnabled="false"> |
974 |
<reference
|
975 |
definitionId="TextEditorActive"> |
976 |
</reference>
|
977 |
</visibleWhen>
|
978 |
</command>
|
979 |
<separator
|
980 |
name="org.txm.rcp.separator3" |
981 |
visible="true"> |
982 |
</separator>
|
983 |
<command
|
984 |
commandId="org.eclipse.ui.edit.text.goto.line" |
985 |
icon="icons/functions/goto.png" |
986 |
label="%command.label.166" |
987 |
style="push"> |
988 |
<visibleWhen
|
989 |
checkEnabled="false"> |
990 |
<reference
|
991 |
definitionId="TextEditorActive"> |
992 |
</reference>
|
993 |
</visibleWhen>
|
994 |
</command>
|
995 |
<command
|
996 |
commandId="org.eclipse.ui.edit.text.open.hyperlink" |
997 |
icon="icons/functions/world.png" |
998 |
label="%command.label.133" |
999 |
style="push"> |
1000 |
<visibleWhen
|
1001 |
checkEnabled="false"> |
1002 |
<reference
|
1003 |
definitionId="TextEditorActive"> |
1004 |
</reference>
|
1005 |
</visibleWhen>
|
1006 |
</command>
|
1007 |
<command
|
1008 |
commandId="org.txm.rcp.commands.editor.SetEncoding" |
1009 |
icon="icons/functions/encoding.png" |
1010 |
label="%command.label.30"> |
1011 |
<visibleWhen
|
1012 |
checkEnabled="false"> |
1013 |
<reference
|
1014 |
definitionId="TextEditorActive"> |
1015 |
</reference>
|
1016 |
</visibleWhen>
|
1017 |
</command>
|
1018 |
<separator
|
1019 |
name="org.txm.rcp.separator3" |
1020 |
visible="true"> |
1021 |
</separator>
|
1022 |
<command
|
1023 |
commandId="org.eclipse.ui.editors.lineNumberToggle" |
1024 |
icon="icons/functions/lines_number.png" |
1025 |
label="%command.label.168" |
1026 |
style="push"> |
1027 |
<visibleWhen
|
1028 |
checkEnabled="false"> |
1029 |
<reference
|
1030 |
definitionId="TextEditorActive"> |
1031 |
</reference>
|
1032 |
</visibleWhen>
|
1033 |
</command>
|
1034 |
<command
|
1035 |
commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" |
1036 |
icon="icons/functions/paragraph.png" |
1037 |
label="%command.label.169" |
1038 |
style="push" |
1039 |
tooltip="%command.tooltip.31"> |
1040 |
<visibleWhen
|
1041 |
checkEnabled="false"> |
1042 |
<reference
|
1043 |
definitionId="TextEditorActive"> |
1044 |
</reference>
|
1045 |
</visibleWhen>
|
1046 |
</command>
|
1047 |
<command
|
1048 |
commandId="org.eclipse.ui.file.revert" |
1049 |
icon="icons/functions/page_refresh.png" |
1050 |
label="%command.label.145" |
1051 |
style="push"> |
1052 |
<visibleWhen
|
1053 |
checkEnabled="false"> |
1054 |
<reference
|
1055 |
definitionId="TextEditorActive"> |
1056 |
</reference>
|
1057 |
</visibleWhen>
|
1058 |
</command>
|
1059 |
<command
|
1060 |
commandId="org.eclipse.ui.window.preferences" |
1061 |
icon="icons/functions/prefs.png" |
1062 |
label="%command.label.4" |
1063 |
style="push" |
1064 |
tooltip="%command.tooltip.0"> |
1065 |
</command>
|
1066 |
</menu>
|
1067 |
<menu
|
1068 |
id="menu.corpus" |
1069 |
label="%menu.label.1" |
1070 |
sibling_order="<command
 commandId="org.txm.rcp.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>"> |
1071 |
<separator
|
1072 |
name="menu.corpus.read" |
1073 |
visible="true"> |
1074 |
</separator>
|
1075 |
|
1076 |
<separator
|
1077 |
name="menu.corpus.build" |
1078 |
visible="true"> |
1079 |
</separator>
|
1080 |
<command
|
1081 |
commandId="org.txm.rcp.commands.workspace.UpdateCorpus" |
1082 |
icon="icons/functions/update.png" |
1083 |
label="%command.name.98" |
1084 |
style="push" |
1085 |
tooltip="Only the modified XML-TXM files will update the texts"> |
1086 |
<visibleWhen
|
1087 |
checkEnabled="false"> |
1088 |
<or>
|
1089 |
<reference
|
1090 |
definitionId="OneMainCorpusSelected"> |
1091 |
</reference>
|
1092 |
</or>
|
1093 |
</visibleWhen>
|
1094 |
</command>
|
1095 |
<command
|
1096 |
commandId="org.txm.rcp.commands.workspace.UpdateCorpus" |
1097 |
icon="icons/functions/update.png" |
1098 |
label="%command.name.981" |
1099 |
style="push" |
1100 |
tooltip="All texts will be updated from the XML-TXM files"> |
1101 |
<visibleWhen
|
1102 |
checkEnabled="false"> |
1103 |
<or>
|
1104 |
<reference
|
1105 |
definitionId="OneMainCorpusSelected"> |
1106 |
</reference>
|
1107 |
</or>
|
1108 |
</visibleWhen>
|
1109 |
<parameter
|
1110 |
name="org.txm.rcp.commands.workspace.UpdateCorpus.force" |
1111 |
value="true"> |
1112 |
</parameter>
|
1113 |
</command>
|
1114 |
<command
|
1115 |
commandId="org.txm.rcp.handlers.results.DeleteObject" |
1116 |
icon="icons/functions/Delete.png" |
1117 |
style="push"> |
1118 |
<visibleWhen
|
1119 |
checkEnabled="false"> |
1120 |
<or>
|
1121 |
<reference
|
1122 |
definitionId="OneTXMResultSelected"> |
1123 |
</reference>
|
1124 |
</or>
|
1125 |
</visibleWhen>
|
1126 |
</command>
|
1127 |
<separator
|
1128 |
name="menu.corpus.manage" |
1129 |
visible="true"> |
1130 |
</separator>
|
1131 |
<command
|
1132 |
commandId="org.txm.rcp.commands.workspace.OpenCorpus" |
1133 |
label="Open corpus" |
1134 |
style="push"> |
1135 |
<visibleWhen
|
1136 |
checkEnabled="false"> |
1137 |
<or>
|
1138 |
<reference
|
1139 |
definitionId="OneIProjectSelected"> |
1140 |
</reference>
|
1141 |
</or>
|
1142 |
</visibleWhen>
|
1143 |
</command>
|
1144 |
<command
|
1145 |
commandId="org.txm.rcp.commands.workspace.CloseCorpus" |
1146 |
label="Close corpus" |
1147 |
style="push"> |
1148 |
<visibleWhen
|
1149 |
checkEnabled="false"> |
1150 |
<or>
|
1151 |
<reference
|
1152 |
definitionId="OneMainCorpusSelected"> |
1153 |
</reference>
|
1154 |
</or>
|
1155 |
</visibleWhen>
|
1156 |
</command>
|
1157 |
|
1158 |
</menu>
|
1159 |
<menu
|
1160 |
id="menu.tools" |
1161 |
label="%menu.label.6"> |
1162 |
<separator
|
1163 |
name="menu.tools.separator.doc" |
1164 |
visible="true"> |
1165 |
</separator>
|
1166 |
|
1167 |
<separator
|
1168 |
name="menu.tools.separator.stats" |
1169 |
visible="true"> |
1170 |
</separator>
|
1171 |
<separator
|
1172 |
name="menu.tools.separator.misc" |
1173 |
visible="true"> |
1174 |
</separator>
|
1175 |
<separator
|
1176 |
name="menu.tools.separator.end" |
1177 |
visible="true"> |
1178 |
</separator>
|
1179 |
</menu>
|
1180 |
<menu
|
1181 |
id="menu.utilities" |
1182 |
label="Utilities"> |
1183 |
<dynamic
|
1184 |
class="org.txm.rcp.menu.MacrosMenuContribution" |
1185 |
id="menu.utilities.contribution"> |
1186 |
</dynamic>
|
1187 |
</menu>
|
1188 |
<menu
|
1189 |
id="menu.display" |
1190 |
label="%menu.label.7" |
1191 |
tooltip="%menu.tooltip.0"> |
1192 |
<menu
|
1193 |
id="menu.display.views" |
1194 |
label="%menu.label.9"> |
1195 |
<command
|
1196 |
commandId="org.eclipse.ui.views.showView" |
1197 |
label="%command.label.134" |
1198 |
style="push"> |
1199 |
<parameter
|
1200 |
name="org.eclipse.ui.views.showView.viewId" |
1201 |
value="org.txm.rcp.views.corpora.CorporaView"> |
1202 |
</parameter>
|
1203 |
</command>
|
1204 |
<command
|
1205 |
commandId="org.eclipse.ui.views.showView" |
1206 |
label="%command.label.135" |
1207 |
style="push"> |
1208 |
<parameter
|
1209 |
name="org.eclipse.ui.views.showView.viewId" |
1210 |
value="org.txm.rcp.views.fileexplorer.Explorer"> |
1211 |
</parameter>
|
1212 |
</command>
|
1213 |
<command
|
1214 |
commandId="org.eclipse.ui.views.showView" |
1215 |
label="%command.label.177" |
1216 |
style="push"> |
1217 |
<parameter
|
1218 |
name="org.eclipse.ui.views.showView.viewId" |
1219 |
value="org.txm.rcp.views.fileexplorer.MacroExplorer"> |
1220 |
</parameter>
|
1221 |
</command>
|
1222 |
<command
|
1223 |
commandId="org.eclipse.ui.views.showView" |
1224 |
label="%command.label.43" |
1225 |
style="push"> |
1226 |
<parameter
|
1227 |
name="org.eclipse.ui.views.showView.viewId" |
1228 |
value="org.eclipse.ui.console.ConsoleView"> |
1229 |
</parameter>
|
1230 |
</command>
|
1231 |
<separator
|
1232 |
name="menu.display.views.separator"> |
1233 |
</separator>
|
1234 |
<command
|
1235 |
commandId="org.eclipse.ui.views.showView" |
1236 |
id="org.eclipse.ui.views.showView" |
1237 |
label="%command.label.139" |
1238 |
style="push"> |
1239 |
</command>
|
1240 |
</menu>
|
1241 |
<menu
|
1242 |
id="menu.display.perspectives" |
1243 |
label="%menu.label.8"> |
1244 |
<command
|
1245 |
commandId="org.eclipse.ui.perspectives.showPerspective" |
1246 |
label="%command.label.131" |
1247 |
style="push"> |
1248 |
<parameter
|
1249 |
name="org.eclipse.ui.perspectives.showPerspective.perspectiveId" |
1250 |
value="org.txm.rcp.perspective.TXMPerspective"> |
1251 |
</parameter>
|
1252 |
</command>
|
1253 |
</menu>
|
1254 |
<command
|
1255 |
commandId="org.txm.rcp.commands.CleanPerspective" |
1256 |
style="push"> |
1257 |
</command>
|
1258 |
<command
|
1259 |
commandId="org.eclipse.ui.window.newWindow" |
1260 |
label="%command.label.157"> |
1261 |
</command>
|
1262 |
<command
|
1263 |
commandId="org.txm.rcp.utils.LanguageSwitchHandler" |
1264 |
label="%command.label.75" |
1265 |
style="push" |
1266 |
tooltip="%command.tooltip.42"> |
1267 |
</command>
|
1268 |
</menu>
|
1269 |
<menu
|
1270 |
id="menu.help" |
1271 |
label="%menu.label.2" |
1272 |
tooltip="%menu.tooltip"> |
1273 |
<command
|
1274 |
commandId="org.txm.rcp.commands.OpenWelcomePage" |
1275 |
label="%command.label.173" |
1276 |
style="push"> |
1277 |
</command>
|
1278 |
<separator
|
1279 |
name="org.txm.rcp.separator1" |
1280 |
visible="true"> |
1281 |
</separator>
|
1282 |
<menu
|
1283 |
id="menu.help.documentation" |
1284 |
label="Documentation"> |
1285 |
<command
|
1286 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1287 |
label="%command.label.68" |
1288 |
style="push" |
1289 |
tooltip="%command.tooltip.23"> |
1290 |
<parameter
|
1291 |
name="org.txm.rcp.commands.commandParameter3" |
1292 |
value="refman"> |
1293 |
</parameter>
|
1294 |
</command>
|
1295 |
<command
|
1296 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1297 |
label="%command.label.70" |
1298 |
style="push"> |
1299 |
<parameter
|
1300 |
name="org.txm.rcp.commands.commandParameter3" |
1301 |
value="sf_docs"> |
1302 |
</parameter>
|
1303 |
</command>
|
1304 |
<command
|
1305 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1306 |
label="%command.label.35" |
1307 |
style="push" |
1308 |
tooltip="%command.tooltip.43"> |
1309 |
<parameter
|
1310 |
name="org.txm.rcp.commands.commandParameter3" |
1311 |
value="txm-users wiki"> |
1312 |
</parameter>
|
1313 |
</command>
|
1314 |
<command
|
1315 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1316 |
label="%command.label.178" |
1317 |
style="push" |
1318 |
tooltip="%command.tooltip.41"> |
1319 |
<parameter
|
1320 |
name="org.txm.rcp.commands.commandParameter3" |
1321 |
value="faq"> |
1322 |
</parameter>
|
1323 |
</command>
|
1324 |
<command
|
1325 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1326 |
label="%command.label.33" |
1327 |
style="push" |
1328 |
tooltip="%command.tooltip.13"> |
1329 |
<parameter
|
1330 |
name="org.txm.rcp.commands.commandParameter3" |
1331 |
value="macros"> |
1332 |
</parameter>
|
1333 |
</command>
|
1334 |
<menu
|
1335 |
id="menu.help.plugins" |
1336 |
label="%menu.label.4"> |
1337 |
</menu>
|
1338 |
<command
|
1339 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1340 |
label="%command.label.67" |
1341 |
style="push" |
1342 |
tooltip="%command.tooltip"> |
1343 |
<parameter
|
1344 |
name="org.txm.rcp.commands.commandParameter3" |
1345 |
value="treetagger"> |
1346 |
</parameter>
|
1347 |
</command>
|
1348 |
</menu>
|
1349 |
<command
|
1350 |
commandId="org.eclipse.ui.window.showKeyAssist" |
1351 |
label="%command.label.52" |
1352 |
style="push"> |
1353 |
</command>
|
1354 |
<separator
|
1355 |
name="helpSeparator1" |
1356 |
visible="true"> |
1357 |
</separator>
|
1358 |
<menu
|
1359 |
id="menu.help.ressources" |
1360 |
label="Ressources"> |
1361 |
<command
|
1362 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1363 |
label="%command.label.49" |
1364 |
style="push" |
1365 |
tooltip="%command.tooltip"> |
1366 |
<parameter
|
1367 |
name="org.txm.rcp.commands.commandParameter3" |
1368 |
value="corpora"> |
1369 |
</parameter>
|
1370 |
</command>
|
1371 |
<command
|
1372 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1373 |
label="%command.label.56" |
1374 |
style="push" |
1375 |
tooltip="%command.tooltip"> |
1376 |
<parameter
|
1377 |
name="org.txm.rcp.commands.commandParameter3" |
1378 |
value="sf"> |
1379 |
</parameter>
|
1380 |
</command>
|
1381 |
</menu>
|
1382 |
<menu
|
1383 |
id="menu.help.community" |
1384 |
label="Community"> |
1385 |
<command
|
1386 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1387 |
label="%command.label.55" |
1388 |
style="push" |
1389 |
tooltip="%command.tooltip"> |
1390 |
<parameter
|
1391 |
name="org.txm.rcp.commands.commandParameter3" |
1392 |
value="mailinglist"> |
1393 |
</parameter>
|
1394 |
</command>
|
1395 |
<command
|
1396 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1397 |
label="%command.label.76" |
1398 |
style="push" |
1399 |
tooltip="%command.tooltip.65"> |
1400 |
<parameter
|
1401 |
name="org.txm.rcp.commands.commandParameter3" |
1402 |
value="http://webchat.freenode.net/?channels=txm"> |
1403 |
</parameter>
|
1404 |
</command>
|
1405 |
</menu>
|
1406 |
<separator
|
1407 |
name="helpSeparator3" |
1408 |
visible="true"> |
1409 |
</separator>
|
1410 |
<menu
|
1411 |
id="menu.help.textometry" |
1412 |
label="Textometry project"> |
1413 |
<command
|
1414 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1415 |
label="%command.label.69" |
1416 |
style="push"> |
1417 |
<parameter
|
1418 |
name="org.txm.rcp.commands.commandParameter3" |
1419 |
value="textometrie"> |
1420 |
</parameter>
|
1421 |
</command>
|
1422 |
<command
|
1423 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1424 |
label="%command.label.72" |
1425 |
style="push"> |
1426 |
<parameter
|
1427 |
name="org.txm.rcp.commands.commandParameter3" |
1428 |
value="textometrie_docs"> |
1429 |
</parameter>
|
1430 |
</command>
|
1431 |
</menu>
|
1432 |
<menu
|
1433 |
id="menu.help.participate" |
1434 |
label="Participate"> |
1435 |
<command
|
1436 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1437 |
label="%command.label.53" |
1438 |
style="push" |
1439 |
tooltip="%command.tooltip"> |
1440 |
<parameter
|
1441 |
name="org.txm.rcp.commands.commandParameter3" |
1442 |
value="bug"> |
1443 |
</parameter>
|
1444 |
</command>
|
1445 |
<command
|
1446 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1447 |
label="%command.label.54" |
1448 |
style="push" |
1449 |
tooltip="%command.tooltip"> |
1450 |
<parameter
|
1451 |
name="org.txm.rcp.commands.commandParameter3" |
1452 |
value="feature"> |
1453 |
</parameter>
|
1454 |
</command>
|
1455 |
<command
|
1456 |
commandId="org.txm.rcp.commands.OpenLocalizedWebPage" |
1457 |
label="%command.label.179" |
1458 |
style="push" |
1459 |
tooltip="%command.tooltip.47"> |
1460 |
<parameter
|
1461 |
name="org.txm.rcp.commands.commandParameter3" |
1462 |
value="contrib"> |
1463 |
</parameter>
|
1464 |
</command>
|
1465 |
</menu>
|
1466 |
<separator
|
1467 |
name="org.txm.rcp.separator4" |
1468 |
visible="true"> |
1469 |
</separator>
|
1470 |
<command
|
1471 |
commandId="org.eclipse.ui.help.aboutAction" |
1472 |
label="%command.label.14" |
1473 |
style="push" |
1474 |
tooltip="%command.tooltip.10"> |
1475 |
</command>
|
1476 |
</menu>
|
1477 |
<menu
|
1478 |
id="menu.recettes" |
1479 |
label="%menu.label.12" |
1480 |
tooltip="%menu.tooltip.1"> |
1481 |
<visibleWhen
|
1482 |
checkEnabled="false"> |
1483 |
<or>
|
1484 |
<reference
|
1485 |
definitionId="ExpertEnabled"> |
1486 |
</reference>
|
1487 |
</or>
|
1488 |
</visibleWhen>
|
1489 |
</menu>
|
1490 |
</menuContribution>
|
1491 |
<menuContribution
|
1492 |
allPopups="true" |
1493 |
locationURI="toolbar:org.eclipse.ui.main.toolbar"> |
1494 |
<separator
|
1495 |
name="org.txm.rcp.toolbars.begin" |
1496 |
visible="false"> |
1497 |
</separator>
|
1498 |
<toolbar
|
1499 |
id="org.txm.rcp.toolbars.result"> |
1500 |
<command
|
1501 |
commandId="org.txm.rcp.commands.function.ExportResult" |
1502 |
icon="icons/functions/export_data.png" |
1503 |
label="%command.label.51" |
1504 |
style="push"> |
1505 |
<visibleWhen
|
1506 |
checkEnabled="false"> |
1507 |
<and>
|
1508 |
<reference
|
1509 |
definitionId="OneTXMResultSelected"> |
1510 |
</reference>
|
1511 |
<not>
|
1512 |
<or>
|
1513 |
<reference
|
1514 |
definitionId="OnePartitionSelected"> |
1515 |
</reference>
|
1516 |
<reference
|
1517 |
definitionId="OneCorpusSelected"> |
1518 |
</reference>
|
1519 |
</or>
|
1520 |
</not>
|
1521 |
</and>
|
1522 |
</visibleWhen>
|
1523 |
</command>
|
1524 |
</toolbar>
|
1525 |
<separator
|
1526 |
name="org.txm.rcp.toolbar.separator1" |
1527 |
visible="false"> |
1528 |
</separator>
|
1529 |
<toolbar
|
1530 |
id="org.txm.rcp.toolbarcorpus"> |
1531 |
<separator
|
1532 |
name="org.txm.rcp.toolbarcorpus.read" |
1533 |
visible="false"> |
1534 |
</separator>
|
1535 |
<command
|
1536 |
commandId="org.txm.rcp.handlers.results.DeleteObject" |
1537 |
icon="icons/functions/Delete.png" |
1538 |
style="push" |
1539 |
tooltip="%command.tooltip.33"> |
1540 |
<visibleWhen
|
1541 |
checkEnabled="false"> |
1542 |
<or>
|
1543 |
<reference
|
1544 |
definitionId="OneTXMResultSelected"> |
1545 |
</reference>
|
1546 |
</or>
|
1547 |
</visibleWhen>
|
1548 |
</command>
|
1549 |
|
1550 |
<separator
|
1551 |
name="org.txm.rcp.toolbarcorpus.corpus" |
1552 |
visible="false"> |
1553 |
</separator>
|
1554 |
<separator
|
1555 |
name="org.txm.rcp.toolbarcorpus.annotation" |
1556 |
visible="false"> |
1557 |
</separator>
|
1558 |
</toolbar>
|
1559 |
<separator
|
1560 |
name="org.txm.rcp.toolbar.separator1" |
1561 |
visible="true"> |
1562 |
</separator>
|
1563 |
<toolbar
|
1564 |
id="org.txm.rcp.toolbartools"> |
1565 |
<separator
|
1566 |
name="org.txm.rcp.separator1" |
1567 |
visible="true"> |
1568 |
</separator>
|
1569 |
<separator
|
1570 |
name="org.txm.rcp.toolbartools.stats" |
1571 |
visible="true"> |
1572 |
</separator>
|
1573 |
|
1574 |
<command
|
1575 |
commandId="org.eclipse.ui.window.preferences" |
1576 |
icon="icons/functions/prefs.png" |
1577 |
label="%command.label.4" |
1578 |
style="push" |
1579 |
tooltip="%command.tooltip.0"> |
1580 |
</command>
|
1581 |
<separator
|
1582 |
name="org.txm.rcp.toolbars.tools.separators.extensions" |
1583 |
visible="true"> |
1584 |
</separator>
|
1585 |
</toolbar>
|
1586 |
<separator
|
1587 |
name="org.txm.rcp.toolbar.separator2" |
1588 |
visible="true"> |
1589 |
</separator>
|
1590 |
<toolbar
|
1591 |
id="org.txm.rcp.toolbartext"> |
1592 |
<command
|
1593 |
commandId="org.txm.rcp.commands.CreateFile" |
1594 |
icon="icons/functions/page_white_add.png" |
1595 |
label="%command.label.83" |
1596 |
tooltip="%command.tooltip.34"> |
1597 |
</command>
|
1598 |
<command
|
1599 |
commandId="org.txm.rcp.handlers.files.EditFile" |
1600 |
icon="icons/functions/open.png" |
1601 |
label="%command.label.45" |
1602 |
style="push"> |
1603 |
</command>
|
1604 |
<command
|
1605 |
commandId="org.eclipse.ui.file.save" |
1606 |
icon="icons/functions/save.png" |
1607 |
label="%command.label.88" |
1608 |
style="push"> |
1609 |
<visibleWhen
|
1610 |
checkEnabled="false"> |
1611 |
<reference
|
1612 |
definitionId="TextEditorActive"> |
1613 |
</reference>
|
1614 |
</visibleWhen>
|
1615 |
</command>
|
1616 |
<command
|
1617 |
commandId="org.txm.rcp.commands.editor.SaveAs" |
1618 |
icon="icons/functions/saveas.png" |
1619 |
label="%command.label.29"> |
1620 |
<visibleWhen
|
1621 |
checkEnabled="false"> |
1622 |
<reference
|
1623 |
definitionId="TextEditorActive"> |
1624 |
</reference>
|
1625 |
</visibleWhen>
|
1626 |
</command>
|
1627 |
<separator
|
1628 |
name="org.txm.rcp.separator3" |
1629 |
visible="true"> |
1630 |
</separator>
|
1631 |
<command
|
1632 |
commandId="org.eclipse.ui.edit.undo" |
1633 |
label="%command.label.16"> |
1634 |
<visibleWhen
|
1635 |
checkEnabled="false"> |
1636 |
<reference
|
1637 |
definitionId="TextEditorActive"> |
1638 |
</reference>
|
1639 |
</visibleWhen>
|
1640 |
</command>
|
1641 |
<command
|
1642 |
commandId="org.eclipse.ui.edit.redo" |
1643 |
label="%command.label.17"> |
1644 |
<visibleWhen
|
1645 |
checkEnabled="false"> |
1646 |
<reference
|
1647 |
definitionId="TextEditorActive"> |
1648 |
</reference>
|
1649 |
</visibleWhen>
|
1650 |
</command>
|
1651 |
<command
|
1652 |
commandId="org.eclipse.ui.edit.cut" |
1653 |
label="%command.label.18"> |
1654 |
<visibleWhen
|
1655 |
checkEnabled="false"> |
1656 |
<reference
|
1657 |
definitionId="TextEditorActive"> |
1658 |
</reference>
|
1659 |
</visibleWhen>
|
1660 |
</command>
|
1661 |
<command
|
1662 |
commandId="org.eclipse.ui.edit.copy" |
1663 |
label="%command.label.19"> |
1664 |
<visibleWhen
|
1665 |
checkEnabled="false"> |
1666 |
<reference
|
1667 |
definitionId="TextEditorActive"> |
1668 |
</reference>
|
1669 |
</visibleWhen>
|
1670 |
</command>
|
1671 |
<command
|
1672 |
commandId="org.eclipse.ui.edit.paste" |
1673 |
label="%command.label.20"> |
1674 |
<visibleWhen
|
1675 |
checkEnabled="false"> |
1676 |
<reference
|
1677 |
definitionId="TextEditorActive"> |
1678 |
</reference>
|
1679 |
</visibleWhen>
|
1680 |
</command>
|
1681 |
<command
|
1682 |
commandId="org.eclipse.ui.edit.delete" |
1683 |
label="%command.label.27"> |
1684 |
<visibleWhen
|
1685 |
checkEnabled="false"> |
1686 |
<reference
|
1687 |
definitionId="TextEditorActive"> |
1688 |
</reference>
|
1689 |
</visibleWhen>
|
1690 |
</command>
|
1691 |
<command
|
1692 |
commandId="org.eclipse.ui.edit.selectAll" |
1693 |
icon="icons/functions/page_allgreen.png" |
1694 |
label="%command.label.165"> |
1695 |
<visibleWhen
|
1696 |
checkEnabled="false"> |
1697 |
<reference
|
1698 |
definitionId="TextEditorActive"> |
1699 |
</reference>
|
1700 |
</visibleWhen>
|
1701 |
</command>
|
1702 |
<separator
|
1703 |
name="org.txm.rcp.separator1" |
1704 |
visible="true"> |
1705 |
</separator>
|
1706 |
<command
|
1707 |
commandId="org.eclipse.ui.edit.findReplace" |
1708 |
icon="icons/functions/find.png" |
1709 |
label="%command.label.159"> |
1710 |
<visibleWhen
|
1711 |
checkEnabled="false"> |
1712 |
<reference
|
1713 |
definitionId="TextEditorActive"> |
1714 |
</reference>
|
1715 |
</visibleWhen>
|
1716 |
</command>
|
1717 |
<command
|
1718 |
commandId="org.eclipse.ui.edit.findPrevious" |
1719 |
icon="icons/functions/find_previous.png" |
1720 |
label="%command.label.160" |
1721 |
style="push"> |
1722 |
<visibleWhen
|
1723 |
checkEnabled="false"> |
1724 |
<reference
|
1725 |
definitionId="TextEditorActive"> |
1726 |
</reference>
|
1727 |
</visibleWhen>
|
1728 |
</command>
|
1729 |
<command
|
1730 |
commandId="org.eclipse.ui.edit.findNext" |
1731 |
icon="icons/functions/find_next.png" |
1732 |
label="%command.label.161" |
1733 |
style="push"> |
1734 |
<visibleWhen
|
1735 |
checkEnabled="false"> |
1736 |
<reference
|
1737 |
definitionId="TextEditorActive"> |
1738 |
</reference>
|
1739 |
</visibleWhen>
|
1740 |
</command>
|
1741 |
<command
|
1742 |
commandId="org.eclipse.ui.edit.findIncrementalReverse" |
1743 |
icon="icons/functions/find_incremental_reverse.png" |
1744 |
label="%command.label.163" |
1745 |
style="push"> |
1746 |
<visibleWhen
|
1747 |
checkEnabled="false"> |
1748 |
<reference
|
1749 |
definitionId="TextEditorActive"> |
1750 |
</reference>
|
1751 |
</visibleWhen>
|
1752 |
</command>
|
1753 |
<command
|
1754 |
commandId="org.eclipse.ui.edit.findIncremental" |
1755 |
icon="icons/functions/find_incremental.png" |
1756 |
label="%command.label.162" |
1757 |
style="push"> |
1758 |
<visibleWhen
|
1759 |
checkEnabled="false"> |
1760 |
<reference
|
1761 |
definitionId="TextEditorActive"> |
1762 |
</reference>
|
1763 |
</visibleWhen>
|
1764 |
</command>
|
1765 |
<separator
|
1766 |
name="org.txm.rcp.separator2" |
1767 |
visible="true"> |
1768 |
</separator>
|
1769 |
<command
|
1770 |
commandId="org.eclipse.ui.edit.text.goto.line" |
1771 |
icon="icons/functions/goto.png" |
1772 |
label="%command.label.166" |
1773 |
style="push"> |
1774 |
<visibleWhen
|
1775 |
checkEnabled="false"> |
1776 |
<reference
|
1777 |
definitionId="TextEditorActive"> |
1778 |
</reference>
|
1779 |
</visibleWhen>
|
1780 |
</command>
|
1781 |
<command
|
1782 |
commandId="org.eclipse.ui.editors.lineNumberToggle" |
1783 |
icon="icons/functions/lines_number.png" |
1784 |
label="%command.label.168" |
1785 |
style="push"> |
1786 |
<visibleWhen
|
1787 |
checkEnabled="false"> |
1788 |
<reference
|
1789 |
definitionId="TextEditorActive"> |
1790 |
</reference>
|
1791 |
</visibleWhen>
|
1792 |
</command>
|
1793 |
<command
|
1794 |
commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" |
1795 |
icon="icons/functions/paragraph.png" |
1796 |
label="%command.label.169" |
1797 |
style="push" |
1798 |
tooltip="%command.tooltip.35"> |
1799 |
<visibleWhen
|
1800 |
checkEnabled="false"> |
1801 |
<reference
|
1802 |
definitionId="TextEditorActive"> |
1803 |
</reference>
|
1804 |
</visibleWhen>
|
1805 |
</command>
|
1806 |
<command
|
1807 |
commandId="org.eclipse.ui.edit.text.open.hyperlink" |
1808 |
icon="icons/functions/world.png" |
1809 |
label="%command.label.133" |
1810 |
style="push"> |
1811 |
<visibleWhen
|
1812 |
checkEnabled="false"> |
1813 |
<reference
|
1814 |
definitionId="TextEditorActive"> |
1815 |
</reference>
|
1816 |
</visibleWhen>
|
1817 |
</command>
|
1818 |
<command
|
1819 |
commandId="org.txm.rcp.commands.editor.SetEncoding" |
1820 |
icon="icons/functions/encoding.png" |
1821 |
label="%command.label.30"> |
1822 |
<visibleWhen
|
1823 |
checkEnabled="false"> |
1824 |
<reference
|
1825 |
definitionId="TextEditorActive"> |
1826 |
</reference>
|
1827 |
</visibleWhen>
|
1828 |
</command>
|
1829 |
<command
|
1830 |
commandId="org.eclipse.ui.file.revert" |
1831 |
icon="icons/functions/page_refresh.png" |
1832 |
label="%command.label.145" |
1833 |
style="push"> |
1834 |
<visibleWhen
|
1835 |
checkEnabled="false"> |
1836 |
<reference
|
1837 |
definitionId="TextEditorActive"> |
1838 |
</reference>
|
1839 |
</visibleWhen>
|
1840 |
</command>
|
1841 |
</toolbar>
|
1842 |
<separator
|
1843 |
name="org.txm.rcp.toolbar.separator3" |
1844 |
visible="true"> |
1845 |
</separator>
|
1846 |
<toolbar
|
1847 |
id="org.txm.rcp.toolbarscript"> |
1848 |
<command
|
1849 |
commandId="org.txm.rcp.commands.ExecuteScript" |
1850 |
icon="icons/functions/run.png" |
1851 |
label="%command.label.170" |
1852 |
style="push" |
1853 |
tooltip="%command.tooltip.14"> |
1854 |
<visibleWhen
|
1855 |
checkEnabled="false"> |
1856 |
<reference
|
1857 |
definitionId="TextEditorActive"> |
1858 |
</reference>
|
1859 |
</visibleWhen>
|
1860 |
</command>
|
1861 |
<command
|
1862 |
commandId="org.txm.rcp.commands.ExecuteText" |
1863 |
icon="icons/functions/page_select_go.png" |
1864 |
label="%command.label.171" |
1865 |
style="push" |
1866 |
tooltip="%command.tooltip.36"> |
1867 |
<visibleWhen
|
1868 |
checkEnabled="false"> |
1869 |
<reference
|
1870 |
definitionId="TextEditorActive"> |
1871 |
</reference>
|
1872 |
</visibleWhen>
|
1873 |
</command>
|
1874 |
<command
|
1875 |
commandId="org.txm.rcp.commands.ExecuteScriptGroovyFromFile" |
1876 |
icon="icons/functions/page_go.png" |
1877 |
label="%command.label.172" |
1878 |
style="push" |
1879 |
tooltip="%command.tooltip.37"> |
1880 |
<visibleWhen
|
1881 |
checkEnabled="false"> |
1882 |
<reference
|
1883 |
definitionId="TextEditorActive"> |
1884 |
</reference>
|
1885 |
</visibleWhen>
|
1886 |
</command>
|
1887 |
<command
|
1888 |
commandId="org.txm.rcp.commands.ExecuteLastGroovyScript" |
1889 |
icon="icons/functions/rerun.png" |
1890 |
label="%command.label.40" |
1891 |
style="push" |
1892 |
tooltip="%command.tooltip.50"> |
1893 |
</command>
|
1894 |
</toolbar>
|
1895 |
<separator
|
1896 |
name="org.txm.rcp.toolbar.separator4" |
1897 |
visible="true"> |
1898 |
</separator>
|
1899 |
<toolbar
|
1900 |
id="org.txm.rcp.toolbarfile"> |
1901 |
</toolbar>
|
1902 |
</menuContribution>
|
1903 |
<menuContribution
|
1904 |
locationURI="popup:org.txm.rcp.views.fileexplorer.Explorer"> |
1905 |
<command
|
1906 |
commandId="org.txm.rcp.commands.CreateFile" |
1907 |
label="%command.label.122" |
1908 |
style="push" |
1909 |
tooltip="%command.tooltip.75"> |
1910 |
<visibleWhen
|
1911 |
checkEnabled="false"> |
1912 |
<reference
|
1913 |
definitionId="OneFileSelected"> |
1914 |
</reference>
|
1915 |
</visibleWhen>
|
1916 |
</command>
|
1917 |
<command
|
1918 |
commandId="org.txm.rcp.commands.CreateFolder" |
1919 |
label="%command.label.123" |
1920 |
style="push" |
1921 |
tooltip="%command.tooltip.76"> |
1922 |
<visibleWhen
|
1923 |
checkEnabled="false"> |
1924 |
<reference
|
1925 |
definitionId="OneFileSelected"> |
1926 |
</reference>
|
1927 |
</visibleWhen>
|
1928 |
</command>
|
1929 |
<command
|
1930 |
commandId="org.txm.rcp.commands.EditSelectedFile" |
1931 |
label="%command.label.186" |
1932 |
style="push" |
1933 |
tooltip="%command.tooltip.17"> |
1934 |
<visibleWhen
|
1935 |
checkEnabled="false"> |
1936 |
<reference
|
1937 |
definitionId="OneFileSelected"> |
1938 |
</reference>
|
1939 |
</visibleWhen>
|
1940 |
</command>
|
1941 |
<command
|
1942 |
commandId="org.txm.rcp.commands.OpenBrowser" |
1943 |
label="%command.label" |
1944 |
style="push" |
1945 |
tooltip="%command.tooltip.18"> |
1946 |
<visibleWhen
|
1947 |
checkEnabled="false"> |
1948 |
<reference
|
1949 |
definitionId="OneFileSelected"> |
1950 |
</reference>
|
1951 |
</visibleWhen>
|
1952 |
</command>
|
1953 |
<command
|
1954 |
commandId="org.txm.rcp.commands.ExecuteScript" |
1955 |
label="%command.label.23" |
1956 |
style="push" |
1957 |
tooltip="%command.tooltip.19"> |
1958 |
<visibleWhen
|
1959 |
checkEnabled="false"> |
1960 |
<reference
|
1961 |
definitionId="OneFileSelected"> |
1962 |
</reference>
|
1963 |
</visibleWhen>
|
1964 |
</command>
|
1965 |
<command
|
1966 |
commandId="org.txm.rcp.commands.ShowSelected" |
1967 |
style="push"> |
1968 |
</command>
|
1969 |
<command
|
1970 |
commandId="org.txm.rcp.commands.RenameFile" |
1971 |
style="push"> |
1972 |
<visibleWhen
|
1973 |
checkEnabled="false"> |
1974 |
<reference
|
1975 |
definitionId="OneFileSelected"> |
1976 |
</reference>
|
1977 |
</visibleWhen>
|
1978 |
</command>
|
1979 |
<command
|
1980 |
commandId="org.txm.rcp.commands.DeleteFile" |
1981 |
style="push" |
1982 |
tooltip="%command.tooltip.15"> |
1983 |
<visibleWhen
|
1984 |
checkEnabled="false"> |
1985 |
<reference
|
1986 |
definitionId="OneFileSelected"> |
1987 |
</reference>
|
1988 |
</visibleWhen>
|
1989 |
</command>
|
1990 |
<command
|
1991 |
commandId="org.txm.rcp.commands.CopyFile" |
1992 |
style="push" |
1993 |
tooltip="%command.tooltip.16"> |
1994 |
<visibleWhen
|
1995 |
checkEnabled="false"> |
1996 |
<reference
|
1997 |
definitionId="OneFileSelected"> |
1998 |
</reference>
|
1999 |
</visibleWhen>
|
2000 |
</command>
|
2001 |
<command
|
2002 |
commandId="org.txm.rcp.commands.CutFile" |
2003 |
style="push" |
2004 |
tooltip="%command.tooltip.20"> |
2005 |
<visibleWhen
|
2006 |
checkEnabled="false"> |
2007 |
<reference
|
2008 |
definitionId="OneFileSelected"> |
2009 |
</reference>
|
2010 |
</visibleWhen>
|
2011 |
</command>
|
2012 |
<command
|
2013 |
commandId="org.txm.rcp.commands.PasteFile" |
2014 |
style="push" |
2015 |
tooltip="%command.tooltip.21"> |
2016 |
<visibleWhen
|
2017 |
checkEnabled="false"> |
2018 |
<reference
|
2019 |
definitionId="OneFileSelected"> |
2020 |
</reference>
|
2021 |
</visibleWhen>
|
2022 |
</command>
|
2023 |
</menuContribution>
|
2024 |
<menuContribution
|
2025 |
locationURI="popup:#TextEditorContext"> |
2026 |
<menu
|
2027 |
label="%menu.label.10"> |
2028 |
<command
|
2029 |
commandId="org.txm.rcp.commands.ExecuteGroovyText" |
2030 |
label="%command.label.25" |
2031 |
style="push"> |
2032 |
</command>
|
2033 |
<command
|
2034 |
commandId="org.txm.rcp.commands.ExecuteScriptGroovy" |
2035 |
label="%command.name.21" |
2036 |
style="push"> |
2037 |
</command>
|
2038 |
<command
|
2039 |
commandId="org.txm.rcp.commands.ExecuteScriptGroovyFromFile" |
2040 |
label="%command.label.156" |
2041 |
style="push"> |
2042 |
</command>
|
2043 |
</menu>
|
2044 |
</menuContribution>
|
2045 |
<menuContribution
|
2046 |
locationURI="popup:org.txm.rcp.views.corpora.CorporaView"> |
2047 |
<separator
|
2048 |
name="org.txm.rcp.corporaview.begin" |
2049 |
visible="true"/> |
2050 |
<menu
|
2051 |
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/export_wiz.png" |
2052 |
id="org.txm.rcp.corporaview.export" |
2053 |
label="%menu.label.13"> |
2054 |
<command
|
2055 |
commandId="org.txm.rcp.commands.function.ExportResult" |
2056 |
icon="icons/functions/export_data.png" |
2057 |
label="%command.label.51" |
2058 |
style="push"> |
2059 |
<visibleWhen
|
2060 |
checkEnabled="false"> |
2061 |
<and>
|
2062 |
<reference
|
2063 |
definitionId="OneTXMResultSelected"> |
2064 |
</reference>
|
2065 |
<not>
|
2066 |
<or>
|
2067 |
<reference
|
2068 |
definitionId="OnePartitionSelected"> |
2069 |
</reference>
|
2070 |
<reference
|
2071 |
definitionId="OneCorpusSelected"> |
2072 |
</reference>
|
2073 |
</or>
|
2074 |
</not>
|
2075 |
</and>
|
2076 |
</visibleWhen>
|
2077 |
</command>
|
2078 |
</menu>
|
2079 |
|
2080 |
<separator
|
2081 |
name="org.txm.rcp.corporaview.corpus" |
2082 |
visible="true"> |
2083 |
</separator>
|
2084 |
<separator
|
2085 |
name="org.txm.rcp.corporaview.corpus.read" |
2086 |
visible="true"> |
2087 |
</separator>
|
2088 |
<separator
|
2089 |
name="org.txm.rcp.corporaview.corpus.manage" |
2090 |
visible="true"> |
2091 |
</separator>
|
2092 |
<separator
|
2093 |
name="org.txm.rcp.corporaview.annotation" |
2094 |
visible="true"> |
2095 |
</separator>
|
2096 |
<separator
|
2097 |
name="org.txm.rcp.corporaview.tools" |
2098 |
visible="true"> |
2099 |
</separator>
|
2100 |
<separator
|
2101 |
name="org.txm.rcp.corporaview.tools.doc" |
2102 |
visible="true"> |
2103 |
</separator>
|
2104 |
<separator
|
2105 |
name="org.txm.rcp.corporaview.tools.stat" |
2106 |
visible="true"> |
2107 |
</separator>
|
2108 |
<separator
|
2109 |
name="org.txm.rcp.corporaview.tools.misc" |
2110 |
visible="true"> |
2111 |
</separator>
|
2112 |
<separator
|
2113 |
name="org.txm.rcp.corporaview.text" |
2114 |
visible="true"> |
2115 |
</separator>
|
2116 |
<separator
|
2117 |
name="org.txm.rcp.corporaview.file" |
2118 |
visible="true"> |
2119 |
</separator>
|
2120 |
<command
|
2121 |
commandId="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
2122 |
mode="FORCE_TEXT" |
2123 |
style="toggle"> |
2124 |
<visibleWhen
|
2125 |
checkEnabled="false"> |
2126 |
<and>
|
2127 |
<reference
|
2128 |
definitionId="OneTXMResultSelected"> |
2129 |
</reference>
|
2130 |
<test
|
2131 |
property="org.txm.rcp.testers.persistable" |
2132 |
value="true"> |
2133 |
</test>
|
2134 |
<test
|
2135 |
property="org.txm.rcp.testers.AutoPersistenceDisabled"> |
2136 |
</test>
|
2137 |
</and>
|
2138 |
</visibleWhen>
|
2139 |
</command>
|
2140 |
<command
|
2141 |
commandId="org.txm.rcp.commands.function.RenameResult" |
2142 |
label="%command.label.26" |
2143 |
style="push"> |
2144 |
<visibleWhen
|
2145 |
checkEnabled="false"> |
2146 |
<reference
|
2147 |
definitionId="OneTXMResultSelected"> |
2148 |
</reference>
|
2149 |
</visibleWhen>
|
2150 |
</command>
|
2151 |
|
2152 |
<command
|
2153 |
commandId="org.txm.rcp.handlers.results.DeleteObject" |
2154 |
icon="icons/functions/Delete.png" |
2155 |
style="push"> |
2156 |
<visibleWhen
|
2157 |
checkEnabled="false"> |
2158 |
<or>
|
2159 |
<reference
|
2160 |
definitionId="OneTXMResultSelected"> |
2161 |
</reference>
|
2162 |
</or>
|
2163 |
</visibleWhen>
|
2164 |
</command>
|
2165 |
<command
|
2166 |
commandId="org.txm.rcp.handlers.results.CloneTXMResult" |
2167 |
label="%command.label.372" |
2168 |
style="push"> |
2169 |
<visibleWhen
|
2170 |
checkEnabled="false"> |
2171 |
<and>
|
2172 |
<reference
|
2173 |
definitionId="OneTXMResultSelected"> |
2174 |
</reference>
|
2175 |
<not>
|
2176 |
<reference
|
2177 |
definitionId="OneMainCorpusSelected"> |
2178 |
</reference>
|
2179 |
</not>
|
2180 |
</and>
|
2181 |
</visibleWhen>
|
2182 |
</command>
|
2183 |
<command
|
2184 |
commandId="org.txm.rcp.handlers.results.CloneTXMResultTree" |
2185 |
label="%command.label.85" |
2186 |
style="push"> |
2187 |
<visibleWhen
|
2188 |
checkEnabled="false"> |
2189 |
<and>
|
2190 |
<reference
|
2191 |
definitionId="OneTXMResultSelected"> |
2192 |
</reference>
|
2193 |
<not>
|
2194 |
<reference
|
2195 |
definitionId="OneMainCorpusSelected"> |
2196 |
</reference>
|
2197 |
</not>
|
2198 |
</and>
|
2199 |
</visibleWhen>
|
2200 |
</command>
|
2201 |
<command
|
2202 |
commandId="org.txm.rcp.handlers.results.ShowHiddenParents" |
2203 |
label="%command.label.91" |
2204 |
style="push"> |
2205 |
<visibleWhen
|
2206 |
checkEnabled="false"> |
2207 |
<and>
|
2208 |
<reference
|
2209 |
definitionId="OneTXMResultSelected"> |
2210 |
</reference>
|
2211 |
<test
|
2212 |
property="org.txm.rcp.testers.IsParentHidden"> |
2213 |
</test>
|
2214 |
</and>
|
2215 |
</visibleWhen>
|
2216 |
</command>
|
2217 |
<command
|
2218 |
commandId="org.txm.rcp.handlers.results.HideIntermediateParents" |
2219 |
label="%command.label.95" |
2220 |
style="push"> |
2221 |
<visibleWhen
|
2222 |
checkEnabled="false"> |
2223 |
<and>
|
2224 |
<reference
|
2225 |
definitionId="OneTXMResultSelected"> |
2226 |
</reference>
|
2227 |
<test
|
2228 |
property="org.txm.rcp.testers.IsParentVisible" |
2229 |
value="true"> |
2230 |
</test>
|
2231 |
</and>
|
2232 |
</visibleWhen>
|
2233 |
</command>
|
2234 |
<command
|
2235 |
commandId="org.txm.rcp.commands.workspace.OpenCorpus" |
2236 |
label="Open corpus" |
2237 |
style="push"> |
2238 |
<visibleWhen
|
2239 |
checkEnabled="false"> |
2240 |
<or>
|
2241 |
<reference
|
2242 |
definitionId="OneIProjectSelected"> |
2243 |
</reference>
|
2244 |
</or>
|
2245 |
</visibleWhen>
|
2246 |
</command>
|
2247 |
<command
|
2248 |
commandId="org.txm.rcp.commands.workspace.CloseCorpus" |
2249 |
label="Close corpus" |
2250 |
style="push"> |
2251 |
<visibleWhen
|
2252 |
checkEnabled="false"> |
2253 |
<or>
|
2254 |
<reference
|
2255 |
definitionId="OneMainCorpusSelected"> |
2256 |
</reference>
|
2257 |
</or>
|
2258 |
</visibleWhen>
|
2259 |
</command>
|
2260 |
<separator
|
2261 |
name="org.txm.rcp.corporaview.preferences" |
2262 |
visible="true"> |
2263 |
</separator>
|
2264 |
<command
|
2265 |
commandId="org.txm.rcp.handlers.results.OpenPreferences" |
2266 |
icon="icons/functions/prefs.png" |
2267 |
label="%command.label.4" |
2268 |
style="push"> |
2269 |
</command>
|
2270 |
|
2271 |
</menuContribution>
|
2272 |
|
2273 |
<menuContribution
|
2274 |
locationURI="popup:org.txm.rcp.editors.SVGGraphicEditor"> |
2275 |
<command
|
2276 |
commandId="org.txm.rcp.commands.function.ExportSVG" |
2277 |
label="%command.label.101" |
2278 |
style="push" |
2279 |
tooltip="%command.tooltip.60"> |
2280 |
<visibleWhen
|
2281 |
checkEnabled="false"> |
2282 |
<reference
|
2283 |
definitionId="SVGEditorActive"> |
2284 |
</reference>
|
2285 |
</visibleWhen>
|
2286 |
</command>
|
2287 |
</menuContribution>
|
2288 |
<menuContribution
|
2289 |
locationURI="popup:org.txm.rcp.views.QueriesView"> |
2290 |
<command
|
2291 |
commandId="org.txm.rcp.commands.queryview.Copy" |
2292 |
label="%command.label.129" |
2293 |
style="push" |
2294 |
tooltip="%command.tooltip.81"> |
2295 |
<visibleWhen
|
2296 |
checkEnabled="false"> |
2297 |
<reference
|
2298 |
definitionId="OneQueryLogSelected"> |
2299 |
</reference>
|
2300 |
</visibleWhen>
|
2301 |
</command>
|
2302 |
<command
|
2303 |
commandId="org.txm.rcp.commands.queryview.Paste" |
2304 |
label="%command.label.130" |
2305 |
style="push" |
2306 |
tooltip="%command.tooltip.82"> |
2307 |
<visibleWhen
|
2308 |
checkEnabled="false"> |
2309 |
<reference
|
2310 |
definitionId="OneBaseSelected"> |
2311 |
</reference>
|
2312 |
</visibleWhen>
|
2313 |
</command>
|
2314 |
<command
|
2315 |
commandId="org.txm.rcp.handlers.results.DeleteObject" |
2316 |
icon="icons/functions/Delete.png" |
2317 |
label="%command.label.65" |
2318 |
style="push" |
2319 |
tooltip="%command.tooltip.33"> |
2320 |
<visibleWhen
|
2321 |
checkEnabled="false"> |
2322 |
<reference
|
2323 |
definitionId="OneQueryLogSelected"> |
2324 |
</reference>
|
2325 |
</visibleWhen>
|
2326 |
</command>
|
2327 |
</menuContribution>
|
2328 |
<menuContribution
|
2329 |
locationURI="popup:org.txm.rcp.views.fileexplorer.MacroExplorer"> |
2330 |
<command
|
2331 |
commandId="org.txm.rcp.commands.ExecuteMacro" |
2332 |
label="%command.label.23" |
2333 |
style="push" |
2334 |
tooltip="%command.tooltip.19"> |
2335 |
<visibleWhen
|
2336 |
checkEnabled="false"> |
2337 |
<reference
|
2338 |
definitionId="OneFileSelected"> |
2339 |
</reference>
|
2340 |
</visibleWhen>
|
2341 |
</command>
|
2342 |
<command
|
2343 |
commandId="org.txm.rcp.commands.EditSelectedFile" |
2344 |
label="%command.label.186" |
2345 |
style="push" |
2346 |
tooltip="%command.tooltip.86"> |
2347 |
<visibleWhen
|
2348 |
checkEnabled="false"> |
2349 |
<reference
|
2350 |
definitionId="OneFileSelected"> |
2351 |
</reference>
|
2352 |
</visibleWhen>
|
2353 |
</command>
|
2354 |
<command
|
2355 |
commandId="org.txm.rcp.commands.CreateMacro" |
2356 |
label="%command.label.187" |
2357 |
style="push" |
2358 |
tooltip="%command.tooltip.92"> |
2359 |
<visibleWhen
|
2360 |
checkEnabled="false"> |
2361 |
<reference
|
2362 |
definitionId="OneFileSelected"> |
2363 |
</reference>
|
2364 |
</visibleWhen>
|
2365 |
</command>
|
2366 |
<command
|
2367 |
commandId="org.txm.rcp.commands.CreateFolder" |
2368 |
label="%command.label.123" |
2369 |
style="push" |
2370 |
tooltip="%command.tooltip.76"> |
2371 |
<visibleWhen
|
2372 |
checkEnabled="false"> |
2373 |
<reference
|
2374 |
definitionId="OneFileSelected"> |
2375 |
</reference>
|
2376 |
</visibleWhen>
|
2377 |
</command>
|
2378 |
<command
|
2379 |
commandId="org.txm.rcp.commands.ShowSelected" |
2380 |
style="push"> |
2381 |
</command>
|
2382 |
<command
|
2383 |
commandId="org.txm.rcp.commands.RenameFile" |
2384 |
style="push"> |
2385 |
<visibleWhen
|
2386 |
checkEnabled="false"> |
2387 |
<reference
|
2388 |
definitionId="OneFileSelected"> |
2389 |
</reference>
|
2390 |
</visibleWhen>
|
2391 |
</command>
|
2392 |
<command
|
2393 |
commandId="org.txm.rcp.commands.DeleteFile" |
2394 |
style="push" |
2395 |
tooltip="%command.tooltip.15"> |
2396 |
<visibleWhen
|
2397 |
checkEnabled="false"> |
2398 |
<reference
|
2399 |
definitionId="OneFileSelected"> |
2400 |
</reference>
|
2401 |
</visibleWhen>
|
2402 |
</command>
|
2403 |
<command
|
2404 |
commandId="org.txm.rcp.commands.CopyFile" |
2405 |
style="push" |
2406 |
tooltip="%command.tooltip.16"> |
2407 |
<visibleWhen
|
2408 |
checkEnabled="false"> |
2409 |
<reference
|
2410 |
definitionId="OneFileSelected"> |
2411 |
</reference>
|
2412 |
</visibleWhen>
|
2413 |
</command>
|
2414 |
<command
|
2415 |
commandId="org.txm.rcp.commands.CutFile" |
2416 |
style="push" |
2417 |
tooltip="%command.tooltip.20"> |
2418 |
<visibleWhen
|
2419 |
checkEnabled="false"> |
2420 |
<reference
|
2421 |
definitionId="OneFileSelected"> |
2422 |
</reference>
|
2423 |
</visibleWhen>
|
2424 |
</command>
|
2425 |
<command
|
2426 |
commandId="org.txm.rcp.commands.PasteFile" |
2427 |
style="push" |
2428 |
tooltip="%command.tooltip.21"> |
2429 |
<visibleWhen
|
2430 |
checkEnabled="false"> |
2431 |
<reference
|
2432 |
definitionId="OneFileSelected"> |
2433 |
</reference>
|
2434 |
</visibleWhen>
|
2435 |
</command>
|
2436 |
</menuContribution>
|
2437 |
<menuContribution
|
2438 |
allPopups="true" |
2439 |
locationURI="toolbar:TXMEditorTopToolBar"> |
2440 |
<command
|
2441 |
commandId="org.txm.rcp.handlers.ComputeTXMResult" |
2442 |
icon="icons/functions/run.png" |
2443 |
id="compute" |
2444 |
style="push" |
2445 |
tooltip="org.txm.rcp.handlers.ComputeTXMResult"> |
2446 |
</command>
|
2447 |
</menuContribution>
|
2448 |
<menuContribution
|
2449 |
allPopups="false" |
2450 |
locationURI="toolbar:org.txm.rcp.views.debug.TXMEditorSWTDebugView"> |
2451 |
<command
|
2452 |
commandId="org.txm.rcp.views.debug.RefreshDebugView" |
2453 |
icon="icons/refresh.png" |
2454 |
style="push"> |
2455 |
</command>
|
2456 |
</menuContribution>
|
2457 |
</extension>
|
2458 |
<extension
|
2459 |
id="general" |
2460 |
name="%extension.name.0" |
2461 |
point="org.eclipse.ui.commands"> |
2462 |
<category
|
2463 |
description="%category.description" |
2464 |
id="org.txm.rcp.category.txm" |
2465 |
name="%category.name.0"> |
2466 |
</category>
|
2467 |
<command
|
2468 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
2469 |
id="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
2470 |
name="%command.name.22"> |
2471 |
<commandParameter
|
2472 |
id="org.txm.rcp.commands.commandParameter3" |
2473 |
name="%commandParameter.name.1" |
2474 |
optional="true"> |
2475 |
</commandParameter>
|
2476 |
</command>
|
2477 |
|
2478 |
<command
|
2479 |
categoryId="org.eclipse.ui.category.navigate" |
2480 |
defaultHandler="org.txm.rcp.commands.OpenBrowser" |
2481 |
id="org.txm.rcp.commands.OpenBrowser" |
2482 |
name="%command.name.8"> |
2483 |
<commandParameter
|
2484 |
id="org.txm.rcp.commands.commandParameter2" |
2485 |
name="%commandParameter.name" |
2486 |
optional="true"> |
2487 |
</commandParameter>
|
2488 |
</command>
|
2489 |
<command
|
2490 |
defaultHandler="org.txm.rcp.commands.ShowSelected" |
2491 |
id="org.txm.rcp.commands.ShowSelected" |
2492 |
name="%command.name.9"> |
2493 |
</command>
|
2494 |
<command
|
2495 |
defaultHandler="org.txm.rcp.commands.RestartTXM" |
2496 |
description="%command.description" |
2497 |
id="org.txm.rcp.commands.RestartTXM" |
2498 |
name="%command.name.25"> |
2499 |
</command>
|
2500 |
|
2501 |
<command
|
2502 |
defaultHandler="org.txm.rcp.commands.ImportSelectedText" |
2503 |
id="org.txm.rcp.commands.ImportSelectedText" |
2504 |
name="%command.name.28"> |
2505 |
</command>
|
2506 |
<command
|
2507 |
defaultHandler="org.txm.rcp.utils.LanguageSwitchHandler" |
2508 |
id="org.txm.rcp.utils.LanguageSwitchHandler" |
2509 |
name="%command.name.31"> |
2510 |
</command>
|
2511 |
|
2512 |
<command
|
2513 |
categoryId="org.eclipse.ui.category.edit" |
2514 |
defaultHandler="org.txm.rcp.commands.OpenImportForm" |
2515 |
id="org.txm.rcp.commands.OpenImportForm" |
2516 |
name="%command.name.62"> |
2517 |
<commandParameter
|
2518 |
id="org.txm.rcp.commands.importscript" |
2519 |
name="%commandParameter.name.2" |
2520 |
optional="false"> |
2521 |
</commandParameter>
|
2522 |
</command>
|
2523 |
<command
|
2524 |
defaultHandler="org.txm.rcp.commands.workspace.ConvertCorpus" |
2525 |
description="%command.description.0" |
2526 |
id="org.txm.rcp.commands.workspace.ConvertCorpus" |
2527 |
name="%command.name.3"> |
2528 |
</command>
|
2529 |
<command
|
2530 |
categoryId="org.txm.rcp.category.txm" |
2531 |
defaultHandler="org.txm.rcp.commands.OpenTestEditor" |
2532 |
id="org.txm.rcp.commands.OpenTestEditor" |
2533 |
name="%command.name.19"> |
2534 |
</command>
|
2535 |
<command
|
2536 |
defaultHandler="org.txm.rcp.commands.editor.SetEncoding" |
2537 |
id="org.txm.rcp.commands.editor.SetEncoding" |
2538 |
name="%command.name.72"> |
2539 |
</command>
|
2540 |
<command
|
2541 |
categoryId="org.eclipse.ui.category.navigate" |
2542 |
defaultHandler="org.txm.rcp.commands.OpenLocalizedWebPage" |
2543 |
id="org.txm.rcp.commands.OpenLocalizedWebPage" |
2544 |
name="%command.name.74"> |
2545 |
<commandParameter
|
2546 |
id="org.txm.rcp.commands.commandParameter3" |
2547 |
name="%commandParameter.name.3" |
2548 |
optional="true"> |
2549 |
</commandParameter>
|
2550 |
</command>
|
2551 |
<command
|
2552 |
categoryId="org.eclipse.ui.category.navigate" |
2553 |
defaultHandler="org.txm.rcp.commands.OpenWelcomePage" |
2554 |
id="org.txm.rcp.commands.OpenWelcomePage" |
2555 |
name="%command.name.8"> |
2556 |
<commandParameter
|
2557 |
id="org.txm.rcp.commands.commandParameter2" |
2558 |
name="%commandParameter.name" |
2559 |
optional="true"> |
2560 |
</commandParameter>
|
2561 |
</command>
|
2562 |
<command
|
2563 |
defaultHandler="org.txm.rcp.p2.plugins.InstallPluginHandler" |
2564 |
description="%command.label.182" |
2565 |
id="org.txm.rcp.p2.plugins.InstallPluginHandler" |
2566 |
name="%command.label.182"> |
2567 |
</command>
|
2568 |
<command
|
2569 |
defaultHandler="org.txm.rcp.p2.plugins.TXMUpdateHandler" |
2570 |
description="%command.description.3" |
2571 |
id="org.txm.rcp.p2.plugins.TXMUpdateHandler" |
2572 |
name="%command.name.87"> |
2573 |
<commandParameter
|
2574 |
id="org.txm.rcp.parameters.update" |
2575 |
name="%commandParameter.name.4" |
2576 |
optional="true"> |
2577 |
</commandParameter>
|
2578 |
</command>
|
2579 |
<command
|
2580 |
defaultHandler="org.txm.rcp.p2.plugins.FixUpdateHandler" |
2581 |
description="%command.description.4" |
2582 |
id="org.txm.rcp.p2.plugins.FixUpdateHandler" |
2583 |
name="%command.name.88"> |
2584 |
</command>
|
2585 |
<command
|
2586 |
defaultHandler="org.txm.rcp.commands.CleanPerspective" |
2587 |
id="org.txm.rcp.commands.CleanPerspective" |
2588 |
name="%command.name.94"> |
2589 |
</command>
|
2590 |
<command
|
2591 |
defaultHandler="org.txm.rcp.commands.OpenManual" |
2592 |
id="org.txm.rcp.commands.OpenManual" |
2593 |
name="%command.name.95"> |
2594 |
</command>
|
2595 |
<command
|
2596 |
categoryId="org.txm.rcp.category.txm" |
2597 |
defaultHandler="org.txm.rcp.commands.workspace.UpdateCorpus" |
2598 |
id="org.txm.rcp.commands.workspace.UpdateCorpus" |
2599 |
name="%command.name.98"> |
2600 |
<commandParameter
|
2601 |
id="org.txm.rcp.commands.workspace.UpdateCorpus.force" |
2602 |
name="force" |
2603 |
optional="true"> |
2604 |
</commandParameter>
|
2605 |
</command>
|
2606 |
|
2607 |
<command
|
2608 |
categoryId="org.txm.rcp.category.txm" |
2609 |
defaultHandler="org.txm.rcp.commands.ReloadCorporaView" |
2610 |
id="org.txm.rcp.commands.ReloadCorporaView" |
2611 |
name="%command.name.2"> |
2612 |
</command>
|
2613 |
<command
|
2614 |
defaultHandler="org.txm.rcp.commands.function.RenameResult" |
2615 |
id="org.txm.rcp.commands.function.RenameResult" |
2616 |
name="%command.name.4"> |
2617 |
</command>
|
2618 |
<command
|
2619 |
categoryId="org.txm.rcp.category.txm" |
2620 |
defaultHandler="org.txm.rcp.commands.ChangeTXMWorkspace" |
2621 |
id="org.txm.rcp.commands.ChangeTXMWorkspace" |
2622 |
name="%command.name.64"> |
2623 |
</command>
|
2624 |
</extension>
|
2625 |
<extension
|
2626 |
id="commands" |
2627 |
name="%extension.name.1" |
2628 |
point="org.eclipse.ui.commands"> |
2629 |
|
2630 |
<command
|
2631 |
defaultHandler="org.txm.rcp.handlers.export.ExportResult" |
2632 |
id="org.txm.rcp.commands.function.ExportResult" |
2633 |
name="%command.name.24"> |
2634 |
</command>
|
2635 |
<command
|
2636 |
defaultHandler="org.txm.rcp.handlers.export.ExportResultParameters" |
2637 |
id="org.txm.rcp.handlers.export.ExportResultParameters" |
2638 |
name="%command.name.35"> |
2639 |
</command>
|
2640 |
<command
|
2641 |
defaultHandler="org.txm.rcp.handlers.export.ExportSVG" |
2642 |
id="org.txm.rcp.commands.function.ExportSVG" |
2643 |
name="%command.name.34"> |
2644 |
</command>
|
2645 |
<command
|
2646 |
defaultHandler="org.txm.rcp.handlers.export.ImportResult" |
2647 |
id="org.txm.rcp.handlers.export.ImportResult" |
2648 |
name="%command.name.39"> |
2649 |
</command>
|
2650 |
<command
|
2651 |
defaultHandler="org.txm.rcp.handlers.export.ImportResultParameters" |
2652 |
id="org.txm.rcp.handlers.export.ImportResultParameters" |
2653 |
name="%command.name.40"> |
2654 |
</command>
|
2655 |
<command
|
2656 |
defaultHandler="org.txm.rcp.commands.ExportXMLTXMFiles" |
2657 |
id="org.txm.rcp.commands.ExportXMLTXMFiles" |
2658 |
name="Corpus au format XML-TXM (.xml)..."> |
2659 |
</command>
|
2660 |
<command
|
2661 |
categoryId="org.txm.rcp.category.txm" |
2662 |
defaultHandler="org.txm.rcp.commands.function.WordPropertiesFromTable" |
2663 |
id="org.txm.rcp.commands.function.WordPropertiesFromTable" |
2664 |
name="Word properties from table (.csv)"> |
2665 |
</command>
|
2666 |
<command
|
2667 |
categoryId="org.txm.rcp.category.txm" |
2668 |
defaultHandler="org.txm.rcp.commands.function.WordPropertiestoTable" |
2669 |
id="org.txm.rcp.commands.function.WordPropertiesToTable" |
2670 |
name="Word properties to table (.csv)"> |
2671 |
</command>
|
2672 |
</extension>
|
2673 |
<extension
|
2674 |
id="links" |
2675 |
name="%extension.name.2" |
2676 |
point="org.eclipse.ui.commands"> |
2677 |
|
2678 |
<command
|
2679 |
defaultHandler="org.txm.rcp.commands.editor.Copy" |
2680 |
id="org.txm.rcp.commands.editor.Copy" |
2681 |
name="%command.name.55"> |
2682 |
</command>
|
2683 |
</extension>
|
2684 |
<extension
|
2685 |
id="views" |
2686 |
name="%extension.name.3" |
2687 |
point="org.eclipse.ui.commands"> |
2688 |
<command
|
2689 |
defaultHandler="org.txm.rcp.commands.workspace.LoadBinaryCorporaDirectory" |
2690 |
id="org.txm.rcp.commands.workspace.LoadBinaryCorporaDirectory" |
2691 |
name="%command.name.5"> |
2692 |
</command>
|
2693 |
<command
|
2694 |
defaultHandler="org.txm.rcp.commands.queryview.Copy" |
2695 |
id="org.txm.rcp.commands.queryview.Copy" |
2696 |
name="%command.name.55"> |
2697 |
</command>
|
2698 |
<command
|
2699 |
defaultHandler="org.txm.rcp.commands.queryview.Paste" |
2700 |
id="org.txm.rcp.commands.queryview.Paste" |
2701 |
name="%command.name.56"> |
2702 |
</command>
|
2703 |
<command
|
2704 |
defaultHandler="org.txm.rcp.handlers.files.DownloadFile" |
2705 |
id="org.txm.rcp.commands.DownloadFile" |
2706 |
name="%command.name.91"> |
2707 |
</command>
|
2708 |
<command
|
2709 |
defaultHandler="org.txm.rcp.views.debug.RefreshDebugView" |
2710 |
id="org.txm.rcp.views.debug.RefreshDebugView" |
2711 |
name="%command.name.27"> |
2712 |
</command>
|
2713 |
</extension>
|
2714 |
<extension
|
2715 |
id="file" |
2716 |
name="%extension.name.4" |
2717 |
point="org.eclipse.ui.commands"> |
2718 |
<category
|
2719 |
description="%category.description.0" |
2720 |
id="org.txm.rcp.categories.file" |
2721 |
name="%category.name.4"> |
2722 |
</category>
|
2723 |
<command
|
2724 |
categoryId="org.txm.rcp.categories.file" |
2725 |
defaultHandler="org.txm.rcp.handlers.files.CutFile" |
2726 |
id="org.txm.rcp.commands.CutFile" |
2727 |
name="%command.name.71"> |
2728 |
</command>
|
2729 |
<command
|
2730 |
categoryId="org.txm.rcp.categories.file" |
2731 |
defaultHandler="org.txm.rcp.commands.editor.SaveAs" |
2732 |
id="org.txm.rcp.commands.editor.SaveAs" |
2733 |
name="%command.name.67"> |
2734 |
</command>
|
2735 |
<command
|
2736 |
categoryId="org.txm.rcp.categories.file" |
2737 |
defaultHandler="org.txm.rcp.handlers.files.DeleteFile" |
2738 |
id="org.txm.rcp.commands.DeleteFile" |
2739 |
name="%command.name.68"> |
2740 |
</command>
|
2741 |
<command
|
2742 |
categoryId="org.txm.rcp.categories.file" |
2743 |
defaultHandler="org.txm.rcp.handlers.files.CopyFile" |
2744 |
id="org.txm.rcp.commands.CopyFile" |
2745 |
name="%command.name.69"> |
2746 |
</command>
|
2747 |
<command
|
2748 |
categoryId="org.txm.rcp.categories.file" |
2749 |
defaultHandler="org.txm.rcp.handlers.files.PasteFile" |
2750 |
id="org.txm.rcp.commands.PasteFile" |
2751 |
name="%command.name.70"> |
2752 |
</command>
|
2753 |
<command
|
2754 |
categoryId="org.txm.rcp.categories.file" |
2755 |
defaultHandler="org.txm.rcp.handlers.files.RenameFile" |
2756 |
id="org.txm.rcp.commands.RenameFile" |
2757 |
name="%command.name.108"> |
2758 |
</command>
|
2759 |
<command
|
2760 |
categoryId="org.txm.rcp.categories.file" |
2761 |
defaultHandler="org.txm.rcp.handlers.files.CreateFile" |
2762 |
id="org.txm.rcp.commands.CreateFile" |
2763 |
name="%command.name.47"> |
2764 |
</command>
|
2765 |
<command
|
2766 |
categoryId="org.txm.rcp.categories.file" |
2767 |
defaultHandler="org.txm.rcp.handlers.files.CreateFolder" |
2768 |
id="org.txm.rcp.commands.CreateFolder" |
2769 |
name="%command.name.48"> |
2770 |
</command>
|
2771 |
<command
|
2772 |
categoryId="org.txm.rcp.categories.file" |
2773 |
defaultHandler="org.txm.rcp.handlers.files.EditSelectedFile" |
2774 |
id="org.txm.rcp.commands.EditSelectedFile" |
2775 |
name="%command.name.106"> |
2776 |
</command>
|
2777 |
<command
|
2778 |
categoryId="org.txm.rcp.categories.file" |
2779 |
defaultHandler="org.txm.rcp.handlers.files.EditFile" |
2780 |
id="org.txm.rcp.handlers.files.EditFile" |
2781 |
name="%command.name"> |
2782 |
<commandParameter
|
2783 |
id="org.txm.rcp.commands.commandParameter2" |
2784 |
name="%commandParameter.name" |
2785 |
optional="true"> |
2786 |
</commandParameter>
|
2787 |
</command>
|
2788 |
</extension>
|
2789 |
<extension
|
2790 |
id="results" |
2791 |
name="%extension.name.5" |
2792 |
point="org.eclipse.ui.commands"> |
2793 |
<category
|
2794 |
id="org.txm.rcp.categories.results" |
2795 |
name="%category.name.5"> |
2796 |
</category>
|
2797 |
<command
|
2798 |
categoryId="org.txm.rcp.categories.results" |
2799 |
defaultHandler="org.txm.rcp.handlers.results.DeleteObject" |
2800 |
description="%command.description.5" |
2801 |
id="org.txm.rcp.handlers.results.DeleteObject" |
2802 |
name="%command.name.26"> |
2803 |
</command>
|
2804 |
<command
|
2805 |
categoryId="org.txm.rcp.categories.results" |
2806 |
defaultHandler="org.txm.rcp.handlers.results.ComputeTXMResult" |
2807 |
description="%command.description.6" |
2808 |
id="org.txm.rcp.handlers.ComputeTXMResult" |
2809 |
name="%command.name.32"> |
2810 |
</command>
|
2811 |
<command
|
2812 |
categoryId="org.txm.rcp.categories.results" |
2813 |
defaultHandler="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
2814 |
id="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
2815 |
name="%command.name.33"> |
2816 |
</command>
|
2817 |
<command
|
2818 |
categoryId="org.txm.rcp.categories.results" |
2819 |
defaultHandler="org.txm.rcp.handlers.results.SetTXMResultLockState" |
2820 |
id="org.txm.rcp.handlers.results.SetTXMResultLockState" |
2821 |
name="%command.name.44"> |
2822 |
</command>
|
2823 |
<command
|
2824 |
defaultHandler="org.txm.rcp.handlers.results.CloneTXMResult" |
2825 |
id="org.txm.rcp.handlers.results.CloneTXMResult" |
2826 |
name="%command.name.45"> |
2827 |
</command>
|
2828 |
<command
|
2829 |
defaultHandler="org.txm.rcp.handlers.results.CloneTXMResultTree" |
2830 |
id="org.txm.rcp.handlers.results.CloneTXMResultTree" |
2831 |
name="%command.name.46"> |
2832 |
</command>
|
2833 |
<command
|
2834 |
defaultHandler="org.txm.rcp.handlers.results.ShowHiddenParents" |
2835 |
id="org.txm.rcp.handlers.results.ShowHiddenParents" |
2836 |
name="%command.name.49"> |
2837 |
</command>
|
2838 |
<command
|
2839 |
defaultHandler="org.txm.rcp.handlers.results.HideIntermediateParents" |
2840 |
id="org.txm.rcp.handlers.results.HideIntermediateParents" |
2841 |
name="%command.name.53"> |
2842 |
</command>
|
2843 |
<command
|
2844 |
categoryId="org.txm.rcp.categories.results" |
2845 |
defaultHandler="org.txm.rcp.handlers.results.OpenPreferences" |
2846 |
description="%command.description.7" |
2847 |
id="org.txm.rcp.handlers.results.OpenPreferences" |
2848 |
name="%command.name.57"> |
2849 |
</command>
|
2850 |
<command
|
2851 |
categoryId="org.txm.rcp.categories.results" |
2852 |
defaultHandler="org.txm.rcp.commands.workspace.OpenCorpus" |
2853 |
description="Open" |
2854 |
id="org.txm.rcp.commands.workspace.OpenCorpus" |
2855 |
name="Open"> |
2856 |
</command>
|
2857 |
<command
|
2858 |
categoryId="org.txm.rcp.categories.results" |
2859 |
defaultHandler="org.txm.rcp.commands.workspace.CloseCorpus" |
2860 |
description="Close" |
2861 |
id="org.txm.rcp.commands.workspace.CloseCorpus" |
2862 |
name="Close"> |
2863 |
</command>
|
2864 |
</extension>
|
2865 |
<extension
|
2866 |
id="scripts" |
2867 |
name="%extension.name.6" |
2868 |
point="org.eclipse.ui.commands"> |
2869 |
<category
|
2870 |
id="org.txm.rcp.categories.scripts" |
2871 |
name="%category.name.6"> |
2872 |
</category>
|
2873 |
<command
|
2874 |
categoryId="org.txm.rcp.categories.scripts" |
2875 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyScript" |
2876 |
id="org.txm.rcp.commands.ExecuteScriptGroovy" |
2877 |
name="%command.name.0"> |
2878 |
</command>
|
2879 |
<command
|
2880 |
categoryId="org.txm.rcp.categories.scripts" |
2881 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteLastGroovyScript" |
2882 |
id="org.txm.rcp.commands.ExecuteLastGroovyScript" |
2883 |
name="%command.name.89"> |
2884 |
</command>
|
2885 |
<command
|
2886 |
categoryId="org.txm.rcp.categories.scripts" |
2887 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyText" |
2888 |
id="org.txm.rcp.commands.ExecuteGroovyText" |
2889 |
name="%command.name.10"> |
2890 |
</command>
|
2891 |
<command
|
2892 |
categoryId="org.txm.rcp.categories.scripts" |
2893 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyScriptFromFile" |
2894 |
id="org.txm.rcp.commands.ExecuteScriptGroovyFromFile" |
2895 |
name="%command.name.66"> |
2896 |
</command>
|
2897 |
<command
|
2898 |
categoryId="org.txm.rcp.categories.scripts" |
2899 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyMacro" |
2900 |
id="org.txm.rcp.commands.ExecuteMacro" |
2901 |
name="%command.name.79"> |
2902 |
<commandParameter
|
2903 |
id="org.txm.rcp.command.parameter.file" |
2904 |
name="%commandParameter.name.5" |
2905 |
optional="true"> |
2906 |
</commandParameter>
|
2907 |
<commandParameter
|
2908 |
id="args" |
2909 |
name="string args" |
2910 |
optional="true"> |
2911 |
</commandParameter>
|
2912 |
</command>
|
2913 |
<command
|
2914 |
categoryId="org.txm.rcp.categories.scripts" |
2915 |
defaultHandler="org.txm.rcp.handlers.scripts.CreateMacro" |
2916 |
id="org.txm.rcp.commands.CreateMacro" |
2917 |
name="%command.name.80"> |
2918 |
</command>
|
2919 |
<command
|
2920 |
categoryId="org.txm.rcp.categories.scripts" |
2921 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteScript" |
2922 |
id="org.txm.rcp.commands.ExecuteScript" |
2923 |
name="%command.name.21"> |
2924 |
<commandParameter
|
2925 |
id="org.txm.rcp.command.parameter.file" |
2926 |
name="%commandParameter.name.6" |
2927 |
optional="true"> |
2928 |
</commandParameter>
|
2929 |
<commandParameter
|
2930 |
id="args" |
2931 |
name="string args" |
2932 |
optional="true"> |
2933 |
</commandParameter>
|
2934 |
</command>
|
2935 |
<command
|
2936 |
categoryId="org.txm.rcp.categories.scripts" |
2937 |
defaultHandler="org.txm.rcp.handlers.scripts.ExecuteText" |
2938 |
id="org.txm.rcp.commands.ExecuteText" |
2939 |
name="%command.name.50"> |
2940 |
</command>
|
2941 |
<command
|
2942 |
defaultHandler="org.txm.rcp.commands.workspace.RebuildCorpus" |
2943 |
id="org.txm.rcp.commands.workspace.RebuildCorpus" |
2944 |
name="%command.name.59"> |
2945 |
</command>
|
2946 |
<command
|
2947 |
categoryId="org.txm.rcp.category.txm" |
2948 |
defaultHandler="org.txm.rcp.commands.workspace.LoadBinaryCorpus" |
2949 |
id="org.txm.rcp.commands.workspace.LoadBinaryCorpus" |
2950 |
name="%command.name.61"> |
2951 |
<commandParameter
|
2952 |
id="url" |
2953 |
name="URL" |
2954 |
optional="true"> |
2955 |
</commandParameter>
|
2956 |
</command>
|
2957 |
</extension>
|
2958 |
<extension
|
2959 |
point="org.eclipse.core.expressions.definitions"> |
2960 |
<definition
|
2961 |
id="OneFileSelected"> |
2962 |
<with
|
2963 |
variable="selection"> |
2964 |
<iterate
|
2965 |
ifEmpty="false" |
2966 |
operator="and"> |
2967 |
<instanceof
|
2968 |
value="java.io.File"> |
2969 |
</instanceof>
|
2970 |
</iterate>
|
2971 |
</with>
|
2972 |
</definition>
|
2973 |
<definition
|
2974 |
id="OneDirSelected"> |
2975 |
<and>
|
2976 |
<instanceof
|
2977 |
value="java.io.File"> |
2978 |
</instanceof>
|
2979 |
<test
|
2980 |
args="isDirectory()" |
2981 |
property="org.txm.rcp.test2" |
2982 |
value="true"> |
2983 |
</test>
|
2984 |
</and>
|
2985 |
</definition>
|
2986 |
<definition
|
2987 |
id="OneProjectSelected"> |
2988 |
<with
|
2989 |
variable="corporaSelection"> |
2990 |
<iterate
|
2991 |
ifEmpty="false" |
2992 |
operator="and"> |
2993 |
<instanceof
|
2994 |
value="org.txm.objects.Project"> |
2995 |
</instanceof>
|
2996 |
</iterate>
|
2997 |
</with>
|
2998 |
</definition>
|
2999 |
<definition
|
3000 |
id="OneIProjectSelected"> |
3001 |
<with
|
3002 |
variable="corporaSelection"> |
3003 |
<iterate
|
3004 |
ifEmpty="false" |
3005 |
operator="and"> |
3006 |
<instanceof
|
3007 |
value="org.eclipse.core.resources.IProject"> |
3008 |
</instanceof>
|
3009 |
</iterate>
|
3010 |
</with>
|
3011 |
</definition>
|
3012 |
<definition
|
3013 |
id="OneTextSelected"> |
3014 |
<with
|
3015 |
variable="corporaSelection"> |
3016 |
<iterate
|
3017 |
ifEmpty="false" |
3018 |
operator="and"> |
3019 |
<instanceof
|
3020 |
value="org.txm.objects.Text"> |
3021 |
</instanceof>
|
3022 |
</iterate>
|
3023 |
</with>
|
3024 |
</definition>
|
3025 |
|
3026 |
<definition
|
3027 |
id="OneResultSelected"> |
3028 |
<visibleWhen
|
3029 |
checkEnabled="false"> |
3030 |
<or>
|
3031 |
<reference
|
3032 |
definitionId="OneSpecificitiesResultSelected"> |
3033 |
</reference>
|
3034 |
<reference
|
3035 |
definitionId="OneCASelected"> |
3036 |
</reference>
|
3037 |
<reference
|
3038 |
definitionId="OneLexiconSelected"> |
3039 |
</reference>
|
3040 |
<reference
|
3041 |
definitionId="OneConcordanceSelected"> |
3042 |
</reference>
|
3043 |
<reference
|
3044 |
definitionId="OneIndexSelected"> |
3045 |
</reference>
|
3046 |
<reference
|
3047 |
definitionId="OneReferencerSelected"> |
3048 |
</reference>
|
3049 |
</or>
|
3050 |
</visibleWhen>
|
3051 |
</definition>
|
3052 |
<definition
|
3053 |
id="SVGEditorActive"> |
3054 |
<with
|
3055 |
variable="activeEditorId"> |
3056 |
<equals
|
3057 |
value="org.txm.rcp.editors.SVGGraphicEditor"> |
3058 |
</equals>
|
3059 |
</with>
|
3060 |
</definition>
|
3061 |
<definition
|
3062 |
id="StatEngineReady"> |
3063 |
<test
|
3064 |
forcePluginActivation="true" |
3065 |
property="org.txm.rcp.testers.ToolboxTester" |
3066 |
value="StateEngineReady"> |
3067 |
</test>
|
3068 |
</definition>
|
3069 |
<definition
|
3070 |
id="LabPerspectiveSelected"> |
3071 |
<with
|
3072 |
variable="activeWorkbenchWindow.activePerspective"> |
3073 |
<equals
|
3074 |
value="org.txm.rcp.perspective.LabPerspective"> |
3075 |
</equals>
|
3076 |
</with>
|
3077 |
</definition>
|
3078 |
<definition
|
3079 |
id="OneLexicalTableAbleSelected"> |
3080 |
<with
|
3081 |
variable="corporaSelection"> |
3082 |
<iterate
|
3083 |
ifEmpty="false" |
3084 |
operator="and"> |
3085 |
<instanceof
|
3086 |
value="org.txm.functions.LexicalTableAble"> |
3087 |
</instanceof>
|
3088 |
</iterate>
|
3089 |
</with>
|
3090 |
</definition>
|
3091 |
<definition
|
3092 |
id="NeedToSaveAnnotations"> |
3093 |
<test
|
3094 |
forcePluginActivation="true" |
3095 |
property="org.txm.rcp.testers.annotate.canSave"> |
3096 |
</test>
|
3097 |
</definition>
|
3098 |
<definition
|
3099 |
id="ExpertEnabled"> |
3100 |
<test
|
3101 |
forcePluginActivation="true" |
3102 |
property="org.txm.rcp.testers.ExpertEnabled"> |
3103 |
</test>
|
3104 |
</definition>
|
3105 |
<definition
|
3106 |
id="IsXTZCorpus"> |
3107 |
<test
|
3108 |
forcePluginActivation="true" |
3109 |
property="org.txm.rcp.testers.corpus.xtzCorpus"> |
3110 |
</test>
|
3111 |
</definition>
|
3112 |
<definition
|
3113 |
id="TextEditorActive"> |
3114 |
<or>
|
3115 |
<with
|
3116 |
variable="activePartId"> |
3117 |
<equals
|
3118 |
value="org.txm.rcp.editors.TxtEditor"> |
3119 |
</equals>
|
3120 |
</with>
|
3121 |
<with
|
3122 |
variable="activePartId"> |
3123 |
<equals
|
3124 |
value=" org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart"> |
3125 |
</equals>
|
3126 |
</with></or> |
3127 |
</definition>
|
3128 |
<definition
|
3129 |
id="OneTXMResultSelected"> |
3130 |
<with
|
3131 |
variable="corporaSelection"> |
3132 |
<iterate
|
3133 |
ifEmpty="false" |
3134 |
operator="and"> |
3135 |
<instanceof
|
3136 |
value="org.txm.core.results.TXMResult"> |
3137 |
</instanceof>
|
3138 |
</iterate>
|
3139 |
</with>
|
3140 |
</definition>
|
3141 |
<definition
|
3142 |
id="OneOrMoreElementSelected"> |
3143 |
<with
|
3144 |
variable="activeMenuSelection"> |
3145 |
<count
|
3146 |
value="+"> |
3147 |
</count>
|
3148 |
</with>
|
3149 |
</definition>
|
3150 |
<definition
|
3151 |
id="IscorpusProject"> |
3152 |
<adapt
|
3153 |
type="org.eclipse.core.resources.IProject"> |
3154 |
<test
|
3155 |
property="org.eclipse.core.resources.projectNature" |
3156 |
value="org.txm.core.project.corpus"> |
3157 |
</test>
|
3158 |
</adapt>
|
3159 |
</definition>
|
3160 |
<definition
|
3161 |
id="TXMEditorActive"> |
3162 |
<with
|
3163 |
variable="activePart"> |
3164 |
<instanceof
|
3165 |
value="org.txm.rcp.editors.TXMEditor"> |
3166 |
</instanceof>
|
3167 |
</with>
|
3168 |
</definition>
|
3169 |
<definition
|
3170 |
id="OneProjectSelected"> |
3171 |
<with
|
3172 |
variable="corporaSelection"> |
3173 |
<iterate
|
3174 |
ifEmpty="false" |
3175 |
operator="and"> |
3176 |
<instanceof
|
3177 |
value="org.eclipse.core.resources.IProject"> |
3178 |
</instanceof>
|
3179 |
</iterate>
|
3180 |
</with>
|
3181 |
</definition>
|
3182 |
<definition
|
3183 |
id="SelectionIsNotEmpty"> |
3184 |
<with
|
3185 |
variable="selection"> |
3186 |
<iterate
|
3187 |
ifEmpty="false" |
3188 |
operator="and"> |
3189 |
<instanceof
|
3190 |
value="java.lang.Object"> |
3191 |
</instanceof>
|
3192 |
</iterate>
|
3193 |
</with>
|
3194 |
</definition>
|
3195 |
</extension>
|
3196 |
|
3197 |
<extension
|
3198 |
point="org.eclipse.ui.splashHandlers"> |
3199 |
<splashHandler
|
3200 |
class="org.txm.rcp.splashHandlers.TXMSplashHandler" |
3201 |
id="org.txm.rcp.splashHandlers.TXMSplashHandler"> |
3202 |
</splashHandler>
|
3203 |
<splashHandlerProductBinding
|
3204 |
productId="org.txm.rcp.product" |
3205 |
splashId="org.txm.rcp.splashHandlers.TXMSplashHandler"> |
3206 |
</splashHandlerProductBinding>
|
3207 |
</extension>
|
3208 |
<extension
|
3209 |
point="org.eclipse.core.expressions.propertyTesters"> |
3210 |
<propertyTester
|
3211 |
class="org.txm.rcp.testers.ToolboxTester" |
3212 |
id="org.txm.rcp.testers.ToolboxTester" |
3213 |
namespace="org.txm.rcp.testers" |
3214 |
properties="StatEngineReady,SearchEngineReady,computable,persistable" |
3215 |
type="java.lang.Object"> |
3216 |
</propertyTester>
|
3217 |
<propertyTester
|
3218 |
class="org.txm.rcp.testers.IsCorpusAnnotated" |
3219 |
id="org.txm.rcp.testers.IsCorpusAnnotated" |
3220 |
namespace="org.txm.rcp.testers.annotate" |
3221 |
properties="canSave" |
3222 |
type="java.lang.Object"> |
3223 |
</propertyTester>
|
3224 |
<propertyTester
|
3225 |
class="org.txm.rcp.testers.ExpertEnabled" |
3226 |
id="org.txm.rcp.testers.ExpertEnabled" |
3227 |
namespace="org.txm.rcp.testers" |
3228 |
properties="ExpertEnabled" |
3229 |
type="java.lang.Object"> |
3230 |
</propertyTester>
|
3231 |
<propertyTester
|
3232 |
class="org.txm.rcp.testers.IsXTZCorpus" |
3233 |
id="org.txm.rcp.testers.IsXTZCorpus" |
3234 |
namespace="org.txm.rcp.testers.corpus" |
3235 |
properties="xtzCorpus" |
3236 |
type="java.lang.Object"> |
3237 |
</propertyTester>
|
3238 |
<propertyTester
|
3239 |
class="org.txm.rcp.testers.AutoPersistenceDisabled" |
3240 |
id="org.txm.rcp.testers.AutoPersistenceDisabled" |
3241 |
namespace="org.txm.rcp.testers" |
3242 |
properties="AutoPersistenceDisabled" |
3243 |
type="java.lang.Object"> |
3244 |
</propertyTester>
|
3245 |
<propertyTester
|
3246 |
class="org.txm.rcp.testers.IsParentVisible" |
3247 |
id="org.txm.rcp.testers.IsParentVisible" |
3248 |
namespace="org.txm.rcp.testers" |
3249 |
properties="IsParentVisible" |
3250 |
type="java.lang.Object"> |
3251 |
</propertyTester>
|
3252 |
<propertyTester
|
3253 |
class="org.txm.rcp.testers.IsParentHidden" |
3254 |
id="org.txm.rcp.testers.IsParentHidden" |
3255 |
namespace="org.txm.rcp.testers" |
3256 |
properties="IsParentHidden" |
3257 |
type="java.lang.Object"> |
3258 |
</propertyTester>
|
3259 |
</extension>
|
3260 |
<extension
|
3261 |
point="org.eclipse.ui.bindings"> |
3262 |
<scheme
|
3263 |
description="%scheme.description" |
3264 |
id="org.txm.rcp.scheme" |
3265 |
name="%scheme.name" |
3266 |
parentId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
3267 |
</scheme>
|
3268 |
<key
|
3269 |
commandId="org.txm.rcp.commands.ExecuteText" |
3270 |
contextId="org.eclipse.ui.contexts.window" |
3271 |
schemeId="org.txm.rcp.scheme" |
3272 |
sequence="F11"> |
3273 |
</key>
|
3274 |
<key
|
3275 |
commandId="org.txm.rcp.commands.ExecuteScript" |
3276 |
contextId="org.eclipse.ui.contexts.window" |
3277 |
schemeId="org.txm.rcp.scheme" |
3278 |
sequence="M1+F11"> |
3279 |
</key>
|
3280 |
<key
|
3281 |
commandId="org.txm.rcp.commands.ExecuteLastGroovyScript" |
3282 |
contextId="org.eclipse.ui.contexts.window" |
3283 |
schemeId="org.txm.rcp.scheme" |
3284 |
sequence="F12"> |
3285 |
</key>
|
3286 |
<key
|
3287 |
commandId="org.txm.rcp.commands.ReloadCorporaView" |
3288 |
contextId="org.txm.rcp.views.corpora.CorporaView" |
3289 |
schemeId="org.txm.rcp.scheme" |
3290 |
sequence="F5"> |
3291 |
</key>
|
3292 |
<key
|
3293 |
commandId="org.txm.rcp.commands.function.RenameResult" |
3294 |
contextId="org.txm.rcp.views.corpora.CorporaView" |
3295 |
schemeId="org.txm.rcp.scheme" |
3296 |
sequence="F2"> |
3297 |
</key>
|
3298 |
<key
|
3299 |
commandId="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
3300 |
contextId="org.txm.rcp.views.corpora.CorporaView" |
3301 |
schemeId="org.txm.rcp.scheme" |
3302 |
sequence="M1+S"> |
3303 |
</key>
|
3304 |
</extension>
|
3305 |
<!-- <extension
|
3306 |
point="org.eclipse.e4.ui.css.swt.theme">
|
3307 |
<theme
|
3308 |
basestylesheeturi="css/default_linux.css"
|
3309 |
id="org.txm.rcp.theme.default.linux"
|
3310 |
label="TXM"
|
3311 |
os="linux">
|
3312 |
</theme>
|
3313 |
<theme
|
3314 |
basestylesheeturi="css/default_windows.css"
|
3315 |
id="org.txm.rcp.theme.default.windows"
|
3316 |
label="TXM"
|
3317 |
os="win32">
|
3318 |
</theme>
|
3319 |
<theme
|
3320 |
basestylesheeturi="css/default_mac.css"
|
3321 |
id="org.txm.rcp.theme.default.mac"
|
3322 |
label="TXM"
|
3323 |
os="macosx">
|
3324 |
</theme>
|
3325 |
</extension>-->
|
3326 |
<extension
|
3327 |
point="org.eclipse.ui.contexts"> |
3328 |
<context
|
3329 |
description="%context.description.0" |
3330 |
id="org.txm.rcp.views.corpora.CorporaView" |
3331 |
name="%context.name.0"> |
3332 |
</context>
|
3333 |
</extension>
|
3334 |
<extension
|
3335 |
point="org.eclipse.ui.newWizards"> |
3336 |
<category
|
3337 |
id="org.txm.rcp.corpus" |
3338 |
name="%category.name.7"> |
3339 |
</category>
|
3340 |
<primaryWizard
|
3341 |
id="org.txm.rcp.corpuswizard.TxtWizard"> |
3342 |
</primaryWizard>
|
3343 |
<primaryWizard
|
3344 |
id="org.txm.rcp.corpuswizard.XMLXTZWizard"> |
3345 |
</primaryWizard>
|
3346 |
<primaryWizard
|
3347 |
id="org.txm.rcp.corpuswizard.FactivaWizard"> |
3348 |
</primaryWizard>
|
3349 |
<wizard
|
3350 |
category="org.txm.rcp.corpus" |
3351 |
class="org.txm.rcp.corpuswizard.ImportWizard" |
3352 |
descriptionImage="icons/wizard/txt.png" |
3353 |
finalPerspective="org.txm.rcp.perspective.TXMPerspective" |
3354 |
icon="icons/objects/file.png" |
3355 |
id="org.txm.rcp.corpuswizard.TxtWizard" |
3356 |
name="%wizard.name.2" |
3357 |
preferredPerspectives="org.txm.rcp.perspective.TXMPerspective" |
3358 |
project="true"> |
3359 |
</wizard>
|
3360 |
<wizard
|
3361 |
category="org.txm.rcp.corpus" |
3362 |
class="org.txm.rcp.corpuswizard.ImportWizard" |
3363 |
descriptionImage="icons/wizard/factiva.png" |
3364 |
finalPerspective="org.txm.rcp.perspective.TXMPerspective" |
3365 |
icon="icons/objects/xml.png" |
3366 |
id="org.txm.rcp.corpuswizard.FactivaWizard" |
3367 |
name="%wizard.name.3" |
3368 |
preferredPerspectives="org.txm.rcp.perspective.TXMPerspective" |
3369 |
project="true"> |
3370 |
</wizard>
|
3371 |
<wizard
|
3372 |
category="org.txm.rcp.corpus" |
3373 |
class="org.txm.rcp.corpuswizard.ImportWizard" |
3374 |
descriptionImage="icons/wizard/xtz.png" |
3375 |
finalPerspective="org.txm.rcp.perspective.TXMPerspective" |
3376 |
icon="icons/objects/xml.png" |
3377 |
id="org.txm.rcp.corpuswizard.XMLXTZWizard" |
3378 |
name="%wizard.name.4" |
3379 |
preferredPerspectives="org.txm.rcp.perspective.TXMPerspective" |
3380 |
project="true"> |
3381 |
</wizard>
|
3382 |
</extension>
|
3383 |
<extension
|
3384 |
point="org.eclipse.ui.ide.projectNatureImages"> |
3385 |
<image
|
3386 |
icon="icons/objects/project.png" |
3387 |
id="org.txm.rcp.image1" |
3388 |
natureId="org.txm.core.CorpusNature"> |
3389 |
</image>
|
3390 |
</extension>
|
3391 |
<extension
|
3392 |
id="id1" |
3393 |
point="org.eclipse.core.resources.natures"> |
3394 |
<runtime>
|
3395 |
<run
|
3396 |
class="org.txm.core.CorpusNature"> |
3397 |
</run>
|
3398 |
</runtime>
|
3399 |
</extension>
|
3400 |
<extension
|
3401 |
point="org.eclipse.ui.installationPages"> |
3402 |
<page
|
3403 |
class="org.txm.rcp.InstallationPage.PathsInstallationPage" |
3404 |
id="org.txm.rcp.installationPages.paths" |
3405 |
name="Paths"> |
3406 |
</page>
|
3407 |
</extension>
|
3408 |
<extension
|
3409 |
point="org.eclipse.ui.services"> |
3410 |
<sourceProvider
|
3411 |
provider="org.txm.rcp.CorporaSourceProvider"> |
3412 |
<variable
|
3413 |
name="corporaSelection" |
3414 |
priorityLevel="workbench"> |
3415 |
</variable>
|
3416 |
</sourceProvider>
|
3417 |
</extension>
|
3418 |
|
3419 |
</plugin>
|