Statistiques
| Révision :

root / TXM / trunk / org.txm.rcp / plugin.xml @ 3300

Historique | Voir | Annoter | Télécharger (126,3 ko)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.4"?>
3
<plugin>  
4
   <extension-point id="org.txm.rcp.extentionpoint.command" name="%extension-point.name" schema="schema/org.txm.rcp.extentionpoint.command.exsd"/>
5
   <extension-point id="org.txm.rcp.editors.TXMEditorExtension" name="%extension-point.name.0" schema="schema/org.txm.rcp.editors.TXMEditorExtension.exsd"/>
6
   <extension-point id="org.txm.rcp.importsection" name="Import parameter section" schema="schema/org.txm.rcp.importsection.exsd"/>
7
 
8
   <extension
9
         id="Application"
10
         point="org.eclipse.core.runtime.applications">
11
      <application
12
            icon="icons/logo/TXM_logo.png">
13
         <run
14
               class="org.txm.rcp.Application">
15
         </run>
16
      </application>
17
   </extension>
18
   <extension
19
         point="org.eclipse.ui.perspectives">
20
      <perspective
21
            class="org.txm.rcp.perspective.TXMPerspective"
22
            icon="icons/objects/corpus.png"
23
            id="org.txm.rcp.perspective.TXMPerspective"
24
            name="%perspective.name">
25
      </perspective>
26
   </extension>
27
   <extension
28
         id="product"
29
         point="org.eclipse.core.runtime.products">
30
      <product
31
            application="org.txm.rcp.Application"
32
            description="%product.description"
33
            name="TXM">
34
         <property
35
               name="appName"
36
               value="TXM">
37
         </property>
38
         <property
39
               name="windowImages"
40
               value="icons/logo/TXM logo 16x16.png,icons/logo/TXM_logo.png,icons/logo/TXM logo 48x48.png,icons/logo/TXM_logo_64x64.png,icons/logo/TXM logo 128x128.png,icons/logo/TXM logo 256x256.png">
41
         </property>
42
         <property
43
               name="startupForegroundColor"
44
               value="000000">
45
         </property>
46
         <property
47
               name="startupMessageRect"
48
               value="13,312,290,20">
49
         </property>
50
         <property
51
               name="aboutImage"
52
               value="icons/logo/about TXM.png">
53
         </property>
54
         <property
55
               name="aboutText"
56
               value="[Contrat d&apos;utilisation du logiciel TXM]&#x0A;&#x0A;TXM 0.8.2 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;">
57
         </property>
58
         <property
59
               name="startupProgressRect"
60
               value="13,332,290,15">
61
         </property>
62
         <property
63
               name="cssTheme"
64
               value="org.txm.rcp.theme.default.linux">
65
         </property>
66
         <property
67
               name="preferenceCustomization"
68
               value="plugin_customization.ini">
69
         </property>
70
      </product>
71
   </extension>
72
   <extension
73
         point="org.eclipse.ui.perspectiveExtensions">
74
      <perspectiveExtension targetID="org.eclipse.ui.resourcePerspective">
75
         <view
76
               closeable="false"
77
               id="org.txm.rcp.views.corpora.CorporaView"
78
               ratio="0.5"
79
               relationship="right"
80
               relative="org.eclipse.ui.views.TaskList"
81
               showTitle="true"/>
82
         <view
83
               closeable="true"
84
               id="org.eclipse.ui.views.ProgressView"
85
               ratio="0.5"
86
               relationship="bottom"
87
               showTitle="true"
88
               visible="true">
89
         </view>
90
         <view
91
               closeable="true"
92
               id="org.txm.rcp.views.GroovyConsole"
93
               minimized="false"
94
               ratio="0.5"
95
               relationship="bottom"
96
               visible="true">
97
         </view>
98
      </perspectiveExtension>
99
   </extension>
100
   <extension
101
         point="org.eclipse.ui.views">
102
      <category
103
            id="org.txm.rcp"
104
            name="%category.name"/>
105
      <view
106
            category="org.txm.rcp"
107
            class="org.txm.rcp.views.corpora.CorporaView"
108
            icon="icons/objects/corpus.png"
109
            id="org.txm.rcp.views.corpora.CorporaView"
110
            name="%view.name"/>
111
      <view
112
            allowMultiple="false"
113
            category="org.eclipse.ui"
114
            class="org.eclipse.ui.ExtensionFactory:progressView"
