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