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