115
            id="org.eclipse.ui.views.ProgressView"
116
            name="%view.name.0"
117
            restorable="true">
118
      </view>
119
      <view
120
            allowMultiple="false"
121
            category="org.txm.rcp"
122
            class="org.txm.rcp.views.fileexplorer.Explorer"
123
            icon="icons/objects/folder.png"
124
            id="org.txm.rcp.views.fileexplorer.Explorer"
125
            name="%view.name.1"
126
            restorable="true">
127
      </view>
128
      <view
129
            category="org.txm.rcp.debug"
130
            class="org.txm.rcp.views.SummaryView"
131
            id="org.txm.rcp.views.InternalCorpusView"
132
            name="%view.name.7"
133
            restorable="true">
134
      </view>
135
      <view
136
            allowMultiple="false"
137
            category="org.txm.rcp"
138
            class="org.txm.rcp.views.fileexplorer.MacroExplorer"
139
            icon="icons/objects/script.png"
140
            id="org.txm.rcp.views.fileexplorer.MacroExplorer"
141
            name="%view.name.8"
142
            restorable="true">
143
      </view>
144
      <view
145
            category="org.txm.rcp.debug"
146
            class="org.txm.rcp.views.cmdparameters.TXMResultParametersView"
147
            icon="icons/functions/Properties.png"
148
            id="org.txm.rcp.views.cmdparameters.ParametersView"
149
            name="Parameters panel"
150
            restorable="true">
151
      </view>
152
      <view
153
            category="org.txm.rcp.debug"
154
            class="org.txm.rcp.views.debug.TXMResultDebugView"
155
            icon="icons/debug.png"
156
            id="org.txm.rcp.views.debug.TXMResultDebugView"
157
            name="%view.name.12"
158
            restorable="true">
159
      </view>
160
      <view
161
            category="org.txm.rcp.debug"
162
            class="org.txm.rcp.views.debug.TXMEditorSWTDebugView"
163
            icon="platform:/plugin/org.txm.core/res/org/txm/images/icons/help.png"
164
            id="org.txm.rcp.views.debug.TXMEditorSWTDebugView"
165
            name="%view.name.13"
166
            restorable="true">
167
      </view>
168
      <view
169
            allowMultiple="false"
170
            category="org.txm.rcp.debug"
171
            class="org.txm.rcp.views.debug.EnginesDebugView"
172
            icon="icons/functions/parameters.png"
173
            id="org.txm.rcp.views.debug.EnginesDebugView"
174
            name="%view.name.10"
175
            restorable="true">
176
      </view>
177
      <category
178
            id="org.txm.rcp.debug"
179
            name="%category.name.7"
180
            parentCategory="org.txm.rcp">
181
      </category>
182
      <view
183
            category="org.txm.rcp"
184
            class="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView"
185
            icon="icons/functions/Properties.png"
186
            id="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView"
187
            name="Parameters"
188
            restorable="true">
189
      </view>
190
   </extension>
191
   <extension
192
         point="org.eclipse.core.runtime.adapters">
193
      <factory
194
            adaptableType="org.txm.searchengine.cqp.corpus.CorpusManager"
195
            class="org.txm.rcp.AdapterFactory">
196
         <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
197
      </factory>
198
      <factory
199
            adaptableType="org.txm.core.results.TXMResult"
200
            class="org.txm.rcp.adapters.DefaultAdapterFactory">
201
         <adapter
202
               type="org.eclipse.ui.model.IWorkbenchAdapter">
203
         </adapter>
204
         <adapter
205
               type="org.eclipse.ui.model.IWorkbenchAdapter2">
206
         </adapter>
207
      </factory>
208
      <factory
209
            adaptableType="org.txm.objects.Project"
210
            class="org.txm.rcp.adapters.ProjectAdapterFactory">
211
         <adapter
212
               type="org.eclipse.ui.model.IWorkbenchAdapter">
213
         </adapter>
214
      </factory>
215
      <factory
216
            adaptableType="org.eclipse.core.resources.IProject"
217
            class="org.txm.rcp.adapters.RCPProjectAdapterFactory">
218
         <adapter
219
               type="org.eclipse.ui.model.IWorkbenchAdapter">
220
         </adapter>
221
      </factory>
222

    
223

    
224

    
225

    
226

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

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

    
2240
      </menuContribution>
2241

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

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

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

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

    
3353
</plugin>