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