Statistiques
| Révision :

root / TXM / main / org.txm.rcp / plugin.xml @ 3285

Historique | Voir | Annoter | Télécharger (126,03 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
 
7
   <extension
8
         id="Application"
9
         point="org.eclipse.core.runtime.applications">
10
      <application
11
            icon="icons/logo/TXM_logo.png">
12
         <run
13
               class="org.txm.rcp.Application">
14
         </run>
15
      </application>
16
   </extension>
17
   <extension
18
         point="org.eclipse.ui.perspectives">
19
      <perspective
20
            class="org.txm.rcp.perspective.TXMPerspective"
21
            icon="icons/objects/corpus.png"
22
            id="org.txm.rcp.perspective.TXMPerspective"
23
            name="%perspective.name">
24
      </perspective>
25
   </extension>
26
   <extension
27
         id="product"
28
         point="org.eclipse.core.runtime.products">
29
      <product
30
            application="org.txm.rcp.Application"
31
            description="%product.description"
32
            name="TXM">
33
         <property
34
               name="appName"
35
               value="TXM">
36
         </property>
37
         <property
38
               name="windowImages"
39
               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">
40
         </property>
41
         <property
42
               name="startupForegroundColor"
43
               value="000000">
44
         </property>
45
         <property
46
               name="startupMessageRect"
47
               value="13,312,290,20">
48
         </property>
49
         <property
50
               name="aboutImage"
51
               value="icons/logo/about TXM.png">
52
         </property>
53
         <property
54
               name="aboutText"
55
               value="[Contrat d&apos;utilisation du logiciel TXM]&#x0A;&#x0A;TXM 0.8.1 Copyright © 2010-2021 ENS de Lyon, University of Franche-Comté, CNRS&#x0A;&#x0A;&lt;English version below&gt;&#x0A;&#x0A;EN ACCEPTANT CETTE INSTALLATION OU MISE À JOUR ET EN UTILISANT TXM, VOUS VOUS ENGAGEZ À CITER L&apos;ARTICLE DE RÉFÉRENCE DE LA PLATEFORME* DANS VOS PUBLICATIONS DE RÉSULTATS OBTENUS À PARTIR D&apos;ELLE. CELA EST ESSENTIEL POUR NOUS PERMETTRE DE JUSTIFIER LE BESOIN DE PÉRENNISATION DE CET INSTRUMENT DE TRAVAIL POUR LA COMMUNAUTÉ SCIENTIFIQUE.&#x0A;&#x0A;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.&#x0A;&#x0A;Le logiciel TXM est distribué dans l&apos;espoir qu&apos;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.&#x0A;&#x0A;Vous devriez avoir reçu une copie de la Licence publique générale GNU en accompagnement du logiciel TXM ; si ce n&apos;est pas le cas, veuillez consulter la page http://www.gnu.org/licenses/gpl-2.0.html&#x0A;_______________&#x0A;* Serge Heiden, Jean-Philippe Magué, Bénédicte Pincemin.&#x0A;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.&#x0A;Edizioni Universitarie di Lettere Economia Diritto, 2 (3), pp.1021-1032, 2010. &lt;halshs-00549779&gt;&#x0A;&#x0A;&#x0A;ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH&#x0A;&#x0A;[TXM Software User Agreement]&#x0A;&#x0A;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.&#x0A;&#x0A;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.&#x0A;&#x0A;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.&#x0A;&#x0A;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&#x0A;_______________&#x0A;** Serge Heiden. The TXM Platform: Building Open-Source Textual&#x0A;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. &lt;halshs-00549764&gt;">
56
         </property>
57
         <property
58
               name="startupProgressRect"
59
               value="13,332,290,15">
60
         </property>
61
         <property
62
               name="cssTheme"
63
               value="org.txm.rcp.theme.default.linux">
64
         </property>
65
         <property
66
               name="preferenceCustomization"
67
               value="plugin_customization.ini">
68
         </property>
69
      </product>
70
   </extension>
71
   <extension
72
         point="org.eclipse.ui.perspectiveExtensions">
73
      <perspectiveExtension targetID="org.eclipse.ui.resourcePerspective">
74
         <view
75
               closeable="false"
76
               id="org.txm.rcp.views.corpora.CorporaView"
77
               ratio="0.5"
78
               relationship="right"
79
               relative="org.eclipse.ui.views.TaskList"
80
               showTitle="true"/>
81
         <view
82
               closeable="true"
83
               id="org.eclipse.ui.views.ProgressView"
84
               ratio="0.5"
85
               relationship="bottom"
86
               showTitle="true"
87
               visible="true">
88
         </view>
89
         <view
90
               closeable="true"
91
               id="org.txm.rcp.views.GroovyConsole"
92
               minimized="false"
93
               ratio="0.5"
94
               relationship="bottom"
95
               visible="true">
96
         </view>
97
      </perspectiveExtension>
98
   </extension>
99
   <extension
100
         point="org.eclipse.ui.views">
101
      <category
102
            id="org.txm.rcp"
103
            name="%category.name"/>
104
      <view
105
            category="org.txm.rcp"
106
            class="org.txm.rcp.views.corpora.CorporaView"
107
            icon="icons/objects/corpus.png"
108
            id="org.txm.rcp.views.corpora.CorporaView"
109
            name="%view.name"/>
110
      <view
111
            allowMultiple="false"
112
            category="org.eclipse.ui"
113
            class="org.eclipse.ui.ExtensionFactory:progressView"
114
            id="org.eclipse.ui.views.ProgressView"
115
            name="%view.name.0"
116
            restorable="true">
117
      </view>
118
      <view
119
            allowMultiple="false"
120
            category="org.txm.rcp"
121
            class="org.txm.rcp.views.fileexplorer.Explorer"
122
            icon="icons/objects/folder.png"
123
            id="org.txm.rcp.views.fileexplorer.Explorer"
124
            name="%view.name.1"
125
            restorable="true">
126
      </view>
127
      <view
128
            category="org.txm.rcp.debug"
129
            class="org.txm.rcp.views.SummaryView"
130
            id="org.txm.rcp.views.InternalCorpusView"
131
            name="%view.name.7"
132
            restorable="true">
133
      </view>
134
      <view
135
            allowMultiple="false"
136
            category="org.txm.rcp"
137
            class="org.txm.rcp.views.fileexplorer.MacroExplorer"
138
            icon="icons/objects/script.png"
139
            id="org.txm.rcp.views.fileexplorer.MacroExplorer"
140
            name="%view.name.8"
141
            restorable="true">
142
      </view>
143
      <view
144
            category="org.txm.rcp.debug"
145
            class="org.txm.rcp.views.cmdparameters.TXMResultParametersView"
146
            icon="icons/functions/Properties.png"
147
            id="org.txm.rcp.views.cmdparameters.ParametersView"
148
            name="Parameters panel"
149
            restorable="true">
150
      </view>
151
      <view
152
            category="org.txm.rcp.debug"
153
            class="org.txm.rcp.views.debug.TXMResultDebugView"
154
            icon="icons/debug.png"
155
            id="org.txm.rcp.views.debug.TXMResultDebugView"
156
            name="%view.name.12"
157
            restorable="true">
158
      </view>
159
      <view
160
            category="org.txm.rcp.debug"
161
            class="org.txm.rcp.views.debug.TXMEditorSWTDebugView"
162
            icon="platform:/plugin/org.txm.core/res/org/txm/images/icons/help.png"
163
            id="org.txm.rcp.views.debug.TXMEditorSWTDebugView"
164
            name="%view.name.13"
165
            restorable="true">
166
      </view>
167
      <view
168
            allowMultiple="false"
169
            category="org.txm.rcp.debug"
170
            class="org.txm.rcp.views.debug.EnginesDebugView"
171
            icon="icons/functions/parameters.png"
172
            id="org.txm.rcp.views.debug.EnginesDebugView"
173
            name="%view.name.10"
174
            restorable="true">
175
      </view>
176
      <category
177
            id="org.txm.rcp.debug"
178
            name="%category.name.7"
179
            parentCategory="org.txm.rcp">
180
      </category>
181
      <view
182
            category="org.txm.rcp"
183
            class="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView"
184
            icon="icons/functions/Properties.png"
185
            id="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView"
186
            name="Parameters"
187
            restorable="true">
188
      </view>
189
   </extension>
190
   <extension
191
         point="org.eclipse.core.runtime.adapters">
192
      <factory
193
            adaptableType="org.txm.searchengine.cqp.corpus.CorpusManager"
194
            class="org.txm.rcp.AdapterFactory">
195
         <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
196
      </factory>
197
      <factory
198
            adaptableType="org.txm.core.results.TXMResult"
199
            class="org.txm.rcp.adapters.DefaultAdapterFactory">
200
         <adapter
201
               type="org.eclipse.ui.model.IWorkbenchAdapter">
202
         </adapter>
203
         <adapter
204
               type="org.eclipse.ui.model.IWorkbenchAdapter2">
205
         </adapter>
206
      </factory>
207
      <factory
208
            adaptableType="org.txm.objects.Project"
209
            class="org.txm.rcp.adapters.ProjectAdapterFactory">
210
         <adapter
211
               type="org.eclipse.ui.model.IWorkbenchAdapter">
212
         </adapter>
213
      </factory>
214
      <factory
215
            adaptableType="org.eclipse.core.resources.IProject"
216
            class="org.txm.rcp.adapters.RCPProjectAdapterFactory">
217
         <adapter
218
               type="org.eclipse.ui.model.IWorkbenchAdapter">
219
         </adapter>
220
      </factory>
221

    
222

    
223

    
224

    
225

    
226
 
227
   </extension>
228
   <extension
229
         point="org.eclipse.ui.editors">
230
      <editor
231
            class="org.txm.rcp.editors.SVGGraphicEditor"
232
            default="false"
233
            id="org.txm.rcp.editors.SVGGraphicEditor"
234
            name="SVG"/>
235
      <editor
236
            class="org.txm.rcp.editors.TXMMultiPageEditor"
237
            default="false"
238
            id="org.txm.rcp.editors.GenericMultiPageEditor"
239
            name="%editor.name.1">
240
      </editor>
241
      <editor
242
            class="org.txm.rcp.editors.TxtEditor"
243
            contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor"
244
            default="false"
245
            icon="icons/objects/file.png"
246
            id="org.txm.rcp.editors.TxtEditor"
247
            name="%editor.name.4">
248
      </editor>
249
      <editor
250
            class="org.txm.rcp.editors.TXMBrowserEditor"
251
            default="false"
252
            icon="icons/objects/edition.png"
253
            id="org.txm.rcp.editors.TXMBrowserEditor"
254
            name="%editor.name.5">
255
      </editor>
256
      <editor
257
            class="org.txm.rcp.editors.objectexplorer.ObjectExplorer"
258
            default="false"
259
            id="org.txm.rcp.editors.ObjectExplorer"
260
            name="%editor.name.6">
261
      </editor>
262
      <editor
263
            class="org.txm.rcp.editors.imports.ImportFormEditor"
264
            default="false"
265
            icon="icons/objects/books.png"
266
            id="org.txm.rcp.editors.imports.ImportFormEditor"
267
            name="%editor.name.15">
268
      </editor>
269
      <editor
270
            class="org.txm.rcp.editors.TXMEditor"
271
            default="false"
272
            id="org.txm.rcp.editors.TXMEditor"
273
            name="%editor.name.2">
274
      </editor>
275
   </extension>
276
   <extension
277
         point="org.eclipse.core.runtime.preferences">
278
      <initializer
279
            class="org.txm.rcp.preferences.RCPPreferences">
280
      </initializer>
281
   </extension>
282
  <extension
283
         point="org.eclipse.ui.preferencePages">
284
      <page
285
            category="org.txm.rcp.preferences.TXMMainPreferencePage"
286
            class="org.txm.rcp.preferences.UserPreferencePage"
287
            id="org.txm.rcp.preferences.UserPreferencePage"
288
            name="%page.name">
289
      </page>
290
      <page
291
            category="org.txm.rcp.preferences.TXMMainPreferencePage"
292
            class="org.txm.rcp.preferences.AdvancedPreferencePage"
293
            id="org.txm.rcp.preferences.AdvancePreferencePage"
294
            name="%page.name.0">
295
      </page>
296
      <page
297
            class="org.txm.rcp.preferences.TXMMainPreferencePage"
298
            id="org.txm.rcp.preferences.TXMMainPreferencePage"
299
            name="%page.name.6">
300
      </page>
301
      <page
302
            category="org.txm.rcp.preferences.AdvancePreferencePage"
303
            class="org.txm.rcp.preferences.NLPPreferencePage"
304
            id="org.txm.rcp.preferences.NLPPreferencePage"
305
            name="%page.name.8">
306
      </page>
307
      <page
308
            category="org.txm.rcp.preferences.UserPreferencePage"
309
            class="org.txm.rcp.preferences.ScriptPreferencePage"
310
            id="org.txm.rcp.preferences.ScriptPreferencePage"
311
            name="%page.name.18">
312
      </page>
313
      <page
314
            category="org.txm.rcp.preferences.UserPreferencePage"
315
            class="org.txm.rcp.preferences.ExportPreferencePage"
316
            id="org.txm.rcp.preferences.ExportPreferencePage"
317
            name="%page.name.12">
318
      </page>
319
      <page
320
            category="org.txm.rcp.preferences.UserPreferencePage"
321
            class="org.txm.rcp.preferences.FileExplorerPreferencePage"
322
            id="org.txm.rcp.preferences.FileExplorerPreferencePage"
323
            name="%page.name.2">
324
      </page>
325
      <page
326
            category="org.txm.rcp.preferences.UserPreferencePage"
327
            class="org.txm.rcp.preferences.ImportPreferencePage"
328
            id="org.txm.rcp.preferences.ImportPreferencePage"
329
            name="%page.name.19">
330
        </page>
331
      <page
332
            category="org.txm.rcp.preferences.AdvancePreferencePage"
333
            class="org.txm.rcp.preferences.DebugPreferencePage"
334
            id="DebugPreferencePage"
335
            name="%page.name.1">
336
      </page>
337
   </extension>
338
   <extension
339
         point="org.eclipse.ui.menus">
340
      <menuContribution
341
            locationURI="menu:org.eclipse.ui.main.menu">
342
         <menu
343
               id="menu.file"
344
               label="%menu.label">
345
            <separator
346
                  name="menu.file.separator.import"
347
                  visible="true">
348
            </separator>
349
            <menu
350
                  icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/import_wiz.png"
351
                  id="menu.file.import"
352
                  label="%menu.label.0">
353
               <command
354
                     commandId="org.txm.rcp.commands.ImportSelectedText"
355
                     label="%command.label.60"
356
                     style="push"
357
                     tooltip="%command.tooltip.27">
358
               </command>
359
               <command
360
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
361
                     label="%command.label.78"
362
                     style="push"
363
                     tooltip="%command.tooltip.45">
364
                  <parameter
365
                        name="org.txm.rcp.commands.commandParameter3"
366
                        value="txt/txtLoader.groovy">
367
                  </parameter>
368
               </command>
369
               <command
370
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
371
                     label="%command.label.87"
372
                     style="push"
373
                     tooltip="%command.tooltip.66">
374
                  <parameter
375
                        name="org.txm.rcp.commands.commandParameter3"
376
                        value="doc/docLoader.groovy">
377
                  </parameter>
378
               </command>
379
               <separator
380
                     name="menu.file.import.separator.xml"
381
                     visible="true">
382
               </separator>
383
               <command
384
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
385
                     label="%command.label.1"
386
                     style="push"
387
                     tooltip="%command.tooltip.44">
388
                  <parameter
389
                        name="org.txm.rcp.commands.commandParameter3"
390
                        value="xml/xmlLoader.groovy">
391
                  </parameter>
392
               </command>
393
               <command
394
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
395
                     label="%command.label.92"
396
                     style="push"
397
                     tooltip="%command.tooltip.88">
398
                  <parameter
399
                        name="org.txm.rcp.commands.commandParameter3"
400
                        value="xtz/xtzLoader.groovy">
401
                  </parameter>
402
               </command>
403
               <command
404
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
405
                     label="%command.label.5"
406
                     style="push"
407
                     tooltip="%command.tooltip.8">
408
                  <parameter
409
                        name="org.txm.rcp.commands.commandParameter3"
410
                        value="bfm/bfmLoader.groovy">
411
                  </parameter>
412
               </command>
413
               <command
414
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
415
                     label="%command.label.9"
416
                     style="push"
417
                     tooltip="%command.tooltip.9">
418
                  <parameter
419
                        name="org.txm.rcp.commands.commandParameter3"
420
                        value="frantext/frantextLoader.groovy">
421
                  </parameter>
422
               </command>
423
               <command
424
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
425
                     label="%command.label.12"
426
                     style="push"
427
                     tooltip="%command.tooltip.11">
428
                  <parameter
429
                        name="org.txm.rcp.commands.commandParameter3"
430
                        value="xmltxm/xmltxmLoader.groovy">
431
                  </parameter>
432
               </command>
433
               <command
434
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
435
                     label="%command.label.3"
436
                     style="push"
437
                     tooltip="%command.tooltip.5">
438
                  <parameter
439
                        name="org.txm.rcp.commands.commandParameter3"
440
                        value="transcriber/transcriberLoader.groovy">
441
                  </parameter>
442
               </command>
443
               <command
444
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
445
                     label="%command.label.2"
446
                     style="push"
447
                     tooltip="%command.tooltip.1">
448
                  <parameter
449
                        name="org.txm.rcp.commands.commandParameter3"
450
                        value="factiva/factivaLoader.groovy">
451
                  </parameter>
452
               </command>
453
               <command
454
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
455
                     label="%command.label.81"
456
                     style="push"
457
                     tooltip="%command.tooltip.24">
458
                  <parameter
459
                        name="org.txm.rcp.commands.commandParameter3"
460
                        value="tmx/tmxLoader.groovy">
461
                  </parameter>
462
               </command>
463
               <separator
464
                     name="menu.file.import.separator.software"
465
                     visible="true">
466
               </separator>
467
               <command
468
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
469
                     label="%command.label.64"
470
                     style="push"
471
                     tooltip="%command.tooltip.22">
472
                  <parameter
473
                        name="org.txm.rcp.commands.commandParameter3"
474
                        value="factiva/factivamailLoader.groovy">
475
                  </parameter>
476
               </command>
477
               <command
478
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
479
                     label="%command.label.0"
480
                     style="push"
481
                     tooltip="%command.tooltip.28">
482
                  <parameter
483
                        name="org.txm.rcp.commands.commandParameter3"
484
                        value="discours/discoursLoader.groovy">
485
                  </parameter>
486
               </command>
487
               <command
488
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
489
                     label="%command.label.62"
490
                     style="push"
491
                     tooltip="%command.tooltip.30">
492
                  <parameter
493
                        name="org.txm.rcp.commands.commandParameter3"
494
                        value="alceste/alcesteLoader.groovy">
495
                  </parameter>
496
               </command>
497
               <command
498
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
499
                     label="%command.label.61"
500
                     style="push"
501
                     tooltip="%command.tooltip.29">
502
                  <parameter
503
                        name="org.txm.rcp.commands.commandParameter3"
504
                        value="hyperbase/hyperbaseLoader.groovy">
505
                  </parameter>
506
               </command>
507
               <separator
508
                     name="menu.file.import.separator.cqp"
509
                     visible="true">
510
               </separator>
511
               <command
512
                     commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
513
                     label="%command.label.82"
514
                     style="push"
515
                     tooltip="%command.tooltip.25">
516
                  <parameter
517
                        name="org.txm.rcp.commands.commandParameter3"
518
                        value="cqp/cqpLoader.groovy">
519
                  </parameter>
520
               </command>
521
               <separator
522
                     name="menu.file.import.separator.end"
523
                     visible="false">
524
               </separator>
525
            </menu>
526
            <menu
527
                  id="menu.file.load"
528
                  label="%menu.label.11">
529
               <command
530
                     commandId="org.txm.rcp.commands.workspace.LoadBinaryCorpus"
531
                     label="%command.label.10"
532
                     style="push">
533
               </command>
534
               <command
535
                     commandId="org.txm.rcp.commands.workspace.LoadBinaryCorporaDirectory"
536
                     label="%command.label.11"
537
                     style="push">
538
               </command>
539
               <separator
540
                     name="menu.file.load.separator.end"
541
                     visible="false">
542
               </separator>
543
            </menu>
544
            <menu
545
                  icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/export_wiz.png"
546
                  id="menu.file.export"
547
                  label="%menu.label.5">
548
               <separator
549
                     name="menu.file.export.begin"
550
                     visible="false">
551
               </separator>
552
               <menu
553
                     id="menu.file.export.annotations"
554
                     label="Annotations">
555
               </menu>
556
               <command
557
                     commandId="org.txm.rcp.commands.function.ExportResult"
558
                     icon="icons/functions/export_data.png"
559
                     label="%command.label.51"
560
                     style="push">
561
                  <visibleWhen
562
                        checkEnabled="false">
563
                     <and>
564
                        <reference
565
                              definitionId="OneTXMResultSelected">
566
                        </reference>
567
                        <not>
568
                           <or>
569
                              <reference
570
                                    definitionId="OnePartitionSelected">
571
                              </reference>
572
                              <reference
573
                                    definitionId="OneCorpusSelected">
574
                              </reference>
575
                           </or>
576
                        </not>
577
                     </and>
578
                  </visibleWhen>
579
               </command>
580
               <command
581
                     commandId="org.txm.rcp.commands.ExportXMLTXMFiles"
582
                     icon="icons/functions/export.png"
583
                     style="push">
584
                  <visibleWhen
585
                        checkEnabled="false">
586
                     <and>
587
                        <reference
588
                              definitionId="OneMainCorpusSelected">
589
                        </reference>
590
                     </and>
591
                  </visibleWhen>
592
               </command>
593
            </menu>
594
            <separator
595
                  name="menu.file.separator.file"
596
                  visible="true">
597
            </separator>
598
            <command
599
                  commandId="org.txm.rcp.commands.CreateFile"
600
                  icon="icons/functions/page_white_add.png"
601
                  label="%command.label.83">
602
            </command>
603
            <command
604
                  commandId="org.txm.rcp.handlers.files.EditFile"
605
                  icon="icons/functions/open.png"
606
                  id="file.open"
607
                  label="%command.label.45"
608
                  style="push">
609
            </command>
610
            <command
611
                  commandId="org.eclipse.ui.file.save"
612
                  icon="icons/functions/save.png"
613
                  label="%command.label.86">
614
            </command>
615
            <command
616
                  commandId="org.eclipse.ui.file.saveAll"
617
                  icon="icons/functions/saveall.png"
618
                  label="%command.label.88">
619
            </command>
620
            <command
621
                  commandId="org.txm.rcp.commands.editor.SaveAs"
622
                  icon="icons/functions/saveas.png"
623
                  label="%command.label.29">
624
               <visibleWhen
625
                     checkEnabled="false">
626
                  <reference
627
                        definitionId="TextEditorActive">
628
                  </reference>
629
               </visibleWhen>
630
            </command>
631
            <command
632
                  commandId="org.eclipse.ui.file.close"
633
                  label="%command.label.90">
634
            </command>
635
            <command
636
                  commandId="org.eclipse.ui.file.closeAll"
637
                  label="%command.label.93">
638
            </command>
639
            <separator
640
                  name="menu.file.separator.open"
641
                  visible="true">
642
            </separator>
643
            <command
644
                  commandId="org.txm.rcp.commands.OpenBrowser"
645
                  label="%command.label"
646
                  style="push"
647
                  tooltip="%command.tooltip">
648
            </command>
649
            <separator
650
                  name="menu.file.separator.lang"
651
                  visible="true">
652
            </separator>
653
            <separator
654
                  name="menu.file.separator.update"
655
                  visible="true">
656
            </separator>
657
            <command
658
                  commandId="org.txm.rcp.p2.plugins.TXMUpdateHandler"
659
                  label="%command.label.181"
660
                  style="push">
661
               <parameter
662
                     name="org.txm.rcp.parameters.update"
663
                     value="true">
664
               </parameter>
665
            </command>
666
            <command
667
                  commandId="org.txm.rcp.p2.plugins.InstallPluginHandler"
668
                  label="%command.label.182"
669
                  style="push">
670
            </command>
671
            <command
672
                  commandId="org.eclipse.equinox.p2.ui.sdk.install"
673
                  label="%command.label.34"
674
                  style="push">
675
            </command>
676
            <separator
677
                  name="menu.file.separator.close"
678
                  visible="true">
679
            </separator>
680
            <command
681
                  commandId="org.txm.rcp.commands.RestartTXM"
682
                  label="%command.label.59"
683
                  style="push"
684
                  tooltip="%command.tooltip.26">
685
            </command>
686
            <command
687
                  commandId="org.txm.rcp.commands.ChangeTXMWorkspace"
688
                  style="push">
689
            </command>
690
            <command
691
                  commandId="org.eclipse.ui.file.exit"
692
                  label="%command.label.6"
693
                  style="push"
694
                  tooltip="%command.tooltip.2">
695
            </command>
696
         </menu>
697
         <menu
698
               id="menu.edit"
699
               label="%menu.label.3">
700
               
701
               <command
702
                  commandId="org.txm.rcp.handlers.results.SetTXMResultPersistentState"
703
                  mode="FORCE_TEXT"
704
                  style="toggle">
705
               <visibleWhen
706
                     checkEnabled="false">
707
                  <and>
708
                     <reference
709
                           definitionId="OneTXMResultSelected">
710
                     </reference>
711
                     <test
712
                           property="org.txm.rcp.testers.persistable"
713
                           value="true">
714
                     </test>
715
                     <test
716
                           property="org.txm.rcp.testers.AutoPersistenceDisabled">
717
                     </test>
718
                  </and>
719
               </visibleWhen>
720
            </command>
721
            <command
722
                  commandId="org.txm.rcp.commands.function.RenameResult"
723
                  label="%command.label.26"
724
                  style="push">
725
               <visibleWhen
726
                     checkEnabled="false">
727
                  <reference
728
                        definitionId="OneTXMResultSelected">
729
                  </reference>
730
               </visibleWhen>
731
            </command>
732
            <command
733
                  commandId="org.txm.rcp.handlers.results.CloneTXMResult"
734
                  label="%command.label.37"
735
                  style="push">
736
               <visibleWhen
737
                     checkEnabled="false">
738
                  <and>
739
                     <reference
740
                           definitionId="OneTXMResultSelected">
741
                     </reference>
742
                     <not>
743
                        <reference
744
                              definitionId="OneMainCorpusSelected">
745
                        </reference>
746
                     </not>
747
                  </and>
748
               </visibleWhen>
749
            </command>
750
            <command
751
                  commandId="org.txm.rcp.handlers.results.CloneTXMResultTree"
752
                  label="%command.label.38"
753
                  style="push">
754
               <visibleWhen
755
                     checkEnabled="false">
756
                  <and>
757
                     <reference
758
                           definitionId="OneTXMResultSelected">
759
                     </reference>
760
                     <not>
761
                        <reference
762
                              definitionId="OneMainCorpusSelected">
763
                        </reference>
764
                     </not>
765
                  </and>
766
               </visibleWhen>
767
            </command>
768
            <command
769
                  commandId="org.txm.rcp.handlers.results.ShowHiddenParents"
770
                  label="%command.label.42"
771
                  style="push">
772
               <visibleWhen
773
                     checkEnabled="false">
774
                  <and>
775
                     <reference
776
                           definitionId="OneTXMResultSelected">
777
                     </reference>
778
                     <test
779
                           property="org.txm.rcp.testers.IsParentHidden">
780
                     </test>
781
                  </and>
782
               </visibleWhen>
783
            </command>
784
            <command
785
                  commandId="org.txm.rcp.handlers.results.HideIntermediateParents"
786
                  label="%command.label.48"
787
                  style="push">
788
               <visibleWhen
789
                     checkEnabled="false">
790
                  <and>
791
                     <reference
792
                           definitionId="OneTXMResultSelected">
793
                     </reference>
794
                     <test
795
                           property="org.txm.rcp.testers.IsParentVisible"
796
                           value="true">
797
                     </test>
798
                  </and>
799
               </visibleWhen>
800
            </command>
801
            <separator
802
                  name="org.txm.rcp.separator1">
803
            </separator>
804
            
805
            <command
806
                  commandId="org.eclipse.ui.edit.findReplace"
807
                  icon="icons/functions/find.png"
808
                  label="%command.label.159">
809
               <visibleWhen
810
                     checkEnabled="false">
811
                  <reference
812
                        definitionId="TextEditorActive">
813
                  </reference>
814
               </visibleWhen>
815
            </command>
816
            <command
817
                  commandId="org.eclipse.ui.edit.findPrevious"
818
                  icon="icons/functions/find_previous.png"
819
                  label="%command.label.160"
820
                  style="push">
821
               <visibleWhen
822
                     checkEnabled="false">
823
                  <reference
824
                        definitionId="TextEditorActive">
825
                  </reference>
826
               </visibleWhen>
827
            </command>
828
            <command
829
                  commandId="org.eclipse.ui.edit.findNext"
830
                  icon="icons/functions/find_next.png"
831
                  label="%command.label.161"
832
                  style="push">
833
               <visibleWhen
834
                     checkEnabled="false">
835
                  <reference
836
                        definitionId="TextEditorActive">
837
                  </reference>
838
               </visibleWhen>
839
            </command>
840
            <command
841
                  commandId="org.eclipse.ui.edit.findIncrementalReverse"
842
                  icon="icons/functions/find_incremental_reverse.png"
843
                  label="%command.label.110"
844
                  style="push">
845
               <visibleWhen
846
                     checkEnabled="false">
847
                  <reference
848
                        definitionId="TextEditorActive">
849
                  </reference>
850
               </visibleWhen>
851
            </command>
852
            <command
853
                  commandId="org.eclipse.ui.edit.findIncremental"
854
                  icon="icons/functions/find_incremental.png"
855
                  label="%command.label.109"
856
                  style="push">
857
               <visibleWhen
858
                     checkEnabled="false">
859
                  <reference
860
                        definitionId="TextEditorActive">
861
                  </reference>
862
               </visibleWhen>
863
            </command>
864
            <separator
865
                  name="org.txm.rcp.separator1"
866
                  visible="true">
867
            </separator>
868
            <command
869
                  commandId="org.eclipse.ui.edit.undo"
870
                  label="%command.label.16">
871
               <visibleWhen
872
                     checkEnabled="false">
873
                  <reference
874
                        definitionId="TextEditorActive">
875
                  </reference>
876
               </visibleWhen>
877
            </command>
878
            <command
879
                  commandId="org.eclipse.ui.edit.redo"
880
                  label="%command.label.17">
881
               <visibleWhen
882
                     checkEnabled="false">
883
                  <reference
884
                        definitionId="TextEditorActive">
885
                  </reference>
886
               </visibleWhen>
887
            </command>
888
            <separator
889
                  name="org.txm.rcp.separator2"
890
                  visible="true">
891
            </separator>
892
            <command
893
                  commandId="org.eclipse.ui.edit.cut"
894
                  label="%command.label.18">
895
               <visibleWhen
896
                     checkEnabled="false">
897
                  <reference
898
                        definitionId="TextEditorActive">
899
                  </reference>
900
               </visibleWhen>
901
            </command>
902
            <command
903
                  commandId="org.eclipse.ui.edit.copy"
904
                  label="%command.label.19">
905
               <visibleWhen
906
                     checkEnabled="false">
907
                  <reference
908
                        definitionId="TextEditorActive">
909
                  </reference>
910
               </visibleWhen>
911
            </command>
912
            <command
913
                  commandId="org.eclipse.ui.edit.paste"
914
                  label="%command.label.20">
915
               <visibleWhen
916
                     checkEnabled="false">
917
                  <reference
918
                        definitionId="TextEditorActive">
919
                  </reference>
920
               </visibleWhen>
921
            </command>
922
            <command
923
                  commandId="org.eclipse.ui.edit.delete"
924
                  label="%command.label.27">
925
               <visibleWhen
926
                     checkEnabled="false">
927
                  <reference
928
                        definitionId="TextEditorActive">
929
                  </reference>
930
               </visibleWhen>
931
            </command>
932
            <command
933
                  commandId="org.eclipse.ui.edit.selectAll"
934
                  icon="icons/functions/page_allgreen.png"
935
                  label="%command.label.165">
936
               <visibleWhen
937
                     checkEnabled="false">
938
                  <reference
939
                        definitionId="TextEditorActive">
940
                  </reference>
941
               </visibleWhen>
942
            </command>
943
            <separator
944
                  name="org.txm.rcp.separator3"
945
                  visible="true">
946
            </separator>
947
            <command
948
                  commandId="org.eclipse.ui.edit.text.goto.line"
949
                  icon="icons/functions/goto.png"
950
                  label="%command.label.166"
951
                  style="push">
952
               <visibleWhen
953
                     checkEnabled="false">
954
                  <reference
955
                        definitionId="TextEditorActive">
956
                  </reference>
957
               </visibleWhen>
958
            </command>
959
            <command
960
                  commandId="org.eclipse.ui.edit.text.open.hyperlink"
961
                  icon="icons/functions/world.png"
962
                  label="%command.label.133"
963
                  style="push">
964
               <visibleWhen
965
                     checkEnabled="false">
966
                  <reference
967
                        definitionId="TextEditorActive">
968
                  </reference>
969
               </visibleWhen>
970
            </command>
971
            <command
972
                  commandId="org.txm.rcp.commands.editor.SetEncoding"
973
                  icon="icons/functions/encoding.png"
974
                  label="%command.label.30">
975
               <visibleWhen
976
                     checkEnabled="false">
977
                  <reference
978
                        definitionId="TextEditorActive">
979
                  </reference>
980
               </visibleWhen>
981
            </command>
982
            <separator
983
                  name="org.txm.rcp.separator3"
984
                  visible="true">
985
            </separator>
986
            <command
987
                  commandId="org.eclipse.ui.editors.lineNumberToggle"
988
                  icon="icons/functions/lines_number.png"
989
                  label="%command.label.168"
990
                  style="push">
991
               <visibleWhen
992
                     checkEnabled="false">
993
                  <reference
994
                        definitionId="TextEditorActive">
995
                  </reference>
996
               </visibleWhen>
997
            </command>
998
            <command
999
                  commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters"
1000
                  icon="icons/functions/paragraph.png"
1001
                  label="%command.label.169"
1002
                  style="push"
1003
                  tooltip="%command.tooltip.31">
1004
               <visibleWhen
1005
                     checkEnabled="false">
1006
                  <reference
1007
                        definitionId="TextEditorActive">
1008
                  </reference>
1009
               </visibleWhen>
1010
            </command>
1011
            <command
1012
                  commandId="org.eclipse.ui.file.revert"
1013
                  icon="icons/functions/page_refresh.png"
1014
                  label="%command.label.145"
1015
                  style="push">
1016
               <visibleWhen
1017
                     checkEnabled="false">
1018
                  <reference
1019
                        definitionId="TextEditorActive">
1020
                  </reference>
1021
               </visibleWhen>
1022
            </command>
1023
            <command
1024
                  commandId="org.eclipse.ui.window.preferences"
1025
                  icon="icons/functions/prefs.png"
1026
                  label="%command.label.4"
1027
                  style="push"
1028
                  tooltip="%command.tooltip.0">
1029
            </command>
1030
         </menu>
1031
         <menu
1032
               id="menu.corpus"
1033
               label="%menu.label.1"
1034
               sibling_order="&lt;command&#x0A;                  commandId=&quot;org.txm.rcp.commands.function.ComputeConcordance&quot;&#x0A;                  icon=&quot;icons/functions/Concordances.png&quot;&#x0A;                  label=&quot;%command.label.11&quot;&#x0A;                  style=&quot;push&quot;&#x0A;                  tooltip=&quot;%command.tooltip.7&quot;&gt;&#x0A;               &lt;visibleWhen&#x0A;                     checkEnabled=&quot;false&quot;&gt;&#x0A;                  &lt;reference&#x0A;                        definitionId=&quot;OneCorpusSelected&quot;&gt;&#x0A;                  &lt;/reference&gt;&#x0A;               &lt;/visibleWhen&gt;&#x0A;            &lt;/command&gt;">
1035
            <separator
1036
                  name="menu.corpus.read"
1037
                  visible="true">
1038
            </separator>
1039
            
1040
            <separator
1041
                  name="menu.corpus.build"
1042
                  visible="true">
1043
            </separator>
1044
            <command
1045
                  commandId="org.txm.rcp.commands.workspace.UpdateCorpus"
1046
                  icon="icons/functions/update.png"
1047
                  label="%command.name.98"
1048
                  style="push"
1049
                  tooltip="Only the modified XML-TXM files will update the texts">
1050
               <visibleWhen
1051
                     checkEnabled="false">
1052
                  <or>
1053
                     <reference
1054
                           definitionId="OneMainCorpusSelected">
1055
                     </reference>
1056
                  </or>
1057
               </visibleWhen>
1058
            </command>
1059
            <command
1060
                  commandId="org.txm.rcp.commands.workspace.UpdateCorpus"
1061
                  icon="icons/functions/update.png"
1062
                  label="%command.name.981"
1063
                  style="push"
1064
                  tooltip="All texts will be updated from the XML-TXM files">
1065
               <visibleWhen
1066
                     checkEnabled="false">
1067
                  <or>
1068
                     <reference
1069
                           definitionId="OneMainCorpusSelected">
1070
                     </reference>
1071
                  </or>
1072
               </visibleWhen>
1073
               <parameter
1074
                     name="org.txm.rcp.commands.workspace.UpdateCorpus.force"
1075
                     value="true">
1076
               </parameter>
1077
            </command>
1078
            <command
1079
                  commandId="org.txm.rcp.handlers.results.DeleteObject"
1080
                  icon="icons/functions/Delete.png"
1081
                  style="push">
1082
               <visibleWhen
1083
                     checkEnabled="false">
1084
                  <or>
1085
                     <reference
1086
                           definitionId="OneTXMResultSelected">
1087
                     </reference>
1088
                  </or>
1089
               </visibleWhen>
1090
            </command>
1091
            <separator
1092
                  name="menu.corpus.manage"
1093
                  visible="true">
1094
            </separator>
1095
            <command
1096
                  commandId="org.txm.rcp.commands.workspace.OpenCorpus"
1097
                  label="Open corpus"
1098
                  style="push">
1099
               <visibleWhen
1100
                     checkEnabled="false">
1101
                  <or>
1102
                     <reference
1103
                           definitionId="OneIProjectSelected">
1104
                     </reference>
1105
                  </or>
1106
               </visibleWhen>
1107
            </command>
1108
            <command
1109
                  commandId="org.txm.rcp.commands.workspace.CloseCorpus"
1110
                  label="Close corpus"
1111
                  style="push">
1112
               <visibleWhen
1113
                     checkEnabled="false">
1114
                  <or>
1115
                     <reference
1116
                           definitionId="OneMainCorpusSelected">
1117
                     </reference>
1118
                  </or>
1119
               </visibleWhen>
1120
            </command>
1121
            
1122
         </menu>
1123
         <menu
1124
               id="menu.tools"
1125
               label="%menu.label.6">
1126
            <separator
1127
                  name="menu.tools.separator.doc"
1128
                  visible="true">
1129
            </separator>
1130
            
1131
            <separator
1132
                  name="menu.tools.separator.stats"
1133
                  visible="true">
1134
            </separator>
1135
            <separator
1136
                  name="menu.tools.separator.misc"
1137
                  visible="true">
1138
            </separator>
1139
            <separator
1140
                  name="menu.tools.separator.end"
1141
                  visible="true">
1142
            </separator>
1143
         </menu>
1144
         <menu
1145
               id="menu.utilities"
1146
               label="Utilities">
1147
            <dynamic
1148
                  class="org.txm.rcp.menu.MacrosMenuContribution"
1149
                  id="menu.utilities.contribution">
1150
            </dynamic>
1151
         </menu>
1152
         <menu
1153
               id="menu.display"
1154
               label="%menu.label.7"
1155
               tooltip="%menu.tooltip.0">
1156
            <menu
1157
                  id="menu.display.views"
1158
                  label="%menu.label.9">
1159
               <command
1160
                     commandId="org.eclipse.ui.views.showView"
1161
                     label="%command.label.134"
1162
                     style="push">
1163
                  <parameter
1164
                        name="org.eclipse.ui.views.showView.viewId"
1165
                        value="org.txm.rcp.views.corpora.CorporaView">
1166
                  </parameter>
1167
               </command>
1168
               <command
1169
                     commandId="org.eclipse.ui.views.showView"
1170
                     label="%command.label.135"
1171
                     style="push">
1172
                  <parameter
1173
                        name="org.eclipse.ui.views.showView.viewId"
1174
                        value="org.txm.rcp.views.fileexplorer.Explorer">
1175
                  </parameter>
1176
               </command>
1177
               <command
1178
                     commandId="org.eclipse.ui.views.showView"
1179
                     label="%command.label.177"
1180
                     style="push">
1181
                  <parameter
1182
                        name="org.eclipse.ui.views.showView.viewId"
1183
                        value="org.txm.rcp.views.fileexplorer.MacroExplorer">
1184
                  </parameter>
1185
               </command>
1186
               <command
1187
                     commandId="org.eclipse.ui.views.showView"
1188
                     label="%command.label.43"
1189
                     style="push">
1190
                  <parameter
1191
                        name="org.eclipse.ui.views.showView.viewId"
1192
                        value="org.eclipse.ui.console.ConsoleView">
1193
                  </parameter>
1194
               </command>
1195
               <separator
1196
                     name="menu.display.views.separator">
1197
               </separator>
1198
               <command
1199
                     commandId="org.eclipse.ui.views.showView"
1200
                     id="org.eclipse.ui.views.showView"
1201
                     label="%command.label.139"
1202
                     style="push">
1203
               </command>
1204
            </menu>
1205
            <menu
1206
                  id="menu.display.perspectives"
1207
                  label="%menu.label.8">
1208
               <command
1209
                     commandId="org.eclipse.ui.perspectives.showPerspective"
1210
                     label="%command.label.131"
1211
                     style="push">
1212
                  <parameter
1213
                        name="org.eclipse.ui.perspectives.showPerspective.perspectiveId"
1214
                        value="org.txm.rcp.perspective.TXMPerspective">
1215
                  </parameter>
1216
               </command>
1217
            </menu>
1218
            <command
1219
                  commandId="org.txm.rcp.commands.CleanPerspective"
1220
                  style="push">
1221
            </command>
1222
            <command
1223
                  commandId="org.eclipse.ui.window.newWindow"
1224
                  label="%command.label.157">
1225
            </command>
1226
            <command
1227
                  commandId="org.txm.rcp.utils.LanguageSwitchHandler"
1228
                  label="%command.label.75"
1229
                  style="push"
1230
                  tooltip="%command.tooltip.42">
1231
            </command>
1232
         </menu>
1233
         <menu
1234
               id="menu.help"
1235
               label="%menu.label.2"
1236
               tooltip="%menu.tooltip">
1237
            <command
1238
                  commandId="org.txm.rcp.commands.OpenWelcomePage"
1239
                  label="%command.label.173"
1240
                  style="push">
1241
            </command>
1242
            <separator
1243
                  name="org.txm.rcp.separator1"
1244
                  visible="true">
1245
            </separator>
1246
            <menu
1247
                  id="menu.help.documentation"
1248
                  label="Documentation">
1249
               <command
1250
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1251
                     label="%command.label.68"
1252
                     style="push"
1253
                     tooltip="%command.tooltip.23">
1254
                  <parameter
1255
                        name="org.txm.rcp.commands.commandParameter3"
1256
                        value="refman">
1257
                  </parameter>
1258
               </command>
1259
               <command
1260
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1261
                     label="%command.label.70"
1262
                     style="push">
1263
                  <parameter
1264
                        name="org.txm.rcp.commands.commandParameter3"
1265
                        value="sf_docs">
1266
                  </parameter>
1267
               </command>
1268
               <command
1269
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1270
                     label="%command.label.35"
1271
                     style="push"
1272
                     tooltip="%command.tooltip.43">
1273
                  <parameter
1274
                        name="org.txm.rcp.commands.commandParameter3"
1275
                        value="txm-users wiki">
1276
                  </parameter>
1277
               </command>
1278
               <command
1279
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1280
                     label="%command.label.178"
1281
                     style="push"
1282
                     tooltip="%command.tooltip.41">
1283
                  <parameter
1284
                        name="org.txm.rcp.commands.commandParameter3"
1285
                        value="faq">
1286
                  </parameter>
1287
               </command>
1288
               <command
1289
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1290
                     label="%command.label.33"
1291
                     style="push"
1292
                     tooltip="%command.tooltip.13">
1293
                  <parameter
1294
                        name="org.txm.rcp.commands.commandParameter3"
1295
                        value="macros">
1296
                  </parameter>
1297
               </command>
1298
               <menu
1299
                     id="menu.help.plugins"
1300
                     label="%menu.label.4">
1301
               </menu>
1302
               <command
1303
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1304
                     label="%command.label.67"
1305
                     style="push"
1306
                     tooltip="%command.tooltip">
1307
                  <parameter
1308
                        name="org.txm.rcp.commands.commandParameter3"
1309
                        value="treetagger">
1310
                  </parameter>
1311
               </command>
1312
            </menu>
1313
            <command
1314
                  commandId="org.eclipse.ui.window.showKeyAssist"
1315
                  label="%command.label.52"
1316
                  style="push">
1317
            </command>
1318
            <separator
1319
                  name="helpSeparator1"
1320
                  visible="true">
1321
            </separator>
1322
            <menu
1323
                  id="menu.help.ressources"
1324
                  label="Ressources">
1325
               <command
1326
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1327
                     label="%command.label.49"
1328
                     style="push"
1329
                     tooltip="%command.tooltip">
1330
                  <parameter
1331
                        name="org.txm.rcp.commands.commandParameter3"
1332
                        value="corpora">
1333
                  </parameter>
1334
               </command>
1335
               <command
1336
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1337
                     label="%command.label.56"
1338
                     style="push"
1339
                     tooltip="%command.tooltip">
1340
                  <parameter
1341
                        name="org.txm.rcp.commands.commandParameter3"
1342
                        value="sf">
1343
                  </parameter>
1344
               </command>
1345
            </menu>
1346
            <menu
1347
                  id="menu.help.community"
1348
                  label="Community">
1349
               <command
1350
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1351
                     label="%command.label.55"
1352
                     style="push"
1353
                     tooltip="%command.tooltip">
1354
                  <parameter
1355
                        name="org.txm.rcp.commands.commandParameter3"
1356
                        value="mailinglist">
1357
                  </parameter>
1358
               </command>
1359
               <command
1360
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1361
                     label="%command.label.76"
1362
                     style="push"
1363
                     tooltip="%command.tooltip.65">
1364
                  <parameter
1365
                        name="org.txm.rcp.commands.commandParameter3"
1366
                        value="http://webchat.freenode.net/?channels=txm">
1367
                  </parameter>
1368
               </command>
1369
            </menu>
1370
            <separator
1371
                  name="helpSeparator3"
1372
                  visible="true">
1373
            </separator>
1374
            <menu
1375
                  id="menu.help.textometry"
1376
                  label="Textometry project">
1377
               <command
1378
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1379
                     label="%command.label.69"
1380
                     style="push">
1381
                  <parameter
1382
                        name="org.txm.rcp.commands.commandParameter3"
1383
                        value="textometrie">
1384
                  </parameter>
1385
               </command>
1386
               <command
1387
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1388
                     label="%command.label.72"
1389
                     style="push">
1390
                  <parameter
1391
                        name="org.txm.rcp.commands.commandParameter3"
1392
                        value="textometrie_docs">
1393
                  </parameter>
1394
               </command>
1395
            </menu>
1396
            <menu
1397
                  id="menu.help.participate"
1398
                  label="Participate">
1399
               <command
1400
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1401
                     label="%command.label.53"
1402
                     style="push"
1403
                     tooltip="%command.tooltip">
1404
                  <parameter
1405
                        name="org.txm.rcp.commands.commandParameter3"
1406
                        value="bug">
1407
                  </parameter>
1408
               </command>
1409
               <command
1410
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1411
                     label="%command.label.54"
1412
                     style="push"
1413
                     tooltip="%command.tooltip">
1414
                  <parameter
1415
                        name="org.txm.rcp.commands.commandParameter3"
1416
                        value="feature">
1417
                  </parameter>
1418
               </command>
1419
               <command
1420
                     commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
1421
                     label="%command.label.179"
1422
                     style="push"
1423
                     tooltip="%command.tooltip.47">
1424
                  <parameter
1425
                        name="org.txm.rcp.commands.commandParameter3"
1426
                        value="contrib">
1427
                  </parameter>
1428
               </command>
1429
            </menu>
1430
            <separator
1431
                  name="org.txm.rcp.separator4"
1432
                  visible="true">
1433
            </separator>
1434
            <command
1435
                  commandId="org.eclipse.ui.help.aboutAction"
1436
                  label="%command.label.14"
1437
                  style="push"
1438
                  tooltip="%command.tooltip.10">
1439
            </command>
1440
         </menu>
1441
         <menu
1442
               id="menu.recettes"
1443
               label="%menu.label.12"
1444
               tooltip="%menu.tooltip.1">
1445
            <visibleWhen
1446
                  checkEnabled="false">
1447
               <or>
1448
                  <reference
1449
                        definitionId="ExpertEnabled">
1450
                  </reference>
1451
               </or>
1452
            </visibleWhen>
1453
         </menu>
1454
      </menuContribution>
1455
      <menuContribution
1456
            allPopups="true"
1457
            locationURI="toolbar:org.eclipse.ui.main.toolbar">
1458
         <separator
1459
               name="org.txm.rcp.toolbars.begin"
1460
               visible="false">
1461
         </separator>
1462
         <toolbar
1463
               id="org.txm.rcp.toolbars.result">
1464
            <command
1465
                  commandId="org.txm.rcp.commands.function.ExportResult"
1466
                  icon="icons/functions/export_data.png"
1467
                  label="%command.label.51"
1468
                  style="push">
1469
               <visibleWhen
1470
                     checkEnabled="false">
1471
                  <and>
1472
                     <reference
1473
                           definitionId="OneTXMResultSelected">
1474
                     </reference>
1475
                     <not>
1476
                        <or>
1477
                           <reference
1478
                                 definitionId="OnePartitionSelected">
1479
                           </reference>
1480
                           <reference
1481
                                 definitionId="OneCorpusSelected">
1482
                           </reference>
1483
                        </or>
1484
                     </not>
1485
                  </and>
1486
               </visibleWhen>
1487
            </command>
1488
         </toolbar>
1489
         <separator
1490
               name="org.txm.rcp.toolbar.separator1"
1491
               visible="false">
1492
         </separator>
1493
         <toolbar
1494
               id="org.txm.rcp.toolbarcorpus">
1495
            <separator
1496
                  name="org.txm.rcp.toolbarcorpus.read"
1497
                  visible="false">
1498
            </separator>
1499
            <command
1500
                  commandId="org.txm.rcp.handlers.results.DeleteObject"
1501
                  icon="icons/functions/Delete.png"
1502
                  style="push"
1503
                  tooltip="%command.tooltip.33">
1504
               <visibleWhen
1505
                     checkEnabled="false">
1506
                  <or>
1507
                     <reference
1508
                           definitionId="OneTXMResultSelected">
1509
                     </reference>
1510
                  </or>
1511
               </visibleWhen>
1512
            </command>
1513
            
1514
            <separator
1515
                  name="org.txm.rcp.toolbarcorpus.corpus"
1516
                  visible="false">
1517
            </separator>
1518
            <separator
1519
                  name="org.txm.rcp.toolbarcorpus.annotation"
1520
                  visible="false">
1521
            </separator>
1522
         </toolbar>
1523
         <separator
1524
               name="org.txm.rcp.toolbar.separator1"
1525
               visible="true">
1526
         </separator>
1527
         <toolbar
1528
               id="org.txm.rcp.toolbartools">
1529
            <separator
1530
                  name="org.txm.rcp.separator1"
1531
                  visible="true">
1532
            </separator>
1533
            <separator
1534
                  name="org.txm.rcp.toolbartools.stats"
1535
                  visible="true">
1536
            </separator>
1537

    
1538
            <command
1539
                  commandId="org.eclipse.ui.window.preferences"
1540
                  icon="icons/functions/prefs.png"
1541
                  label="%command.label.4"
1542
                  style="push"
1543
                  tooltip="%command.tooltip.0">
1544
            </command>
1545
            <separator
1546
                  name="org.txm.rcp.toolbars.tools.separators.extensions"
1547
                  visible="true">
1548
            </separator>
1549
         </toolbar>
1550
         <separator
1551
               name="org.txm.rcp.toolbar.separator2"
1552
               visible="true">
1553
         </separator>
1554
         <toolbar
1555
               id="org.txm.rcp.toolbartext">
1556
            <command
1557
                  commandId="org.txm.rcp.commands.CreateFile"
1558
                  icon="icons/functions/page_white_add.png"
1559
                  label="%command.label.83"
1560
                  tooltip="%command.tooltip.34">
1561
            </command>
1562
            <command
1563
                  commandId="org.txm.rcp.handlers.files.EditFile"
1564
                  icon="icons/functions/open.png"
1565
                  label="%command.label.45"
1566
                  style="push">
1567
            </command>
1568
            <command
1569
                  commandId="org.eclipse.ui.file.save"
1570
                  icon="icons/functions/save.png"
1571
                  label="%command.label.88"
1572
                  style="push">
1573
               <visibleWhen
1574
                     checkEnabled="false">
1575
                  <reference
1576
                        definitionId="TextEditorActive">
1577
                  </reference>
1578
               </visibleWhen>
1579
            </command>
1580
            <command
1581
                  commandId="org.txm.rcp.commands.editor.SaveAs"
1582
                  icon="icons/functions/saveas.png"
1583
                  label="%command.label.29">
1584
               <visibleWhen
1585
                     checkEnabled="false">
1586
                  <reference
1587
                        definitionId="TextEditorActive">
1588
                  </reference>
1589
               </visibleWhen>
1590
            </command>
1591
            <separator
1592
                  name="org.txm.rcp.separator3"
1593
                  visible="true">
1594
            </separator>
1595
            <command
1596
                  commandId="org.eclipse.ui.edit.undo"
1597
                  label="%command.label.16">
1598
               <visibleWhen
1599
                     checkEnabled="false">
1600
                  <reference
1601
                        definitionId="TextEditorActive">
1602
                  </reference>
1603
               </visibleWhen>
1604
            </command>
1605
            <command
1606
                  commandId="org.eclipse.ui.edit.redo"
1607
                  label="%command.label.17">
1608
               <visibleWhen
1609
                     checkEnabled="false">
1610
                  <reference
1611
                        definitionId="TextEditorActive">
1612
                  </reference>
1613
               </visibleWhen>
1614
            </command>
1615
            <command
1616
                  commandId="org.eclipse.ui.edit.cut"
1617
                  label="%command.label.18">
1618
               <visibleWhen
1619
                     checkEnabled="false">
1620
                  <reference
1621
                        definitionId="TextEditorActive">
1622
                  </reference>
1623
               </visibleWhen>
1624
            </command>
1625
            <command
1626
                  commandId="org.eclipse.ui.edit.copy"
1627
                  label="%command.label.19">
1628
               <visibleWhen
1629
                     checkEnabled="false">
1630
                  <reference
1631
                        definitionId="TextEditorActive">
1632
                  </reference>
1633
               </visibleWhen>
1634
            </command>
1635
            <command
1636
                  commandId="org.eclipse.ui.edit.paste"
1637
                  label="%command.label.20">
1638
               <visibleWhen
1639
                     checkEnabled="false">
1640
                  <reference
1641
                        definitionId="TextEditorActive">
1642
                  </reference>
1643
               </visibleWhen>
1644
            </command>
1645
            <command
1646
                  commandId="org.eclipse.ui.edit.delete"
1647
                  label="%command.label.27">
1648
               <visibleWhen
1649
                     checkEnabled="false">
1650
                  <reference
1651
                        definitionId="TextEditorActive">
1652
                  </reference>
1653
               </visibleWhen>
1654
            </command>
1655
            <command
1656
                  commandId="org.eclipse.ui.edit.selectAll"
1657
                  icon="icons/functions/page_allgreen.png"
1658
                  label="%command.label.165">
1659
               <visibleWhen
1660
                     checkEnabled="false">
1661
                  <reference
1662
                        definitionId="TextEditorActive">
1663
                  </reference>
1664
               </visibleWhen>
1665
            </command>
1666
            <separator
1667
                  name="org.txm.rcp.separator1"
1668
                  visible="true">
1669
            </separator>
1670
            <command
1671
                  commandId="org.eclipse.ui.edit.findReplace"
1672
                  icon="icons/functions/find.png"
1673
                  label="%command.label.159">
1674
               <visibleWhen
1675
                     checkEnabled="false">
1676
                  <reference
1677
                        definitionId="TextEditorActive">
1678
                  </reference>
1679
               </visibleWhen>
1680
            </command>
1681
            <command
1682
                  commandId="org.eclipse.ui.edit.findPrevious"
1683
                  icon="icons/functions/find_previous.png"
1684
                  label="%command.label.160"
1685
                  style="push">
1686
               <visibleWhen
1687
                     checkEnabled="false">
1688
                  <reference
1689
                        definitionId="TextEditorActive">
1690
                  </reference>
1691
               </visibleWhen>
1692
            </command>
1693
            <command
1694
                  commandId="org.eclipse.ui.edit.findNext"
1695
                  icon="icons/functions/find_next.png"
1696
                  label="%command.label.161"
1697
                  style="push">
1698
               <visibleWhen
1699
                     checkEnabled="false">
1700
                  <reference
1701
                        definitionId="TextEditorActive">
1702
                  </reference>
1703
               </visibleWhen>
1704
            </command>
1705
            <command
1706
                  commandId="org.eclipse.ui.edit.findIncrementalReverse"
1707
                  icon="icons/functions/find_incremental_reverse.png"
1708
                  label="%command.label.163"
1709
                  style="push">
1710
               <visibleWhen
1711
                     checkEnabled="false">
1712
                  <reference
1713
                        definitionId="TextEditorActive">
1714
                  </reference>
1715
               </visibleWhen>
1716
            </command>
1717
            <command
1718
                  commandId="org.eclipse.ui.edit.findIncremental"
1719
                  icon="icons/functions/find_incremental.png"
1720
                  label="%command.label.162"
1721
                  style="push">
1722
               <visibleWhen
1723
                     checkEnabled="false">
1724
                  <reference
1725
                        definitionId="TextEditorActive">
1726
                  </reference>
1727
               </visibleWhen>
1728
            </command>
1729
            <separator
1730
                  name="org.txm.rcp.separator2"
1731
                  visible="true">
1732
            </separator>
1733
            <command
1734
                  commandId="org.eclipse.ui.edit.text.goto.line"
1735
                  icon="icons/functions/goto.png"
1736
                  label="%command.label.166"
1737
                  style="push">
1738
               <visibleWhen
1739
                     checkEnabled="false">
1740
                  <reference
1741
                        definitionId="TextEditorActive">
1742
                  </reference>
1743
               </visibleWhen>
1744
            </command>
1745
            <command
1746
                  commandId="org.eclipse.ui.editors.lineNumberToggle"
1747
                  icon="icons/functions/lines_number.png"
1748
                  label="%command.label.168"
1749
                  style="push">
1750
               <visibleWhen
1751
                     checkEnabled="false">
1752
                  <reference
1753
                        definitionId="TextEditorActive">
1754
                  </reference>
1755
               </visibleWhen>
1756
            </command>
1757
            <command
1758
                  commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters"
1759
                  icon="icons/functions/paragraph.png"
1760
                  label="%command.label.169"
1761
                  style="push"
1762
                  tooltip="%command.tooltip.35">
1763
               <visibleWhen
1764
                     checkEnabled="false">
1765
                  <reference
1766
                        definitionId="TextEditorActive">
1767
                  </reference>
1768
               </visibleWhen>
1769
            </command>
1770
            <command
1771
                  commandId="org.eclipse.ui.edit.text.open.hyperlink"
1772
                  icon="icons/functions/world.png"
1773
                  label="%command.label.133"
1774
                  style="push">
1775
               <visibleWhen
1776
                     checkEnabled="false">
1777
                  <reference
1778
                        definitionId="TextEditorActive">
1779
                  </reference>
1780
               </visibleWhen>
1781
            </command>
1782
            <command
1783
                  commandId="org.txm.rcp.commands.editor.SetEncoding"
1784
                  icon="icons/functions/encoding.png"
1785
                  label="%command.label.30">
1786
               <visibleWhen
1787
                     checkEnabled="false">
1788
                  <reference
1789
                        definitionId="TextEditorActive">
1790
                  </reference>
1791
               </visibleWhen>
1792
            </command>
1793
            <command
1794
                  commandId="org.eclipse.ui.file.revert"
1795
                  icon="icons/functions/page_refresh.png"
1796
                  label="%command.label.145"
1797
                  style="push">
1798
               <visibleWhen
1799
                     checkEnabled="false">
1800
                  <reference
1801
                        definitionId="TextEditorActive">
1802
                  </reference>
1803
               </visibleWhen>
1804
            </command>
1805
         </toolbar>
1806
         <separator
1807
               name="org.txm.rcp.toolbar.separator3"
1808
               visible="true">
1809
         </separator>
1810
         <toolbar
1811
               id="org.txm.rcp.toolbarscript">
1812
            <command
1813
                  commandId="org.txm.rcp.commands.ExecuteScript"
1814
                  icon="icons/functions/run.png"
1815
                  label="%command.label.170"
1816
                  style="push"
1817
                  tooltip="%command.tooltip.14">
1818
               <visibleWhen
1819
                     checkEnabled="false">
1820
                  <reference
1821
                        definitionId="TextEditorActive">
1822
                  </reference>
1823
               </visibleWhen>
1824
            </command>
1825
            <command
1826
                  commandId="org.txm.rcp.commands.ExecuteText"
1827
                  icon="icons/functions/page_select_go.png"
1828
                  label="%command.label.171"
1829
                  style="push"
1830
                  tooltip="%command.tooltip.36">
1831
               <visibleWhen
1832
                     checkEnabled="false">
1833
                  <reference
1834
                        definitionId="TextEditorActive">
1835
                  </reference>
1836
               </visibleWhen>
1837
            </command>
1838
            <command
1839
                  commandId="org.txm.rcp.commands.ExecuteScriptGroovyFromFile"
1840
                  icon="icons/functions/page_go.png"
1841
                  label="%command.label.172"
1842
                  style="push"
1843
                  tooltip="%command.tooltip.37">
1844
               <visibleWhen
1845
                     checkEnabled="false">
1846
                  <reference
1847
                        definitionId="TextEditorActive">
1848
                  </reference>
1849
               </visibleWhen>
1850
            </command>
1851
            <command
1852
                  commandId="org.txm.rcp.commands.ExecuteLastGroovyScript"
1853
                  icon="icons/functions/rerun.png"
1854
                  label="%command.label.40"
1855
                  style="push"
1856
                  tooltip="%command.tooltip.50">
1857
            </command>
1858
         </toolbar>
1859
         <separator
1860
               name="org.txm.rcp.toolbar.separator4"
1861
               visible="true">
1862
         </separator>
1863
          <toolbar
1864
               id="org.txm.rcp.toolbarfile">
1865
         </toolbar>
1866
      </menuContribution>
1867
      <menuContribution
1868
            locationURI="popup:org.txm.rcp.views.fileexplorer.Explorer">
1869
         <command
1870
               commandId="org.txm.rcp.commands.CreateFile"
1871
               label="%command.label.122"
1872
               style="push"
1873
               tooltip="%command.tooltip.75">
1874
            <visibleWhen
1875
                  checkEnabled="false">
1876
               <reference
1877
                     definitionId="OneFileSelected">
1878
               </reference>
1879
            </visibleWhen>
1880
         </command>
1881
         <command
1882
               commandId="org.txm.rcp.commands.CreateFolder"
1883
               label="%command.label.123"
1884
               style="push"
1885
               tooltip="%command.tooltip.76">
1886
            <visibleWhen
1887
                  checkEnabled="false">
1888
               <reference
1889
                     definitionId="OneFileSelected">
1890
               </reference>
1891
            </visibleWhen>
1892
         </command>
1893
         <command
1894
               commandId="org.txm.rcp.commands.EditSelectedFile"
1895
               label="%command.label.186"
1896
               style="push"
1897
               tooltip="%command.tooltip.17">
1898
            <visibleWhen
1899
                  checkEnabled="false">
1900
               <reference
1901
                     definitionId="OneFileSelected">
1902
               </reference>
1903
            </visibleWhen>
1904
         </command>
1905
         <command
1906
               commandId="org.txm.rcp.commands.OpenBrowser"
1907
               label="%command.label"
1908
               style="push"
1909
               tooltip="%command.tooltip.18">
1910
            <visibleWhen
1911
                  checkEnabled="false">
1912
               <reference
1913
                     definitionId="OneFileSelected">
1914
               </reference>
1915
            </visibleWhen>
1916
         </command>
1917
         <command
1918
               commandId="org.txm.rcp.commands.ExecuteScript"
1919
               label="%command.label.23"
1920
               style="push"
1921
               tooltip="%command.tooltip.19">
1922
            <visibleWhen
1923
                  checkEnabled="false">
1924
               <reference
1925
                     definitionId="OneFileSelected">
1926
               </reference>
1927
            </visibleWhen>
1928
         </command>
1929
         <command
1930
               commandId="org.txm.rcp.commands.ShowSelected"
1931
               style="push">
1932
         </command>
1933
         <command
1934
               commandId="org.txm.rcp.commands.RenameFile"
1935
               style="push">
1936
            <visibleWhen
1937
                  checkEnabled="false">
1938
               <reference
1939
                     definitionId="OneFileSelected">
1940
               </reference>
1941
            </visibleWhen>
1942
         </command>
1943
         <command
1944
               commandId="org.txm.rcp.commands.DeleteFile"
1945
               style="push"
1946
               tooltip="%command.tooltip.15">
1947
            <visibleWhen
1948
                  checkEnabled="false">
1949
               <reference
1950
                     definitionId="OneFileSelected">
1951
               </reference>
1952
            </visibleWhen>
1953
         </command>
1954
         <command
1955
               commandId="org.txm.rcp.commands.CopyFile"
1956
               style="push"
1957
               tooltip="%command.tooltip.16">
1958
            <visibleWhen
1959
                  checkEnabled="false">
1960
               <reference
1961
                     definitionId="OneFileSelected">
1962
               </reference>
1963
            </visibleWhen>
1964
         </command>
1965
         <command
1966
               commandId="org.txm.rcp.commands.CutFile"
1967
               style="push"
1968
               tooltip="%command.tooltip.20">
1969
            <visibleWhen
1970
                  checkEnabled="false">
1971
               <reference
1972
                     definitionId="OneFileSelected">
1973
               </reference>
1974
            </visibleWhen>
1975
         </command>
1976
         <command
1977
               commandId="org.txm.rcp.commands.PasteFile"
1978
               style="push"
1979
               tooltip="%command.tooltip.21">
1980
            <visibleWhen
1981
                  checkEnabled="false">
1982
               <reference
1983
                     definitionId="OneFileSelected">
1984
               </reference>
1985
            </visibleWhen>
1986
         </command>
1987
      </menuContribution>
1988
      <menuContribution
1989
            locationURI="popup:#TextEditorContext">
1990
         <menu
1991
               label="%menu.label.10">
1992
            <command
1993
                  commandId="org.txm.rcp.commands.ExecuteGroovyText"
1994
                  label="%command.label.25"
1995
                  style="push">
1996
            </command>
1997
            <command
1998
                  commandId="org.txm.rcp.commands.ExecuteScriptGroovy"
1999
                  label="%command.name.21"
2000
                  style="push">
2001
            </command>
2002
            <command
2003
                  commandId="org.txm.rcp.commands.ExecuteScriptGroovyFromFile"
2004
                  label="%command.label.156"
2005
                  style="push">
2006
            </command>
2007
         </menu>
2008
      </menuContribution>
2009
      <menuContribution
2010
            locationURI="popup:org.txm.rcp.views.corpora.CorporaView">
2011
         <separator
2012
               name="org.txm.rcp.corporaview.begin"
2013
               visible="true"/>
2014
               <menu
2015
                     icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/export_wiz.png"
2016
                     id="org.txm.rcp.corporaview.export"
2017
                     label="%menu.label.13">
2018
                  <command
2019
                        commandId="org.txm.rcp.commands.function.ExportResult"
2020
                        icon="icons/functions/export_data.png"
2021
                        label="%command.label.51"
2022
                        style="push">
2023
                     <visibleWhen
2024
                           checkEnabled="false">
2025
                        <and>
2026
                           <reference
2027
                                 definitionId="OneTXMResultSelected">
2028
                           </reference>
2029
                           <not>
2030
                              <or>
2031
                                 <reference
2032
                                       definitionId="OnePartitionSelected">
2033
                                 </reference>
2034
                                 <reference
2035
                                       definitionId="OneCorpusSelected">
2036
                                 </reference>
2037
                              </or>
2038
                           </not>
2039
                        </and>
2040
                     </visibleWhen>
2041
                  </command>
2042
               </menu>
2043
            
2044
            <separator
2045
                  name="org.txm.rcp.corporaview.corpus"
2046
                  visible="true">
2047
            </separator>
2048
            <separator
2049
                  name="org.txm.rcp.corporaview.corpus.read"
2050
                  visible="true">
2051
            </separator>
2052
            <separator
2053
                  name="org.txm.rcp.corporaview.corpus.manage"
2054
                  visible="true">
2055
            </separator>
2056
            <separator
2057
                  name="org.txm.rcp.corporaview.annotation"
2058
                  visible="true">
2059
            </separator>
2060
            <separator
2061
                  name="org.txm.rcp.corporaview.tools"
2062
                  visible="true">
2063
            </separator>
2064
            <separator
2065
                  name="org.txm.rcp.corporaview.tools.doc"
2066
                  visible="true">
2067
            </separator>
2068
            <separator
2069
                  name="org.txm.rcp.corporaview.tools.stat"
2070
                  visible="true">
2071
            </separator>
2072
            <separator
2073
                  name="org.txm.rcp.corporaview.tools.misc"
2074
                  visible="true">
2075
            </separator>
2076
         <separator
2077
               name="org.txm.rcp.corporaview.text"
2078
               visible="true">
2079
         </separator>
2080
         <separator
2081
               name="org.txm.rcp.corporaview.file"
2082
               visible="true">
2083
         </separator>
2084
            <command
2085
                  commandId="org.txm.rcp.handlers.results.SetTXMResultPersistentState"
2086
                  mode="FORCE_TEXT"
2087
                  style="toggle">
2088
               <visibleWhen
2089
                     checkEnabled="false">
2090
                  <and>
2091
                     <reference
2092
                           definitionId="OneTXMResultSelected">
2093
                     </reference>
2094
                     <test
2095
                           property="org.txm.rcp.testers.persistable"
2096
                           value="true">
2097
                     </test>
2098
                     <test
2099
                           property="org.txm.rcp.testers.AutoPersistenceDisabled">
2100
                     </test>
2101
                  </and>
2102
               </visibleWhen>
2103
            </command>
2104
            <command
2105
                  commandId="org.txm.rcp.commands.function.RenameResult"
2106
                  label="%command.label.26"
2107
                  style="push">
2108
               <visibleWhen
2109
                     checkEnabled="false">
2110
                  <reference
2111
                        definitionId="OneTXMResultSelected">
2112
                  </reference>
2113
               </visibleWhen>
2114
            </command>
2115
            
2116
            <command
2117
                  commandId="org.txm.rcp.handlers.results.DeleteObject"
2118
                  icon="icons/functions/Delete.png"
2119
                  style="push">
2120
               <visibleWhen
2121
                     checkEnabled="false">
2122
                  <or>
2123
                     <reference
2124
                           definitionId="OneTXMResultSelected">
2125
                     </reference>
2126
                  </or>
2127
               </visibleWhen>
2128
            </command>
2129
            <command
2130
                  commandId="org.txm.rcp.handlers.results.CloneTXMResult"
2131
                  label="%command.label.372"
2132
                  style="push">
2133
               <visibleWhen
2134
                     checkEnabled="false">
2135
                  <and>
2136
                     <reference
2137
                           definitionId="OneTXMResultSelected">
2138
                     </reference>
2139
                     <not>
2140
                        <reference
2141
                              definitionId="OneMainCorpusSelected">
2142
                        </reference>
2143
                     </not>
2144
                  </and>
2145
               </visibleWhen>
2146
            </command>
2147
            <command
2148
                  commandId="org.txm.rcp.handlers.results.CloneTXMResultTree"
2149
                  label="%command.label.85"
2150
                  style="push">
2151
               <visibleWhen
2152
                     checkEnabled="false">
2153
                  <and>
2154
                     <reference
2155
                           definitionId="OneTXMResultSelected">
2156
                     </reference>
2157
                     <not>
2158
                        <reference
2159
                              definitionId="OneMainCorpusSelected">
2160
                        </reference>
2161
                     </not>
2162
                  </and>
2163
               </visibleWhen>
2164
            </command>
2165
            <command
2166
                  commandId="org.txm.rcp.handlers.results.ShowHiddenParents"
2167
                  label="%command.label.91"
2168
                  style="push">
2169
               <visibleWhen
2170
                     checkEnabled="false">
2171
                  <and>
2172
                     <reference
2173
                           definitionId="OneTXMResultSelected">
2174
                     </reference>
2175
                     <test
2176
                           property="org.txm.rcp.testers.IsParentHidden">
2177
                     </test>
2178
                  </and>
2179
               </visibleWhen>
2180
            </command>
2181
            <command
2182
                  commandId="org.txm.rcp.handlers.results.HideIntermediateParents"
2183
                  label="%command.label.95"
2184
                  style="push">
2185
               <visibleWhen
2186
                     checkEnabled="false">
2187
                  <and>
2188
                     <reference
2189
                           definitionId="OneTXMResultSelected">
2190
                     </reference>
2191
                     <test
2192
                           property="org.txm.rcp.testers.IsParentVisible"
2193
                           value="true">
2194
                     </test>
2195
                  </and>
2196
               </visibleWhen>
2197
            </command>
2198
            <command
2199
                  commandId="org.txm.rcp.commands.workspace.OpenCorpus"
2200
                  label="Open corpus"
2201
                  style="push">
2202
               <visibleWhen
2203
                     checkEnabled="false">
2204
                  <or>
2205
                     <reference
2206
                           definitionId="OneIProjectSelected">
2207
                     </reference>
2208
                  </or>
2209
               </visibleWhen>
2210
            </command>
2211
            <command
2212
                  commandId="org.txm.rcp.commands.workspace.CloseCorpus"
2213
                  label="Close corpus"
2214
                  style="push">
2215
               <visibleWhen
2216
                     checkEnabled="false">
2217
                  <or>
2218
                     <reference
2219
                           definitionId="OneMainCorpusSelected">
2220
                     </reference>
2221
                  </or>
2222
               </visibleWhen>
2223
            </command>
2224
            <separator
2225
                  name="org.txm.rcp.corporaview.preferences"
2226
                  visible="true">
2227
            </separator>
2228
            <command
2229
                  commandId="org.txm.rcp.handlers.results.OpenPreferences"
2230
                  icon="icons/functions/prefs.png"
2231
                  label="%command.label.4"
2232
                  style="push">
2233
            </command>
2234

    
2235
      </menuContribution>
2236

    
2237
      <menuContribution
2238
            locationURI="popup:org.txm.rcp.editors.SVGGraphicEditor">
2239
         <command
2240
               commandId="org.txm.rcp.commands.function.ExportSVG"
2241
               label="%command.label.101"
2242
               style="push"
2243
               tooltip="%command.tooltip.60">
2244
            <visibleWhen
2245
                  checkEnabled="false">
2246
               <reference
2247
                     definitionId="SVGEditorActive">
2248
               </reference>
2249
            </visibleWhen>
2250
         </command>
2251
      </menuContribution>
2252
      <menuContribution
2253
            locationURI="popup:org.txm.rcp.views.QueriesView">
2254
         <command
2255
               commandId="org.txm.rcp.commands.queryview.Copy"
2256
               label="%command.label.129"
2257
               style="push"
2258
               tooltip="%command.tooltip.81">
2259
            <visibleWhen
2260
                  checkEnabled="false">
2261
               <reference
2262
                     definitionId="OneQueryLogSelected">
2263
               </reference>
2264
            </visibleWhen>
2265
         </command>
2266
         <command
2267
               commandId="org.txm.rcp.commands.queryview.Paste"
2268
               label="%command.label.130"
2269
               style="push"
2270
               tooltip="%command.tooltip.82">
2271
            <visibleWhen
2272
                  checkEnabled="false">
2273
               <reference
2274
                     definitionId="OneBaseSelected">
2275
               </reference>
2276
            </visibleWhen>
2277
         </command>
2278
         <command
2279
               commandId="org.txm.rcp.handlers.results.DeleteObject"
2280
               icon="icons/functions/Delete.png"
2281
               label="%command.label.65"
2282
               style="push"
2283
               tooltip="%command.tooltip.33">
2284
            <visibleWhen
2285
                  checkEnabled="false">
2286
               <reference
2287
                     definitionId="OneQueryLogSelected">
2288
               </reference>
2289
            </visibleWhen>
2290
         </command>
2291
      </menuContribution>
2292
      <menuContribution
2293
            locationURI="popup:org.txm.rcp.views.fileexplorer.MacroExplorer">
2294
         <command
2295
               commandId="org.txm.rcp.commands.ExecuteMacro"
2296
               label="%command.label.23"
2297
               style="push"
2298
               tooltip="%command.tooltip.19">
2299
            <visibleWhen
2300
                  checkEnabled="false">
2301
               <reference
2302
                     definitionId="OneFileSelected">
2303
               </reference>
2304
            </visibleWhen>
2305
         </command>
2306
         <command
2307
               commandId="org.txm.rcp.commands.EditSelectedFile"
2308
               label="%command.label.186"
2309
               style="push"
2310
               tooltip="%command.tooltip.86">
2311
            <visibleWhen
2312
                  checkEnabled="false">
2313
               <reference
2314
                     definitionId="OneFileSelected">
2315
               </reference>
2316
            </visibleWhen>
2317
         </command>
2318
         <command
2319
               commandId="org.txm.rcp.commands.CreateMacro"
2320
               label="%command.label.187"
2321
               style="push"
2322
               tooltip="%command.tooltip.92">
2323
            <visibleWhen
2324
                  checkEnabled="false">
2325
               <reference
2326
                     definitionId="OneFileSelected">
2327
               </reference>
2328
            </visibleWhen>
2329
         </command>
2330
         <command
2331
               commandId="org.txm.rcp.commands.CreateFolder"
2332
               label="%command.label.123"
2333
               style="push"
2334
               tooltip="%command.tooltip.76">
2335
            <visibleWhen
2336
                  checkEnabled="false">
2337
               <reference
2338
                     definitionId="OneFileSelected">
2339
               </reference>
2340
            </visibleWhen>
2341
         </command>
2342
         <command
2343
               commandId="org.txm.rcp.commands.ShowSelected"
2344
               style="push">
2345
         </command>
2346
         <command
2347
               commandId="org.txm.rcp.commands.RenameFile"
2348
               style="push">
2349
            <visibleWhen
2350
                  checkEnabled="false">
2351
               <reference
2352
                     definitionId="OneFileSelected">
2353
               </reference>
2354
            </visibleWhen>
2355
         </command>
2356
         <command
2357
               commandId="org.txm.rcp.commands.DeleteFile"
2358
               style="push"
2359
               tooltip="%command.tooltip.15">
2360
            <visibleWhen
2361
                  checkEnabled="false">
2362
               <reference
2363
                     definitionId="OneFileSelected">
2364
               </reference>
2365
            </visibleWhen>
2366
         </command>
2367
         <command
2368
               commandId="org.txm.rcp.commands.CopyFile"
2369
               style="push"
2370
               tooltip="%command.tooltip.16">
2371
            <visibleWhen
2372
                  checkEnabled="false">
2373
               <reference
2374
                     definitionId="OneFileSelected">
2375
               </reference>
2376
            </visibleWhen>
2377
         </command>
2378
         <command
2379
               commandId="org.txm.rcp.commands.CutFile"
2380
               style="push"
2381
               tooltip="%command.tooltip.20">
2382
            <visibleWhen
2383
                  checkEnabled="false">
2384
               <reference
2385
                     definitionId="OneFileSelected">
2386
               </reference>
2387
            </visibleWhen>
2388
         </command>
2389
         <command
2390
               commandId="org.txm.rcp.commands.PasteFile"
2391
               style="push"
2392
               tooltip="%command.tooltip.21">
2393
            <visibleWhen
2394
                  checkEnabled="false">
2395
               <reference
2396
                     definitionId="OneFileSelected">
2397
               </reference>
2398
            </visibleWhen>
2399
         </command>
2400
      </menuContribution>
2401
      <menuContribution
2402
            allPopups="true"
2403
            locationURI="toolbar:TXMEditorTopToolBar">
2404
         <command
2405
               commandId="org.txm.rcp.handlers.ComputeTXMResult"
2406
               icon="icons/functions/run.png"
2407
               id="compute"
2408
               style="push"
2409
               tooltip="org.txm.rcp.handlers.ComputeTXMResult">
2410
         </command>
2411
      </menuContribution>
2412
      <menuContribution
2413
            allPopups="false"
2414
            locationURI="toolbar:org.txm.rcp.views.debug.TXMEditorSWTDebugView">
2415
         <command
2416
               commandId="org.txm.rcp.views.debug.RefreshDebugView"
2417
               icon="icons/refresh.png"
2418
               style="push">
2419
         </command>
2420
      </menuContribution>
2421
   </extension>
2422
   <extension
2423
         id="general"
2424
         name="%extension.name.0"
2425
         point="org.eclipse.ui.commands">
2426
      <category
2427
            description="%category.description"
2428
            id="org.txm.rcp.category.txm"
2429
            name="%category.name.0">
2430
      </category>
2431
      <command
2432
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteImportScript"
2433
            id="org.txm.rcp.handlers.scripts.ExecuteImportScript"
2434
            name="%command.name.22">
2435
         <commandParameter
2436
               id="org.txm.rcp.commands.commandParameter3"
2437
               name="%commandParameter.name.1"
2438
               optional="true">
2439
         </commandParameter>
2440
      </command>
2441
      
2442
      <command
2443
            categoryId="org.eclipse.ui.category.navigate"
2444
            defaultHandler="org.txm.rcp.commands.OpenBrowser"
2445
            id="org.txm.rcp.commands.OpenBrowser"
2446
            name="%command.name.8">
2447
         <commandParameter
2448
               id="org.txm.rcp.commands.commandParameter2"
2449
               name="%commandParameter.name"
2450
               optional="true">
2451
         </commandParameter>
2452
      </command>
2453
      <command
2454
            defaultHandler="org.txm.rcp.commands.ShowSelected"
2455
            id="org.txm.rcp.commands.ShowSelected"
2456
            name="%command.name.9">
2457
      </command>
2458
      <command
2459
            defaultHandler="org.txm.rcp.commands.RestartTXM"
2460
            description="%command.description"
2461
            id="org.txm.rcp.commands.RestartTXM"
2462
            name="%command.name.25">
2463
      </command>
2464
      
2465
      <command
2466
            defaultHandler="org.txm.rcp.commands.ImportSelectedText"
2467
            id="org.txm.rcp.commands.ImportSelectedText"
2468
            name="%command.name.28">
2469
      </command>
2470
      <command
2471
            defaultHandler="org.txm.rcp.utils.LanguageSwitchHandler"
2472
            id="org.txm.rcp.utils.LanguageSwitchHandler"
2473
            name="%command.name.31">
2474
      </command>
2475
            
2476
      <command
2477
            categoryId="org.eclipse.ui.category.edit"
2478
            defaultHandler="org.txm.rcp.commands.OpenImportForm"
2479
            id="org.txm.rcp.commands.OpenImportForm"
2480
            name="%command.name.62">
2481
         <commandParameter
2482
               id="org.txm.rcp.commands.importscript"
2483
               name="%commandParameter.name.2"
2484
               optional="false">
2485
         </commandParameter>
2486
      </command>
2487
      <command
2488
            defaultHandler="org.txm.rcp.commands.workspace.ConvertCorpus"
2489
            description="%command.description.0"
2490
            id="org.txm.rcp.commands.workspace.ConvertCorpus"
2491
            name="%command.name.3">
2492
      </command>
2493
      <command
2494
            categoryId="org.txm.rcp.category.txm"
2495
            defaultHandler="org.txm.rcp.commands.OpenTestEditor"
2496
            id="org.txm.rcp.commands.OpenTestEditor"
2497
            name="%command.name.19">
2498
      </command>
2499
      <command
2500
            defaultHandler="org.txm.rcp.commands.editor.SetEncoding"
2501
            id="org.txm.rcp.commands.editor.SetEncoding"
2502
            name="%command.name.72">
2503
      </command>
2504
      <command
2505
            categoryId="org.eclipse.ui.category.navigate"
2506
            defaultHandler="org.txm.rcp.commands.OpenLocalizedWebPage"
2507
            id="org.txm.rcp.commands.OpenLocalizedWebPage"
2508
            name="%command.name.74">
2509
         <commandParameter
2510
               id="org.txm.rcp.commands.commandParameter3"
2511
               name="%commandParameter.name.3"
2512
               optional="true">
2513
         </commandParameter>
2514
      </command>
2515
      <command
2516
            categoryId="org.eclipse.ui.category.navigate"
2517
            defaultHandler="org.txm.rcp.commands.OpenWelcomePage"
2518
            id="org.txm.rcp.commands.OpenWelcomePage"
2519
            name="%command.name.8">
2520
         <commandParameter
2521
               id="org.txm.rcp.commands.commandParameter2"
2522
               name="%commandParameter.name"
2523
               optional="true">
2524
         </commandParameter>
2525
      </command>
2526
      <command
2527
            defaultHandler="org.txm.rcp.p2.plugins.InstallPluginHandler"
2528
            description="%command.label.182"
2529
            id="org.txm.rcp.p2.plugins.InstallPluginHandler"
2530
            name="%command.label.182">
2531
      </command>
2532
      <command
2533
            defaultHandler="org.txm.rcp.p2.plugins.TXMUpdateHandler"
2534
            description="%command.description.3"
2535
            id="org.txm.rcp.p2.plugins.TXMUpdateHandler"
2536
            name="%command.name.87">
2537
                     <commandParameter
2538
               id="org.txm.rcp.parameters.update"
2539
               name="%commandParameter.name.4"
2540
               optional="true">
2541
         </commandParameter>
2542
      </command>
2543
      <command
2544
            defaultHandler="org.txm.rcp.p2.plugins.FixUpdateHandler"
2545
            description="%command.description.4"
2546
            id="org.txm.rcp.p2.plugins.FixUpdateHandler"
2547
            name="%command.name.88">
2548
      </command>
2549
      <command
2550
            defaultHandler="org.txm.rcp.commands.CleanPerspective"
2551
            id="org.txm.rcp.commands.CleanPerspective"
2552
            name="%command.name.94">
2553
      </command>
2554
      <command
2555
            defaultHandler="org.txm.rcp.commands.OpenManual"
2556
            id="org.txm.rcp.commands.OpenManual"
2557
            name="%command.name.95">
2558
      </command>
2559
      <command
2560
            categoryId="org.txm.rcp.category.txm"
2561
            defaultHandler="org.txm.rcp.commands.workspace.UpdateCorpus"
2562
            id="org.txm.rcp.commands.workspace.UpdateCorpus"
2563
            name="%command.name.98">
2564
         <commandParameter
2565
               id="org.txm.rcp.commands.workspace.UpdateCorpus.force"
2566
               name="force"
2567
               optional="true">
2568
         </commandParameter>
2569
      </command>
2570

    
2571
      <command
2572
            categoryId="org.txm.rcp.category.txm"
2573
            defaultHandler="org.txm.rcp.commands.ReloadCorporaView"
2574
            id="org.txm.rcp.commands.ReloadCorporaView"
2575
            name="%command.name.2">
2576
      </command>
2577
      <command
2578
            defaultHandler="org.txm.rcp.commands.function.RenameResult"
2579
            id="org.txm.rcp.commands.function.RenameResult"
2580
            name="%command.name.4">
2581
      </command>
2582
      <command
2583
            categoryId="org.txm.rcp.category.txm"
2584
            defaultHandler="org.txm.rcp.commands.ChangeTXMWorkspace"
2585
            id="org.txm.rcp.commands.ChangeTXMWorkspace"
2586
            name="%command.name.64">
2587
      </command>
2588
   </extension>
2589
   <extension
2590
         id="commands"
2591
         name="%extension.name.1"
2592
         point="org.eclipse.ui.commands">
2593

    
2594
      <command
2595
            defaultHandler="org.txm.rcp.handlers.export.ExportResult"
2596
            id="org.txm.rcp.commands.function.ExportResult"
2597
            name="%command.name.24">
2598
      </command>
2599
      <command
2600
            defaultHandler="org.txm.rcp.handlers.export.ExportResultParameters"
2601
            id="org.txm.rcp.handlers.export.ExportResultParameters"
2602
            name="%command.name.35">
2603
      </command>
2604
      <command
2605
            defaultHandler="org.txm.rcp.handlers.export.ExportSVG"
2606
            id="org.txm.rcp.commands.function.ExportSVG"
2607
            name="%command.name.34">
2608
      </command>
2609
      <command
2610
            defaultHandler="org.txm.rcp.handlers.export.ImportResult"
2611
            id="org.txm.rcp.handlers.export.ImportResult"
2612
            name="%command.name.39">
2613
      </command>
2614
      <command
2615
            defaultHandler="org.txm.rcp.handlers.export.ImportResultParameters"
2616
            id="org.txm.rcp.handlers.export.ImportResultParameters"
2617
            name="%command.name.40">
2618
      </command>
2619
      <command
2620
            defaultHandler="org.txm.rcp.commands.ExportXMLTXMFiles"
2621
            id="org.txm.rcp.commands.ExportXMLTXMFiles"
2622
            name="XML-TXM files...">
2623
      </command>
2624
   </extension>
2625
   <extension
2626
         id="links"
2627
         name="%extension.name.2"
2628
         point="org.eclipse.ui.commands">
2629

    
2630
      <command
2631
            defaultHandler="org.txm.rcp.commands.editor.Copy"
2632
            id="org.txm.rcp.commands.editor.Copy"
2633
            name="%command.name.55">
2634
      </command>
2635
   </extension>
2636
   <extension
2637
         id="views"
2638
         name="%extension.name.3"
2639
         point="org.eclipse.ui.commands">
2640
      <command
2641
            defaultHandler="org.txm.rcp.commands.workspace.LoadBinaryCorporaDirectory"
2642
            id="org.txm.rcp.commands.workspace.LoadBinaryCorporaDirectory"
2643
            name="%command.name.5">
2644
      </command>
2645
      <command
2646
            defaultHandler="org.txm.rcp.commands.queryview.Copy"
2647
            id="org.txm.rcp.commands.queryview.Copy"
2648
            name="%command.name.55">
2649
      </command>
2650
      <command
2651
            defaultHandler="org.txm.rcp.commands.queryview.Paste"
2652
            id="org.txm.rcp.commands.queryview.Paste"
2653
            name="%command.name.56">
2654
      </command>
2655
      <command
2656
            defaultHandler="org.txm.rcp.handlers.files.DownloadFile"
2657
            id="org.txm.rcp.commands.DownloadFile"
2658
            name="%command.name.91">
2659
      </command>
2660
      <command
2661
            defaultHandler="org.txm.rcp.views.debug.RefreshDebugView"
2662
            id="org.txm.rcp.views.debug.RefreshDebugView"
2663
            name="%command.name.27">
2664
      </command>
2665
   </extension>
2666
   <extension
2667
         id="file"
2668
         name="%extension.name.4"
2669
         point="org.eclipse.ui.commands">
2670
      <category
2671
            description="%category.description.0"
2672
            id="org.txm.rcp.categories.file"
2673
            name="%category.name.4">
2674
      </category>
2675
      <command
2676
            categoryId="org.txm.rcp.categories.file"
2677
            defaultHandler="org.txm.rcp.handlers.files.CutFile"
2678
            id="org.txm.rcp.commands.CutFile"
2679
            name="%command.name.71">
2680
      </command>
2681
      <command
2682
            categoryId="org.txm.rcp.categories.file"
2683
            defaultHandler="org.txm.rcp.commands.editor.SaveAs"
2684
            id="org.txm.rcp.commands.editor.SaveAs"
2685
            name="%command.name.67">
2686
      </command>
2687
      <command
2688
            categoryId="org.txm.rcp.categories.file"
2689
            defaultHandler="org.txm.rcp.handlers.files.DeleteFile"
2690
            id="org.txm.rcp.commands.DeleteFile"
2691
            name="%command.name.68">
2692
      </command>
2693
      <command
2694
            categoryId="org.txm.rcp.categories.file"
2695
            defaultHandler="org.txm.rcp.handlers.files.CopyFile"
2696
            id="org.txm.rcp.commands.CopyFile"
2697
            name="%command.name.69">
2698
      </command>
2699
      <command
2700
            categoryId="org.txm.rcp.categories.file"
2701
            defaultHandler="org.txm.rcp.handlers.files.PasteFile"
2702
            id="org.txm.rcp.commands.PasteFile"
2703
            name="%command.name.70">
2704
      </command>
2705
      <command
2706
            categoryId="org.txm.rcp.categories.file"
2707
            defaultHandler="org.txm.rcp.handlers.files.RenameFile"
2708
            id="org.txm.rcp.commands.RenameFile"
2709
            name="%command.name.108">
2710
      </command>
2711
      <command
2712
            categoryId="org.txm.rcp.categories.file"
2713
            defaultHandler="org.txm.rcp.handlers.files.CreateFile"
2714
            id="org.txm.rcp.commands.CreateFile"
2715
            name="%command.name.47">
2716
      </command>
2717
      <command
2718
            categoryId="org.txm.rcp.categories.file"
2719
            defaultHandler="org.txm.rcp.handlers.files.CreateFolder"
2720
            id="org.txm.rcp.commands.CreateFolder"
2721
            name="%command.name.48">
2722
      </command>
2723
      <command
2724
            categoryId="org.txm.rcp.categories.file"
2725
            defaultHandler="org.txm.rcp.handlers.files.EditSelectedFile"
2726
            id="org.txm.rcp.commands.EditSelectedFile"
2727
            name="%command.name.106">
2728
      </command>
2729
      <command
2730
            categoryId="org.txm.rcp.categories.file"
2731
            defaultHandler="org.txm.rcp.handlers.files.EditFile"
2732
            id="org.txm.rcp.handlers.files.EditFile"
2733
            name="%command.name">
2734
         <commandParameter
2735
               id="org.txm.rcp.commands.commandParameter2"
2736
               name="%commandParameter.name"
2737
               optional="true">
2738
         </commandParameter>
2739
      </command>
2740
   </extension>
2741
   <extension
2742
         id="results"
2743
         name="%extension.name.5"
2744
         point="org.eclipse.ui.commands">
2745
      <category
2746
            id="org.txm.rcp.categories.results"
2747
            name="%category.name.5">
2748
      </category>
2749
      <command
2750
            categoryId="org.txm.rcp.categories.results"
2751
            defaultHandler="org.txm.rcp.handlers.results.DeleteObject"
2752
            description="%command.description.5"
2753
            id="org.txm.rcp.handlers.results.DeleteObject"
2754
            name="%command.name.26">
2755
      </command>
2756
      <command
2757
            categoryId="org.txm.rcp.categories.results"
2758
            defaultHandler="org.txm.rcp.handlers.results.ComputeTXMResult"
2759
            description="%command.description.6"
2760
            id="org.txm.rcp.handlers.ComputeTXMResult"
2761
            name="%command.name.32">
2762
      </command>
2763
      <command
2764
            categoryId="org.txm.rcp.categories.results"
2765
            defaultHandler="org.txm.rcp.handlers.results.SetTXMResultPersistentState"
2766
            id="org.txm.rcp.handlers.results.SetTXMResultPersistentState"
2767
            name="%command.name.33">
2768
      </command>
2769
            <command
2770
            categoryId="org.txm.rcp.categories.results"
2771
            defaultHandler="org.txm.rcp.handlers.results.SetTXMResultLockState"
2772
            id="org.txm.rcp.handlers.results.SetTXMResultLockState"
2773
            name="%command.name.44">
2774
      </command>
2775
      <command
2776
            defaultHandler="org.txm.rcp.handlers.results.CloneTXMResult"
2777
            id="org.txm.rcp.handlers.results.CloneTXMResult"
2778
            name="%command.name.45">
2779
      </command>
2780
            <command
2781
            defaultHandler="org.txm.rcp.handlers.results.CloneTXMResultTree"
2782
            id="org.txm.rcp.handlers.results.CloneTXMResultTree"
2783
            name="%command.name.46">
2784
      </command>
2785
            <command
2786
                  defaultHandler="org.txm.rcp.handlers.results.ShowHiddenParents"
2787
                  id="org.txm.rcp.handlers.results.ShowHiddenParents"
2788
                  name="%command.name.49">
2789
            </command>
2790
            <command
2791
                  defaultHandler="org.txm.rcp.handlers.results.HideIntermediateParents"
2792
                  id="org.txm.rcp.handlers.results.HideIntermediateParents"
2793
                  name="%command.name.53">
2794
            </command>
2795
            <command
2796
                  categoryId="org.txm.rcp.categories.results"
2797
                  defaultHandler="org.txm.rcp.handlers.results.OpenPreferences"
2798
                  description="%command.description.7"
2799
                  id="org.txm.rcp.handlers.results.OpenPreferences"
2800
                  name="%command.name.57">
2801
            </command>
2802
            <command
2803
                  categoryId="org.txm.rcp.categories.results"
2804
                  defaultHandler="org.txm.rcp.commands.workspace.OpenCorpus"
2805
                  description="Open"
2806
                  id="org.txm.rcp.commands.workspace.OpenCorpus"
2807
                  name="Open">
2808
            </command>
2809
            <command
2810
                  categoryId="org.txm.rcp.categories.results"
2811
                  defaultHandler="org.txm.rcp.commands.workspace.CloseCorpus"
2812
                  description="Close"
2813
                  id="org.txm.rcp.commands.workspace.CloseCorpus"
2814
                  name="Close">
2815
            </command>
2816
   </extension>
2817
   <extension
2818
         id="scripts"
2819
         name="%extension.name.6"
2820
         point="org.eclipse.ui.commands">
2821
      <category
2822
            id="org.txm.rcp.categories.scripts"
2823
            name="%category.name.6">
2824
      </category>
2825
      <command
2826
            categoryId="org.txm.rcp.categories.scripts"
2827
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyScript"
2828
            id="org.txm.rcp.commands.ExecuteScriptGroovy"
2829
            name="%command.name.0">
2830
      </command>
2831
      <command
2832
            categoryId="org.txm.rcp.categories.scripts"
2833
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteLastGroovyScript"
2834
            id="org.txm.rcp.commands.ExecuteLastGroovyScript"
2835
            name="%command.name.89">
2836
      </command>
2837
      <command
2838
            categoryId="org.txm.rcp.categories.scripts"
2839
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyText"
2840
            id="org.txm.rcp.commands.ExecuteGroovyText"
2841
            name="%command.name.10">
2842
      </command>
2843
      <command
2844
            categoryId="org.txm.rcp.categories.scripts"
2845
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyScriptFromFile"
2846
            id="org.txm.rcp.commands.ExecuteScriptGroovyFromFile"
2847
            name="%command.name.66">
2848
      </command>
2849
      <command
2850
            categoryId="org.txm.rcp.categories.scripts"
2851
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteGroovyMacro"
2852
            id="org.txm.rcp.commands.ExecuteMacro"
2853
            name="%command.name.79">
2854
         <commandParameter
2855
               id="org.txm.rcp.command.parameter.file"
2856
               name="%commandParameter.name.5"
2857
               optional="true">
2858
         </commandParameter>
2859
         <commandParameter
2860
               id="args"
2861
               name="string args"
2862
               optional="true">
2863
         </commandParameter>
2864
      </command>
2865
      <command
2866
            categoryId="org.txm.rcp.categories.scripts"
2867
            defaultHandler="org.txm.rcp.handlers.scripts.CreateMacro"
2868
            id="org.txm.rcp.commands.CreateMacro"
2869
            name="%command.name.80">
2870
      </command>
2871
      <command
2872
            categoryId="org.txm.rcp.categories.scripts"
2873
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteScript"
2874
            id="org.txm.rcp.commands.ExecuteScript"
2875
            name="%command.name.21">
2876
         <commandParameter
2877
               id="org.txm.rcp.command.parameter.file"
2878
               name="%commandParameter.name.6"
2879
               optional="true">
2880
         </commandParameter>
2881
         <commandParameter
2882
               id="args"
2883
               name="string args"
2884
               optional="true">
2885
         </commandParameter>
2886
      </command>
2887
      <command
2888
            categoryId="org.txm.rcp.categories.scripts"
2889
            defaultHandler="org.txm.rcp.handlers.scripts.ExecuteText"
2890
            id="org.txm.rcp.commands.ExecuteText"
2891
            name="%command.name.50">
2892
      </command>
2893
      <command
2894
            defaultHandler="org.txm.rcp.commands.workspace.RebuildCorpus"
2895
            id="org.txm.rcp.commands.workspace.RebuildCorpus"
2896
            name="%command.name.59">
2897
      </command>
2898
      <command
2899
            categoryId="org.txm.rcp.category.txm"
2900
            defaultHandler="org.txm.rcp.commands.workspace.LoadBinaryCorpus"
2901
            id="org.txm.rcp.commands.workspace.LoadBinaryCorpus"
2902
            name="%command.name.61">
2903
         <commandParameter
2904
               id="url"
2905
               name="URL"
2906
               optional="true">
2907
         </commandParameter>
2908
      </command>
2909
   </extension>
2910
   <extension
2911
         point="org.eclipse.core.expressions.definitions">
2912
      <definition
2913
            id="OneFileSelected">
2914
         <with
2915
               variable="selection">
2916
            <iterate
2917
                  ifEmpty="false"
2918
                  operator="and">
2919
               <instanceof
2920
                     value="java.io.File">
2921
               </instanceof>
2922
            </iterate>
2923
         </with>
2924
      </definition>
2925
      <definition
2926
            id="OneDirSelected">
2927
         <and>
2928
            <instanceof
2929
                  value="java.io.File">
2930
            </instanceof>
2931
            <test
2932
                  args="isDirectory()"
2933
                  property="org.txm.rcp.test2"
2934
                  value="true">
2935
            </test>
2936
         </and>
2937
      </definition>
2938
            <definition
2939
                  id="OneProjectSelected">
2940
               <with
2941
                     variable="selection">
2942
                  <iterate
2943
                        ifEmpty="false"
2944
                        operator="and">
2945
                     <instanceof
2946
                           value="org.txm.objects.Project">
2947
                     </instanceof>
2948
                  </iterate>
2949
               </with>
2950
            </definition>
2951
            <definition
2952
                  id="OneIProjectSelected">
2953
               <with
2954
                     variable="selection">
2955
                  <iterate
2956
                        ifEmpty="false"
2957
                        operator="and">
2958
                     <instanceof
2959
                           value="org.eclipse.core.resources.IProject">
2960
                     </instanceof>
2961
                  </iterate>
2962
               </with>
2963
            </definition>
2964
            <definition
2965
                  id="OneTextSelected">
2966
               <with
2967
                     variable="selection">
2968
                  <iterate
2969
                        ifEmpty="false"
2970
                        operator="and">
2971
                     <instanceof
2972
                           value="org.txm.objects.Text">
2973
                     </instanceof>
2974
                  </iterate>
2975
               </with>
2976
            </definition>
2977
           
2978
            <definition
2979
                  id="OneResultSelected">
2980
               <visibleWhen
2981
                     checkEnabled="false">
2982
                  <or>
2983
                     <reference
2984
                           definitionId="OneSpecificitiesResultSelected">
2985
                     </reference>
2986
                     <reference
2987
                           definitionId="OneCASelected">
2988
                     </reference>
2989
                     <reference
2990
                           definitionId="OneLexiconSelected">
2991
                     </reference>
2992
                     <reference
2993
                           definitionId="OneConcordanceSelected">
2994
                     </reference>
2995
                     <reference
2996
                           definitionId="OneIndexSelected">
2997
                     </reference>
2998
                     <reference
2999
                           definitionId="OneReferencerSelected">
3000
                     </reference>
3001
                  </or>
3002
               </visibleWhen>
3003
            </definition>
3004
            <definition
3005
                  id="SVGEditorActive">
3006
               <with
3007
                     variable="activeEditorId">
3008
                  <equals
3009
                        value="org.txm.rcp.editors.SVGGraphicEditor">
3010
                  </equals>
3011
               </with>
3012
            </definition>
3013
            <definition
3014
                  id="StatEngineReady">
3015
               <test
3016
                     forcePluginActivation="true"
3017
                     property="org.txm.rcp.testers.ToolboxTester"
3018
                     value="StateEngineReady">
3019
               </test>
3020
            </definition>
3021
            <definition
3022
                  id="LabPerspectiveSelected">
3023
               <with
3024
                     variable="activeWorkbenchWindow.activePerspective">
3025
                  <equals
3026
                        value="org.txm.rcp.perspective.LabPerspective">
3027
                  </equals>
3028
               </with>
3029
            </definition>
3030
            <definition
3031
                  id="OneLexicalTableAbleSelected">
3032
               <with
3033
                     variable="selection">
3034
                  <iterate
3035
                        ifEmpty="false"
3036
                        operator="and">
3037
                     <instanceof
3038
                           value="org.txm.functions.LexicalTableAble">
3039
                     </instanceof>
3040
                  </iterate>
3041
               </with>
3042
            </definition>
3043
            <definition
3044
                  id="NeedToSaveAnnotations">
3045
               <test
3046
                     forcePluginActivation="true"
3047
                     property="org.txm.rcp.testers.annotate.canSave">
3048
               </test>
3049
            </definition>
3050
            <definition
3051
                  id="ExpertEnabled">
3052
               <test
3053
                     forcePluginActivation="true"
3054
                     property="org.txm.rcp.testers.ExpertEnabled">
3055
               </test>
3056
            </definition>
3057
            <definition
3058
                  id="IsXTZCorpus">
3059
               <test
3060
                     forcePluginActivation="true"
3061
                     property="org.txm.rcp.testers.corpus.xtzCorpus">
3062
               </test>
3063
            </definition>
3064
            <definition
3065
                  id="TextEditorActive">
3066
               <or>
3067
               <with
3068
                     variable="activePartId">
3069
                  <equals
3070
                        value="org.txm.rcp.editors.TxtEditor">
3071
                  </equals>
3072
               </with>
3073
               <with
3074
                     variable="activePartId">
3075
                  <equals
3076
                        value=" org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart">
3077
                  </equals>
3078
               </with></or>
3079
            </definition>
3080
            <definition
3081
                  id="OneTXMResultSelected">
3082
               <with
3083
                     variable="selection">
3084
                  <iterate
3085
                        ifEmpty="false"
3086
                        operator="and">
3087
                     <instanceof
3088
                           value="org.txm.core.results.TXMResult">
3089
                     </instanceof>
3090
                  </iterate>
3091
               </with>
3092
            </definition>
3093
            <definition
3094
                  id="OneOrMoreElementSelected">
3095
               <with
3096
                     variable="activeMenuSelection">
3097
                  <count
3098
                        value="+">
3099
                  </count>
3100
               </with>
3101
            </definition>
3102
            <definition
3103
                  id="IscorpusProject">
3104
               <adapt
3105
                     type="org.eclipse.core.resources.IProject">
3106
                  <test
3107
                        property="org.eclipse.core.resources.projectNature"
3108
                        value="org.txm.core.project.corpus">
3109
                  </test>
3110
               </adapt>
3111
            </definition>
3112
            <definition
3113
                  id="TXMEditorActive">
3114
               <with
3115
                     variable="activePart">
3116
                  <instanceof
3117
                        value="org.txm.rcp.editors.TXMEditor">
3118
                  </instanceof>
3119
               </with>
3120
            </definition>
3121
            <definition
3122
                  id="OneProjectSelected">
3123
               <with
3124
                     variable="selection">
3125
                  <iterate
3126
                        ifEmpty="false"
3127
                        operator="and">
3128
                     <instanceof
3129
                           value="org.eclipse.core.resources.IProject">
3130
                     </instanceof>
3131
                  </iterate>
3132
               </with>
3133
            </definition>
3134
   </extension>
3135
  
3136
   <extension
3137
         point="org.eclipse.ui.splashHandlers">
3138
      <splashHandler
3139
            class="org.txm.rcp.AbstractSplashHandler2"
3140
            id="org.txm.rcp.AbstractSplashHandler2">
3141
      </splashHandler>
3142
      <splashHandlerProductBinding
3143
            productId="org.txm.rcp.app"
3144
            splashId="org.txm.rcp.AbstractSplashHandler2">
3145
      </splashHandlerProductBinding>
3146
   </extension>
3147
   <extension
3148
         point="org.eclipse.core.expressions.propertyTesters">
3149
      <propertyTester
3150
            class="org.txm.rcp.testers.ToolboxTester"
3151
            id="org.txm.rcp.testers.ToolboxTester"
3152
            namespace="org.txm.rcp.testers"
3153
            properties="StatEngineReady,SearchEngineReady,computable,persistable"
3154
            type="java.lang.Object">
3155
      </propertyTester>
3156
      <propertyTester
3157
            class="org.txm.rcp.testers.IsCorpusAnnotated"
3158
            id="org.txm.rcp.testers.IsCorpusAnnotated"
3159
            namespace="org.txm.rcp.testers.annotate"
3160
            properties="canSave"
3161
            type="java.lang.Object">
3162
      </propertyTester>
3163
      <propertyTester
3164
            class="org.txm.rcp.testers.ExpertEnabled"
3165
            id="org.txm.rcp.testers.ExpertEnabled"
3166
            namespace="org.txm.rcp.testers"
3167
            properties="ExpertEnabled"
3168
            type="java.lang.Object">
3169
      </propertyTester>
3170
      <propertyTester
3171
            class="org.txm.rcp.testers.IsXTZCorpus"
3172
            id="org.txm.rcp.testers.IsXTZCorpus"
3173
            namespace="org.txm.rcp.testers.corpus"
3174
            properties="xtzCorpus"
3175
            type="java.lang.Object">
3176
      </propertyTester>
3177
      <propertyTester
3178
            class="org.txm.rcp.testers.AutoPersistenceDisabled"
3179
            id="org.txm.rcp.testers.AutoPersistenceDisabled"
3180
            namespace="org.txm.rcp.testers"
3181
            properties="AutoPersistenceDisabled"
3182
            type="java.lang.Object">
3183
      </propertyTester>
3184
      <propertyTester
3185
            class="org.txm.rcp.testers.IsParentVisible"
3186
            id="org.txm.rcp.testers.IsParentVisible"
3187
            namespace="org.txm.rcp.testers"
3188
            properties="IsParentVisible"
3189
            type="java.lang.Object">
3190
      </propertyTester>
3191
      <propertyTester
3192
            class="org.txm.rcp.testers.IsParentHidden"
3193
            id="org.txm.rcp.testers.IsParentHidden"
3194
            namespace="org.txm.rcp.testers"
3195
            properties="IsParentHidden"
3196
            type="java.lang.Object">
3197
      </propertyTester>
3198
   </extension>
3199
   <extension
3200
         point="org.eclipse.ui.bindings">
3201
      <scheme
3202
            description="%scheme.description"
3203
            id="org.txm.rcp.scheme"
3204
            name="%scheme.name"
3205
            parentId="org.eclipse.ui.defaultAcceleratorConfiguration">
3206
      </scheme>
3207
      <key
3208
            commandId="org.txm.rcp.commands.ExecuteText"
3209
            contextId="org.eclipse.ui.contexts.window"
3210
            schemeId="org.txm.rcp.scheme"
3211
            sequence="F11">
3212
      </key>
3213
      <key
3214
            commandId="org.txm.rcp.commands.ExecuteScript"
3215
            contextId="org.eclipse.ui.contexts.window"
3216
            schemeId="org.txm.rcp.scheme"
3217
            sequence="M1+F11">
3218
      </key>
3219
      <key
3220
            commandId="org.txm.rcp.commands.ExecuteLastGroovyScript"
3221
            contextId="org.eclipse.ui.contexts.window"
3222
            schemeId="org.txm.rcp.scheme"
3223
            sequence="F12">
3224
      </key>
3225
      <key
3226
            commandId="org.txm.rcp.commands.ReloadCorporaView"
3227
            contextId="org.txm.rcp.views.corpora.CorporaView"
3228
            schemeId="org.txm.rcp.scheme"
3229
            sequence="F5">
3230
      </key>
3231
      <key
3232
            commandId="org.txm.rcp.commands.function.RenameResult"
3233
            contextId="org.txm.rcp.views.corpora.CorporaView"
3234
            schemeId="org.txm.rcp.scheme"
3235
            sequence="F2">
3236
      </key>
3237
      <key
3238
            commandId="org.txm.rcp.handlers.results.SetTXMResultPersistentState"
3239
            contextId="org.txm.rcp.views.corpora.CorporaView"
3240
            schemeId="org.txm.rcp.scheme"
3241
            sequence="M1+S">
3242
      </key>
3243
   </extension>
3244
<!--   <extension
3245
         point="org.eclipse.e4.ui.css.swt.theme">
3246
      <theme
3247
            basestylesheeturi="css/default_linux.css"
3248
            id="org.txm.rcp.theme.default.linux"
3249
            label="TXM"
3250
            os="linux">
3251
      </theme>
3252
      <theme
3253
            basestylesheeturi="css/default_windows.css"
3254
            id="org.txm.rcp.theme.default.windows"
3255
            label="TXM"
3256
            os="win32">
3257
      </theme>
3258
      <theme
3259
            basestylesheeturi="css/default_mac.css"
3260
            id="org.txm.rcp.theme.default.mac"
3261
            label="TXM"
3262
            os="macosx">
3263
      </theme>
3264
   </extension>-->
3265
   <extension
3266
         point="org.eclipse.ui.contexts">
3267
      <context
3268
            description="%context.description.0"
3269
            id="org.txm.rcp.views.corpora.CorporaView"
3270
            name="%context.name.0">
3271
      </context>
3272
   </extension>
3273
   <extension
3274
         point="org.eclipse.ui.newWizards">
3275
      <category
3276
            id="org.txm.rcp.corpus"
3277
            name="%category.name.7">
3278
      </category>
3279
      <primaryWizard
3280
            id="org.txm.rcp.corpuswizard.TxtWizard">
3281
      </primaryWizard>
3282
      <primaryWizard
3283
            id="org.txm.rcp.corpuswizard.XMLXTZWizard">
3284
      </primaryWizard>
3285
      <primaryWizard
3286
            id="org.txm.rcp.corpuswizard.FactivaWizard">
3287
      </primaryWizard>
3288
      <wizard
3289
            category="org.txm.rcp.corpus"
3290
            class="org.txm.rcp.corpuswizard.ImportWizard"
3291
            descriptionImage="icons/wizard/txt.png"
3292
            finalPerspective="org.txm.rcp.perspective.TXMPerspective"
3293
            icon="icons/objects/file.png"
3294
            id="org.txm.rcp.corpuswizard.TxtWizard"
3295
            name="%wizard.name.2"
3296
            preferredPerspectives="org.txm.rcp.perspective.TXMPerspective"
3297
            project="true">
3298
      </wizard>
3299
      <wizard
3300
            category="org.txm.rcp.corpus"
3301
            class="org.txm.rcp.corpuswizard.ImportWizard"
3302
            descriptionImage="icons/wizard/factiva.png"
3303
            finalPerspective="org.txm.rcp.perspective.TXMPerspective"
3304
            icon="icons/objects/xml.png"
3305
            id="org.txm.rcp.corpuswizard.FactivaWizard"
3306
            name="%wizard.name.3"
3307
            preferredPerspectives="org.txm.rcp.perspective.TXMPerspective"
3308
            project="true">
3309
      </wizard>
3310
      <wizard
3311
            category="org.txm.rcp.corpus"
3312
            class="org.txm.rcp.corpuswizard.ImportWizard"
3313
            descriptionImage="icons/wizard/xtz.png"
3314
            finalPerspective="org.txm.rcp.perspective.TXMPerspective"
3315
            icon="icons/objects/xml.png"
3316
            id="org.txm.rcp.corpuswizard.XMLXTZWizard"
3317
            name="%wizard.name.4"
3318
            preferredPerspectives="org.txm.rcp.perspective.TXMPerspective"
3319
            project="true">
3320
      </wizard>
3321
   </extension>
3322
   <extension
3323
         point="org.eclipse.ui.ide.projectNatureImages">
3324
      <image
3325
            icon="icons/objects/project.png"
3326
            id="org.txm.rcp.image1"
3327
            natureId="org.txm.core.CorpusNature">
3328
      </image>
3329
   </extension>
3330
   <extension
3331
         id="id1"
3332
         point="org.eclipse.core.resources.natures">
3333
      <runtime>
3334
         <run
3335
               class="org.txm.core.CorpusNature">
3336
         </run>
3337
      </runtime>
3338
   </extension>
3339
   <extension
3340
         point="org.eclipse.ui.installationPages">
3341
      <page
3342
            class="org.txm.rcp.InstallationPage.PathsInstallationPage"
3343
            id="org.txm.rcp.installationPages.paths"
3344
            name="Paths">
3345
      </page>
3346
   </extension>
3347

    
3348
</plugin>