root / tmp / org.txm.rcp / plugin.xml @ 207
History | View | Annotate | Download (172 kB)
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.extensionpoint.backtotext" name="Back to text" schema="schema/org.txm.rcp.extensionpoint.backtotext.exsd"/> |
6 |
|
7 |
<extension
|
8 |
id="Application" |
9 |
point="org.eclipse.core.runtime.applications"> |
10 |
<application
|
11 |
icon="icons/logo/TXM logo.png"> |
12 |
<run
|
13 |
class="org.txm.rcpapplication.Application"> |
14 |
</run>
|
15 |
</application>
|
16 |
</extension>
|
17 |
<extension
|
18 |
point="org.eclipse.ui.perspectives"> |
19 |
<perspective
|
20 |
class="org.txm.rcpapplication.perspective.TXMPerspective" |
21 |
icon="icons/objects/corpus.png" |
22 |
id="org.txm.rcpapplication.perspective.TXMPerspective" |
23 |
name="%perspective.name"> |
24 |
</perspective>
|
25 |
<perspective
|
26 |
class="org.txm.rcpapplication.perspective.RPerspective" |
27 |
icon="icons/logo/Rcran.png" |
28 |
id="org.txm.rcpapplication.perspective.RPerspective" |
29 |
name="%perspective.name.0"> |
30 |
</perspective>
|
31 |
</extension>
|
32 |
<extension
|
33 |
id="product" |
34 |
point="org.eclipse.core.runtime.products"> |
35 |
<product
|
36 |
application="org.txm.rcp.Application" |
37 |
name="TXM"> |
38 |
<property
|
39 |
name="appName" |
40 |
value="TXM"> |
41 |
</property>
|
42 |
<property
|
43 |
name="preferenceCustomization" |
44 |
value="plugin_customization.ini"> |
45 |
</property>
|
46 |
<property
|
47 |
name="windowImages" |
48 |
value="icons/logo/TXM logo.png"> |
49 |
</property>
|
50 |
<property
|
51 |
name="startupForegroundColor" |
52 |
value="000000"> |
53 |
</property>
|
54 |
<property
|
55 |
name="startupMessageRect" |
56 |
value="13,312,290,20"> |
57 |
</property>
|
58 |
<property
|
59 |
name="aboutImage" |
60 |
value="icons/logo/about TXM.png"> |
61 |
</property>
|
62 |
<property
|
63 |
name="aboutText" |
64 |
value="<TXM Software User Agreement>

TXM 0.7.8 Copyright © 2010-2016 ENS de Lyon, University of Franche-Comté, CNRS

<English version below>

EN ACCEPTANT CETTE MISE À JOUR ET EN UTILISANT TXM, VOUS VOUS ENGAGEZ À CITER L'ARTICLE DE RÉFÉRENCE DE LA PLATEFORME* DANS VOS PUBLICATIONS DE RÉSULTATS OBTENUS À PARTIR D'ELLE. CELA EST ESSENTIEL POUR NOUS PERMETTRE DE JUSTIFIER LE BESOIN DE PÉRENNISATION DE CET INSTRUMENT DE TRAVAIL POUR LA COMMUNAUTÉ SCIENTIFIQUE.

Le logiciel TXM est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier suivant les termes de la Licence publique générale GNU telle que publiée par la Free Software Foundation, soit la version 2 de cette License, soit une version ultérieure.

Le logiciel TXM est distribué dans l'espoir qu'il sera utile, mais sans aucune garantie, y compris mais non de façon limitative les garanties implicites de qualité marchande et de convenance à un usage particulier. Consultez la version 2 et la version 3 de la Licence publique générale GNU pour plus de détails.

Vous devriez avoir reçu une copie de la Licence publique générale GNU en accompagnement du logiciel TXM ; si ce n'est pas le cas, veuillez consulter la page http://www.gnu.org/licenses/gpl-2.0.html.
_______________
* Serge Heiden, Jean-Philippe Magué, Bénédicte Pincemin.
TXM : Une plateforme logicielle open-source pour la textométrie - conception et développement. Sergio Bolasco, Isabella Chiari, Luca Giuliano. 10th International Conference on the Statistical Analysis of Textual Data - JADT 2010, Jun 2010, Rome, Italie.
Edizioni Universitarie di Lettere Economia Diritto, 2 (3), pp.1021-1032, 2010. <halshs-00549779>


ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH


By accepting this update and by using TXM, you agree to cite the TXM platform reference article** in your publications of results obtained from it. That is essential for us to justify the need for sustainability of this instrument for the scientific community.

The TXM platform is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

The TXM platform is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the TXM platform. If not, see http://www.gnu.org/licenses/gpl-2.0.html.
_______________
** Serge Heiden. The TXM Platform: Building Open-Source Textual
Analysis Software Compatible with the TEI Encoding Scheme. Ryo Otoguro, Kiyoshi Ishikawa, Hiroshi Umemoto, Kei Yoshimoto and Yasunari Harada. 24th Pacific Asia Conference on Language, Information and Computation, Nov 2010, Sendai, Japan. Institute for Digital Enhancement of Cognitive Development, Waseda University, pp.389-398, 2010. <halshs-00549764>"> |
65 |
</property>
|
66 |
<property
|
67 |
name="startupProgressRect" |
68 |
value="13,332,290,15"> |
69 |
</property>
|
70 |
<property
|
71 |
name="cssTheme" |
72 |
value="org.txm.rcp.theme.default.linux"> |
73 |
</property>
|
74 |
</product>
|
75 |
</extension>
|
76 |
<extension
|
77 |
point="org.eclipse.ui.perspectiveExtensions"> |
78 |
<perspectiveExtension targetID="org.eclipse.ui.resourcePerspective"> |
79 |
<view
|
80 |
closeable="false" |
81 |
id="org.txm.rcpapplication.views.CorporaView" |
82 |
ratio="0.5" |
83 |
relationship="right" |
84 |
relative="org.eclipse.ui.views.TaskList"/> |
85 |
<view
|
86 |
closeable="true" |
87 |
id="org.eclipse.ui.views.ProgressView" |
88 |
ratio="0.5" |
89 |
relationship="bottom" |
90 |
showTitle="true" |
91 |
visible="true"> |
92 |
</view>
|
93 |
<view
|
94 |
closeable="true" |
95 |
id="org.txm.rcpapplication.views.GroovyConsole" |
96 |
minimized="false" |
97 |
ratio="0.5" |
98 |
relationship="bottom" |
99 |
visible="true"> |
100 |
</view>
|
101 |
<view
|
102 |
closeable="true" |
103 |
id="org.txm.rcpapplication.views.QueriesView" |
104 |
ratio="0.5" |
105 |
relationship="right" |
106 |
relative="org.eclipse.ui.views.TaskList"> |
107 |
</view>
|
108 |
</perspectiveExtension>
|
109 |
</extension>
|
110 |
<extension
|
111 |
point="org.eclipse.ui.views"> |
112 |
<category
|
113 |
id="org.txm.rcpapplication" |
114 |
name="%category.name"/> |
115 |
<view
|
116 |
category="org.txm.rcpapplication" |
117 |
class="org.txm.rcpapplication.views.CorporaView" |
118 |
icon="icons/objects/corpus.png" |
119 |
id="org.txm.rcpapplication.views.CorporaView" |
120 |
name="%view.name"/> |
121 |
<view
|
122 |
allowMultiple="false" |
123 |
category="org.eclipse.ui" |
124 |
class="org.eclipse.ui.ExtensionFactory:progressView" |
125 |
id="org.eclipse.ui.views.ProgressView" |
126 |
name="%view.name.0" |
127 |
restorable="true"> |
128 |
</view>
|
129 |
<view
|
130 |
allowMultiple="false" |
131 |
category="org.txm.rcpapplication" |
132 |
class="org.txm.rcpapplication.views.fileexplorer.Explorer" |
133 |
icon="icons/objects/folder.png" |
134 |
id="org.txm.rcpapplication.views.fileexplorer.Explorer" |
135 |
name="%view.name.1" |
136 |
restorable="true"> |
137 |
</view>
|
138 |
<view
|
139 |
allowMultiple="false" |
140 |
category="org.txm.rcpapplication" |
141 |
class="org.txm.rcpapplication.views.GroovyConsole" |
142 |
id="org.txm.rcpapplication.views.GroovyConsole" |
143 |
name="%view.name.2" |
144 |
restorable="true"> |
145 |
</view>
|
146 |
<view
|
147 |
category="org.txm.rcpapplication" |
148 |
class="org.txm.rcpapplication.views.BasesView" |
149 |
id="org.txm.rcpapplication.views.BasesView" |
150 |
name="%view.name.3" |
151 |
restorable="true"> |
152 |
</view>
|
153 |
<view
|
154 |
category="org.txm.rcpapplication" |
155 |
class="org.txm.rcpapplication.views.QueriesView" |
156 |
icon="icons/objects/query.png" |
157 |
id="org.txm.rcpapplication.views.QueriesView" |
158 |
name="%view.name.4" |
159 |
restorable="true"> |
160 |
</view>
|
161 |
<view
|
162 |
category="org.txm.rcpapplication" |
163 |
class="org.txm.rcpapplication.views.RVariablesView" |
164 |
id="org.txm.rcpapplication.views.RVariablesView" |
165 |
name="%view.name.5" |
166 |
restorable="true"> |
167 |
</view>
|
168 |
<view
|
169 |
allowMultiple="false" |
170 |
category="org.txm.rcpapplication" |
171 |
class="org.txm.rcpapplication.views.RConsole" |
172 |
icon="icons/decorators/R.png" |
173 |
id="org.txm.rcpapplication.views.RConsole" |
174 |
name="%view.name.6" |
175 |
restorable="true"> |
176 |
</view>
|
177 |
<view
|
178 |
category="org.txm.rcpapplication" |
179 |
class="org.txm.rcpapplication.views.SummaryView" |
180 |
id="org.txm.rcpapplication.views.InternalCorpusView" |
181 |
name="%view.name.7" |
182 |
restorable="true"> |
183 |
</view>
|
184 |
<view
|
185 |
allowMultiple="false" |
186 |
category="org.txm.rcpapplication" |
187 |
class="org.txm.rcpapplication.views.fileexplorer.MacroExplorer" |
188 |
icon="icons/objects/script.png" |
189 |
id="org.txm.rcpapplication.views.fileexplorer.MacroExplorer" |
190 |
name="%view.name.8" |
191 |
restorable="true"> |
192 |
</view>
|
193 |
<view
|
194 |
category="org.txm.rcpapplication" |
195 |
class="org.txm.rcpapplication.views.knowledgerepositories.KRView" |
196 |
id="org.txm.rcpapplication.views.knowledgerepositories.KRView" |
197 |
name="%view.name.9" |
198 |
restorable="true"> |
199 |
</view>
|
200 |
</extension>
|
201 |
<extension
|
202 |
point="org.eclipse.core.runtime.adapters"> |
203 |
<factory
|
204 |
adaptableType="org.txm.searchengine.cqp.corpus.CorpusManager" |
205 |
class="org.txm.rcpapplication.AdapterFactory"> |
206 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
207 |
</factory>
|
208 |
<factory
|
209 |
adaptableType="org.txm.searchengine.cqp.corpus.Lexicon" |
210 |
class="org.txm.rcpapplication.AdapterFactory"> |
211 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
212 |
</factory>
|
213 |
|
214 |
<factory
|
215 |
adaptableType="org.txm.searchengine.cqp.corpus.Corpus" |
216 |
class="org.txm.rcpapplication.AdapterFactory"> |
217 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
218 |
</factory>
|
219 |
|
220 |
<factory
|
221 |
adaptableType="org.txm.searchengine.cqp.corpus.Partition" |
222 |
class="org.txm.rcpapplication.AdapterFactory"> |
223 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
224 |
</factory>
|
225 |
|
226 |
|
227 |
|
228 |
<factory
|
229 |
adaptableType="org.txm.functions.concordances.Concordance" |
230 |
class="org.txm.rcpapplication.AdapterFactory"> |
231 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
232 |
</factory>
|
233 |
<factory
|
234 |
adaptableType="org.txm.functions.index.Index" |
235 |
class="org.txm.rcpapplication.AdapterFactory"> |
236 |
<adapter
|
237 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
238 |
</adapter>
|
239 |
</factory>
|
240 |
<factory
|
241 |
adaptableType="org.txm.functions.referencer.Referencer" |
242 |
class="org.txm.rcpapplication.AdapterFactory"> |
243 |
<adapter
|
244 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
245 |
</adapter>
|
246 |
</factory>
|
247 |
<factory
|
248 |
adaptableType="org.txm.functions.internal.InternalView" |
249 |
class="org.txm.rcpapplication.AdapterFactory"> |
250 |
<adapter
|
251 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
252 |
</adapter>
|
253 |
</factory>
|
254 |
<factory
|
255 |
adaptableType="org.txm.functions.intertextualdistance.InterTextDistance" |
256 |
class="org.txm.rcpapplication.AdapterFactory"> |
257 |
<adapter
|
258 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
259 |
</adapter>
|
260 |
</factory>
|
261 |
|
262 |
</extension>
|
263 |
<extension
|
264 |
point="org.eclipse.ui.editors"> |
265 |
<editor
|
266 |
class="org.txm.rcpapplication.editors.SVGGraphicEditor" |
267 |
default="false" |
268 |
id="org.txm.rcpapplication.editors.SVGGraphicEditor" |
269 |
name="%editor.name"/> |
270 |
<editor
|
271 |
class="org.txm.rcpapplication.editors.TableEditor" |
272 |
default="false" |
273 |
icon="icons/functions/Index.png" |
274 |
id="org.txm.rcpapplication.editors.TableEditor" |
275 |
name="%editor.name.0"> |
276 |
</editor>
|
277 |
<editor
|
278 |
class="org.txm.rcpapplication.editors.GenericMultiPageEditor" |
279 |
default="false" |
280 |
id="org.txm.rcpapplication.editors.GenericMultiPageEditor" |
281 |
name="%editor.name.1"> |
282 |
</editor>
|
283 |
<editor
|
284 |
class="org.txm.rcpapplication.editors.concordances.ConcordancesEditor" |
285 |
default="false" |
286 |
icon="icons/functions/Concordances.png" |
287 |
id="org.txm.rcpapplication.editors.ConcordancesEditor" |
288 |
name="%editor.name.2"/> |
289 |
<editor
|
290 |
class="org.txm.rcpapplication.editors.TxtEditor" |
291 |
contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor" |
292 |
default="false" |
293 |
icon="icons/objects/file.png" |
294 |
id="org.txm.rcpapplication.editors.TxtEditor" |
295 |
name="%editor.name.4"> |
296 |
</editor>
|
297 |
<editor
|
298 |
class="org.txm.rcpapplication.editors.TXMBrowser" |
299 |
default="false" |
300 |
icon="icons/objects/edition.png" |
301 |
id="org.txm.rcpapplication.editors.TXMBrowser" |
302 |
name="%editor.name.5"> |
303 |
</editor>
|
304 |
<editor
|
305 |
class="org.txm.rcpapplication.editors.objectexplorer.ObjectExplorer" |
306 |
default="false" |
307 |
id="org.txm.rcpapplication.editors.ObjectExplorer" |
308 |
name="%editor.name.6"> |
309 |
</editor>
|
310 |
<editor
|
311 |
class="org.txm.rcpapplication.editors.index.IndexEditor" |
312 |
default="false" |
313 |
icon="icons/functions/Index.png" |
314 |
id="org.txm.rcpapplication.editors.index.IndexEditor" |
315 |
name="%editor.name.7"> |
316 |
</editor>
|
317 |
<editor
|
318 |
class="org.txm.rcpapplication.editors.parabrowser.ParaBrowserEditor" |
319 |
default="false" |
320 |
id="org.txm.rcpapplication.editors.parabrowser.ParaBrowserEditor" |
321 |
name="%editor.name.8"> |
322 |
</editor>
|
323 |
<editor
|
324 |
class="org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor" |
325 |
default="false" |
326 |
icon="icons/functions/IndexP.png" |
327 |
id="org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor" |
328 |
name="%editor.name.12"> |
329 |
</editor>
|
330 |
<editor
|
331 |
class="org.txm.rcpapplication.editors.referencer.ReferencerEditor" |
332 |
default="false" |
333 |
icon="icons/functions/Referencer.png" |
334 |
id="org.txm.rcpapplication.editors.referencer.ReferencerEditor" |
335 |
name="%editor.name.14"> |
336 |
</editor>
|
337 |
<editor
|
338 |
class="org.txm.rcpapplication.editors.imports.ImportFormEditor" |
339 |
default="false" |
340 |
icon="icons/objects/books.png" |
341 |
id="org.txm.rcpapplication.editors.imports.ImportFormEditor" |
342 |
name="%editor.name.15"> |
343 |
</editor>
|
344 |
<editor
|
345 |
class="org.txm.rcpapplication.editors.TestEditor" |
346 |
default="false" |
347 |
id="org.txm.rcpapplication.editors.TestEditor" |
348 |
name="%editor.name.16"> |
349 |
</editor>
|
350 |
<editor
|
351 |
class="org.txm.rcpapplication.editors.internal.InternalViewEditor" |
352 |
default="false" |
353 |
icon="icons/objects/folder.png" |
354 |
id="org.txm.rcpapplication.editors.internal.InternalViewEditor" |
355 |
name="%editor.name.17"> |
356 |
</editor>
|
357 |
<editor
|
358 |
class="org.txm.rcpapplication.editors.internal.InternalViewEditor" |
359 |
default="false" |
360 |
icon="icons/functions/InternalView.png" |
361 |
id="org.txm.rcpapplication.editors.TableEditor" |
362 |
name="%editor.name.19"> |
363 |
</editor>
|
364 |
<editor
|
365 |
class="org.txm.rcpapplication.editors.TXMWebBrowserEditor" |
366 |
default="false" |
367 |
icon="icons/objects/world.png" |
368 |
id="org.txm.rcpapplication.editors.TXMWebBrowserEditor" |
369 |
name="%editor.name.22"> |
370 |
</editor>
|
371 |
<editor
|
372 |
class="TestEMEditor" |
373 |
id="TestEMEditor" |
374 |
name="%editor.name.23"> |
375 |
</editor>
|
376 |
</extension>
|
377 |
<extension
|
378 |
point="org.eclipse.core.runtime.preferences"> |
379 |
<initializer class="org.txm.rcpapplication.preferences.RPreferenceInitializer"/> |
380 |
<initializer
|
381 |
class="org.txm.rcpapplication.preferences.CQPPreferenceInitializer"> |
382 |
</initializer>
|
383 |
<initializer
|
384 |
class="org.txm.rcpapplication.preferences.ConcordancerPreferenceInitializer"> |
385 |
</initializer>
|
386 |
<initializer
|
387 |
class="org.txm.rcpapplication.preferences.ScriptPreferenceInitializer"> |
388 |
</initializer>
|
389 |
</extension>
|
390 |
<extension
|
391 |
point="org.eclipse.ui.preferencePages"> |
392 |
<page
|
393 |
category="org.txm.rcpapplication.preferences.TextometriePreferencePage" |
394 |
class="org.txm.rcpapplication.preferences.UserPreferencePage" |
395 |
id="org.txm.rcpapplication.preferences.UserPreferencePage" |
396 |
name="%page.name"> |
397 |
</page>
|
398 |
<page
|
399 |
category="org.txm.rcpapplication.preferences.TextometriePreferencePage" |
400 |
class="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
401 |
id="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
402 |
name="%page.name.0"> |
403 |
</page>
|
404 |
<page
|
405 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
406 |
class="org.txm.rcpapplication.preferences.ConcordancerPreferencePage" |
407 |
id="org.txm.rcpapplication.preferences.ConcordancerPreferencePage" |
408 |
name="%page.name.1"/> |
409 |
<page
|
410 |
category="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
411 |
class="org.txm.rcpapplication.preferences.RPreferencePage" |
412 |
id="org.txm.rcpapplication.preferences.RPreferencePage" |
413 |
name="%page.name.3"> |
414 |
</page>
|
415 |
<page
|
416 |
category="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
417 |
class="org.txm.rcpapplication.preferences.CQPPreferencePage" |
418 |
id="org.txm.rcpapplication.preferences.CQPPreferencePage" |
419 |
name="%page.name.4"> |
420 |
</page>
|
421 |
<page
|
422 |
class="org.txm.rcpapplication.preferences.TXMPreferencePage" |
423 |
id="org.txm.rcpapplication.preferences.TextometriePreferencePage" |
424 |
name="%page.name.6"> |
425 |
</page>
|
426 |
<page
|
427 |
category="org.txm.rcpapplication.preferences.NLPPreferencePage" |
428 |
class="org.txm.rcpapplication.preferences.TreeTaggerPreferencePage" |
429 |
id="org.txm.rcpapplication.preferences.TreeTaggerPreferencePage" |
430 |
name="%page.name.7"> |
431 |
</page>
|
432 |
<page
|
433 |
category="org.txm.rcpapplication.preferences.AdvancePreferencePage" |
434 |
class="org.txm.rcpapplication.preferences.NLPPreferencePage" |
435 |
id="org.txm.rcpapplication.preferences.NLPPreferencePage" |
436 |
name="%page.name.8"> |
437 |
</page>
|
438 |
<page
|
439 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
440 |
class="org.txm.rcpapplication.preferences.ScriptPreferencePage" |
441 |
id="org.txm.rcpapplication.preferences.ScriptPreferencePage" |
442 |
name="%page.name.18"> |
443 |
</page>
|
444 |
<page
|
445 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
446 |
class="org.txm.rcpapplication.preferences.DiagnosticPreferencePage" |
447 |
id="org.txm.rcpapplication.preferences.DiagnosticPreferencePage" |
448 |
name="%page.name.9"> |
449 |
</page>
|
450 |
<page
|
451 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
452 |
class="org.txm.rcpapplication.preferences.ExportPreferencePage" |
453 |
id="org.txm.rcpapplication.preferences.ExportPreferencePage" |
454 |
name="%page.name.12"> |
455 |
</page>
|
456 |
<page
|
457 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
458 |
class="org.txm.rcpapplication.preferences.ReferencerPreferencePage" |
459 |
id="org.txm.rcpapplication.preferences.ReferencerPreferencePage" |
460 |
name="%page.name.16"> |
461 |
</page>
|
462 |
<page
|
463 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
464 |
class="org.txm.rcpapplication.preferences.FileExplorerPreferencePage" |
465 |
id="org.txm.rcpapplication.preferences.FileExplorerPreferencePage" |
466 |
name="%page.name.2"> |
467 |
</page>
|
468 |
<page
|
469 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
470 |
class="org.txm.rcpapplication.preferences.ImportPreferencePage" |
471 |
id="org.txm.rcpapplication.preferences.ImportPreferencePage" |
472 |
name="%page.name.19"> |
473 |
</page>
|
474 |
<page
|
475 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
476 |
class="org.txm.rcpapplication.preferences.AnnotationPreferencePage" |
477 |
id="org.txm.rcpapplication.preferences.AnnotationPreferencePage" |
478 |
name="%page.name.23"> |
479 |
</page>
|
480 |
</extension>
|
481 |
<extension
|
482 |
point="org.eclipse.ui.menus"> |
483 |
<menuContribution
|
484 |
locationURI="menu:org.eclipse.ui.main.menu"> |
485 |
<menu
|
486 |
id="menu.file" |
487 |
label="%menu.label"> |
488 |
<separator
|
489 |
name="org.txm.rcpapplication.separator2" |
490 |
visible="true"> |
491 |
</separator>
|
492 |
<menu
|
493 |
id="menu.file.import" |
494 |
label="%menu.label.0"> |
495 |
<command
|
496 |
commandId="org.txm.rcpapplication.commands.ImportSelectedText" |
497 |
label="%command.label.60" |
498 |
style="push" |
499 |
tooltip="%command.tooltip.27"> |
500 |
</command>
|
501 |
<command
|
502 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
503 |
label="%command.label.78" |
504 |
style="push" |
505 |
tooltip="%command.tooltip.45"> |
506 |
<parameter
|
507 |
name="org.txm.rcpapplication.commands.commandParameter3" |
508 |
value="quickLoader.groovy"> |
509 |
</parameter>
|
510 |
</command>
|
511 |
<command
|
512 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
513 |
label="%command.label.87" |
514 |
style="push" |
515 |
tooltip="%command.tooltip.66"> |
516 |
<parameter
|
517 |
name="org.txm.rcpapplication.commands.commandParameter3" |
518 |
value="docLoader.groovy"> |
519 |
</parameter>
|
520 |
</command>
|
521 |
<separator
|
522 |
name="org.txm.rcp.separator1" |
523 |
visible="true"> |
524 |
</separator>
|
525 |
<command
|
526 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
527 |
label="%command.label.1" |
528 |
style="push" |
529 |
tooltip="%command.tooltip.44"> |
530 |
<parameter
|
531 |
name="org.txm.rcpapplication.commands.commandParameter3" |
532 |
value="xmlLoader.groovy"> |
533 |
</parameter>
|
534 |
</command>
|
535 |
<command
|
536 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
537 |
label="%command.label.92" |
538 |
style="push" |
539 |
tooltip="%command.tooltip.88"> |
540 |
<parameter
|
541 |
name="org.txm.rcpapplication.commands.commandParameter3" |
542 |
value="xtzLoader.groovy"> |
543 |
</parameter>
|
544 |
</command>
|
545 |
<command
|
546 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
547 |
label="%command.label.5" |
548 |
style="push" |
549 |
tooltip="%command.tooltip.8"> |
550 |
<parameter
|
551 |
name="org.txm.rcpapplication.commands.commandParameter3" |
552 |
value="bfmLoader.groovy"> |
553 |
</parameter>
|
554 |
</command>
|
555 |
<command
|
556 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
557 |
label="%command.label.9" |
558 |
style="push" |
559 |
tooltip="%command.tooltip.9"> |
560 |
<parameter
|
561 |
name="org.txm.rcpapplication.commands.commandParameter3" |
562 |
value="frantextLoader.groovy"> |
563 |
</parameter>
|
564 |
</command>
|
565 |
<command
|
566 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
567 |
label="%command.label.12" |
568 |
style="push" |
569 |
tooltip="%command.tooltip.11"> |
570 |
<parameter
|
571 |
name="org.txm.rcpapplication.commands.commandParameter3" |
572 |
value="xmltxmLoader.groovy"> |
573 |
</parameter>
|
574 |
</command>
|
575 |
<command
|
576 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
577 |
label="%command.label.3" |
578 |
style="push" |
579 |
tooltip="%command.tooltip.5"> |
580 |
<parameter
|
581 |
name="org.txm.rcpapplication.commands.commandParameter3" |
582 |
value="transcriberLoader.groovy"> |
583 |
</parameter>
|
584 |
</command>
|
585 |
<command
|
586 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
587 |
label="%command.label.2" |
588 |
style="push" |
589 |
tooltip="%command.tooltip.1"> |
590 |
<parameter
|
591 |
name="org.txm.rcpapplication.commands.commandParameter3" |
592 |
value="factivaLoader.groovy"> |
593 |
</parameter>
|
594 |
</command>
|
595 |
<command
|
596 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
597 |
label="%command.label.81" |
598 |
style="push" |
599 |
tooltip="%command.tooltip.24"> |
600 |
<parameter
|
601 |
name="org.txm.rcpapplication.commands.commandParameter3" |
602 |
value="tmxLoader.groovy"> |
603 |
</parameter>
|
604 |
</command>
|
605 |
<separator
|
606 |
name="org.txm.rcp.separator2" |
607 |
visible="true"> |
608 |
</separator>
|
609 |
<command
|
610 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
611 |
label="%command.label.64" |
612 |
style="push" |
613 |
tooltip="%command.tooltip.22"> |
614 |
<parameter
|
615 |
name="org.txm.rcpapplication.commands.commandParameter3" |
616 |
value="factivamailLoader.groovy"> |
617 |
</parameter>
|
618 |
</command>
|
619 |
<command
|
620 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
621 |
label="%command.label.0" |
622 |
style="push" |
623 |
tooltip="%command.tooltip.28"> |
624 |
<parameter
|
625 |
name="org.txm.rcpapplication.commands.commandParameter3" |
626 |
value="discoursLoader.groovy"> |
627 |
</parameter>
|
628 |
</command>
|
629 |
<command
|
630 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
631 |
label="%command.label.62" |
632 |
style="push" |
633 |
tooltip="%command.tooltip.30"> |
634 |
<parameter
|
635 |
name="org.txm.rcpapplication.commands.commandParameter3" |
636 |
value="alcesteLoader.groovy"> |
637 |
</parameter>
|
638 |
</command>
|
639 |
<command
|
640 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
641 |
label="%command.label.61" |
642 |
style="push" |
643 |
tooltip="%command.tooltip.29"> |
644 |
<parameter
|
645 |
name="org.txm.rcpapplication.commands.commandParameter3" |
646 |
value="hyperbaseLoader.groovy"> |
647 |
</parameter>
|
648 |
</command>
|
649 |
<command
|
650 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptImport" |
651 |
label="%command.label.82" |
652 |
style="push" |
653 |
tooltip="%command.tooltip.25"> |
654 |
<parameter
|
655 |
name="org.txm.rcpapplication.commands.commandParameter3" |
656 |
value="wtcLoader.groovy"> |
657 |
</parameter>
|
658 |
</command>
|
659 |
</menu>
|
660 |
<command
|
661 |
commandId="org.txm.rcpapplication.commands.workspace.AddBase" |
662 |
label="%command.label.50" |
663 |
style="push"> |
664 |
</command>
|
665 |
<menu
|
666 |
icon="icons/functions/export.png" |
667 |
id="menu.file.export" |
668 |
label="%menu.label.5"> |
669 |
<command
|
670 |
commandId="org.txm.rcpapplication.commands.base.ExportCorpus" |
671 |
icon="icons/functions/Compress.png" |
672 |
label="%command.name.52" |
673 |
style="push" |
674 |
tooltip="%command.tooltip.67"> |
675 |
<visibleWhen
|
676 |
checkEnabled="false"> |
677 |
<reference
|
678 |
definitionId="OneMainCorpusSelected"> |
679 |
</reference>
|
680 |
</visibleWhen>
|
681 |
</command>
|
682 |
<command
|
683 |
commandId="org.txm.rcpapplication.commands.annotation.ExportStandoff" |
684 |
id="menu.file.export.exporttei" |
685 |
label="%command.label.193" |
686 |
style="push"> |
687 |
<visibleWhen
|
688 |
checkEnabled="false"> |
689 |
<reference
|
690 |
definitionId="OneMainCorpusSelected"> |
691 |
</reference>
|
692 |
</visibleWhen>
|
693 |
</command>
|
694 |
<command
|
695 |
commandId="org.txm.rcpapplication.commands.function.ExportResult" |
696 |
icon="icons/functions/export_data.png" |
697 |
label="%command.label.51" |
698 |
style="push"> |
699 |
<visibleWhen
|
700 |
checkEnabled="false"> |
701 |
<or>
|
702 |
<reference
|
703 |
definitionId="OneLexiconSelected"> |
704 |
</reference>
|
705 |
<reference
|
706 |
definitionId="OneConcordanceSelected"> |
707 |
</reference>
|
708 |
<reference
|
709 |
definitionId="OneSpecificitiesResultSelected"> |
710 |
</reference>
|
711 |
<reference
|
712 |
definitionId="OneIndexSelected"> |
713 |
</reference>
|
714 |
<reference
|
715 |
definitionId="OneCooccurrenceSelected"> |
716 |
</reference>
|
717 |
<reference
|
718 |
definitionId="OneReferencerSelected"> |
719 |
</reference>
|
720 |
<reference
|
721 |
definitionId="OneProgressionSelected"> |
722 |
</reference>
|
723 |
<reference
|
724 |
definitionId="OneLexicalTableSelected"> |
725 |
</reference>
|
726 |
<reference
|
727 |
definitionId="OneCASelected"> |
728 |
</reference>
|
729 |
<reference
|
730 |
definitionId="OneCAHSelected"> |
731 |
</reference>
|
732 |
<reference
|
733 |
definitionId="OneTXMResultSelected"> |
734 |
</reference>
|
735 |
</or>
|
736 |
</visibleWhen>
|
737 |
</command>
|
738 |
<command
|
739 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
740 |
icon="icons/functions/exportSVG.png" |
741 |
label="%command.label.101" |
742 |
style="push" |
743 |
tooltip="%command.tooltip.54"> |
744 |
<visibleWhen
|
745 |
checkEnabled="false"> |
746 |
<or>
|
747 |
<reference
|
748 |
definitionId="SVGEditorActive"> |
749 |
</reference>
|
750 |
<reference
|
751 |
definitionId="OneCAHSelected"> |
752 |
</reference>
|
753 |
<reference
|
754 |
definitionId="OneProgressionSelected"> |
755 |
</reference>
|
756 |
<reference
|
757 |
definitionId="OneWordCloudSelected"> |
758 |
</reference>
|
759 |
</or>
|
760 |
</visibleWhen>
|
761 |
</command>
|
762 |
</menu>
|
763 |
<separator
|
764 |
name="fileSeparator1" |
765 |
visible="true"> |
766 |
</separator>
|
767 |
<command
|
768 |
commandId="org.txm.rcpapplication.commands.CreateFile" |
769 |
icon="icons/functions/page_white_add.png" |
770 |
label="%command.label.83"> |
771 |
</command>
|
772 |
<command
|
773 |
commandId="org.txm.rcpapplication.commands.EditFile" |
774 |
icon="icons/functions/open.png" |
775 |
id="file.open" |
776 |
label="%command.label.45" |
777 |
style="push"> |
778 |
</command>
|
779 |
<command
|
780 |
commandId="org.eclipse.ui.file.save" |
781 |
icon="icons/functions/save.png" |
782 |
label="%command.label.86"> |
783 |
</command>
|
784 |
<command
|
785 |
commandId="org.eclipse.ui.file.saveAll" |
786 |
icon="icons/functions/saveall.png" |
787 |
label="%command.label.88"> |
788 |
</command>
|
789 |
<command
|
790 |
commandId="org.txm.rcpapplication.commands.editor.SaveAs" |
791 |
icon="icons/functions/saveas.png" |
792 |
label="%command.label.29"> |
793 |
<visibleWhen
|
794 |
checkEnabled="false"> |
795 |
<reference
|
796 |
definitionId="TextEditorActive"> |
797 |
</reference>
|
798 |
</visibleWhen>
|
799 |
</command>
|
800 |
<command
|
801 |
commandId="org.eclipse.ui.file.close" |
802 |
label="%command.label.90"> |
803 |
</command>
|
804 |
<command
|
805 |
commandId="org.eclipse.ui.file.closeAll" |
806 |
label="%command.label.93"> |
807 |
</command>
|
808 |
<separator
|
809 |
name="org.txm.rcp.separator2" |
810 |
visible="true"> |
811 |
</separator>
|
812 |
<command
|
813 |
commandId="org.txm.rcpapplication.commands.OpenBrowser" |
814 |
label="%command.label" |
815 |
style="push" |
816 |
tooltip="%command.tooltip"> |
817 |
</command>
|
818 |
<separator
|
819 |
name="fileSeparator2" |
820 |
visible="true"> |
821 |
</separator>
|
822 |
<command
|
823 |
commandId="org.txm.rcpapplication.commands.changelanguage" |
824 |
label="%command.label.75" |
825 |
style="push" |
826 |
tooltip="%command.tooltip.42"> |
827 |
</command>
|
828 |
<separator
|
829 |
name="org.txm.rcp.separator3" |
830 |
visible="true"> |
831 |
</separator>
|
832 |
<command
|
833 |
commandId="org.txm.rcpapplication.p2.plugins.TXMUpdateHandler" |
834 |
label="%command.label.181" |
835 |
style="push"> |
836 |
<visibleWhen
|
837 |
checkEnabled="false"> |
838 |
<reference
|
839 |
definitionId="WasNotFirstTXMRun"> |
840 |
</reference>
|
841 |
</visibleWhen>
|
842 |
</command>
|
843 |
<command
|
844 |
commandId="org.txm.rcpapplication.p2.plugins.InstallPluginHandler" |
845 |
label="%command.label.182" |
846 |
style="push"> |
847 |
<visibleWhen
|
848 |
checkEnabled="false"> |
849 |
<reference
|
850 |
definitionId="WasNotFirstTXMRun"> |
851 |
</reference>
|
852 |
</visibleWhen>
|
853 |
</command>
|
854 |
<command
|
855 |
commandId="org.eclipse.equinox.p2.ui.sdk.install" |
856 |
label="%command.label.34" |
857 |
style="push"> |
858 |
<visibleWhen
|
859 |
checkEnabled="false"> |
860 |
<reference
|
861 |
definitionId="WasNotFirstTXMRun"> |
862 |
</reference>
|
863 |
</visibleWhen>
|
864 |
</command>
|
865 |
<command
|
866 |
commandId="org.txm.rcpapplication.commands.CheckRPackages" |
867 |
label="%command.label.38" |
868 |
style="push"> |
869 |
</command>
|
870 |
<separator
|
871 |
name="org.txm.rcpapplication.separator1" |
872 |
visible="true"> |
873 |
</separator>
|
874 |
<command
|
875 |
commandId="org.txm.rcpapplication.commands.RestartTXM" |
876 |
label="%command.label.59" |
877 |
style="push" |
878 |
tooltip="%command.tooltip.26"> |
879 |
</command>
|
880 |
<command
|
881 |
commandId="org.eclipse.ui.file.exit" |
882 |
label="%command.label.6" |
883 |
style="push" |
884 |
tooltip="%command.tooltip.2"> |
885 |
</command>
|
886 |
</menu>
|
887 |
<menu
|
888 |
id="menu.edit" |
889 |
label="%menu.label.3"> |
890 |
<command
|
891 |
commandId="org.eclipse.ui.edit.findReplace" |
892 |
label="%command.label.15"> |
893 |
<visibleWhen
|
894 |
checkEnabled="false"> |
895 |
<reference
|
896 |
definitionId="TextEditorActive"> |
897 |
</reference>
|
898 |
</visibleWhen>
|
899 |
</command>
|
900 |
<command
|
901 |
commandId="org.eclipse.ui.edit.findNext" |
902 |
label="%command.label.98" |
903 |
style="push"> |
904 |
<visibleWhen
|
905 |
checkEnabled="false"> |
906 |
<reference
|
907 |
definitionId="TextEditorActive"> |
908 |
</reference>
|
909 |
</visibleWhen>
|
910 |
</command>
|
911 |
<command
|
912 |
commandId="org.eclipse.ui.edit.findPrevious" |
913 |
label="%command.label.100" |
914 |
style="push"> |
915 |
<visibleWhen
|
916 |
checkEnabled="false"> |
917 |
<reference
|
918 |
definitionId="TextEditorActive"> |
919 |
</reference>
|
920 |
</visibleWhen>
|
921 |
</command>
|
922 |
<command
|
923 |
commandId="org.eclipse.ui.edit.findIncremental" |
924 |
label="%command.label.109" |
925 |
style="push"> |
926 |
<visibleWhen
|
927 |
checkEnabled="false"> |
928 |
<reference
|
929 |
definitionId="TextEditorActive"> |
930 |
</reference>
|
931 |
</visibleWhen>
|
932 |
</command>
|
933 |
<command
|
934 |
commandId="org.eclipse.ui.edit.findIncrementalReverse" |
935 |
label="%command.label.110" |
936 |
style="push"> |
937 |
<visibleWhen
|
938 |
checkEnabled="false"> |
939 |
<reference
|
940 |
definitionId="TextEditorActive"> |
941 |
</reference>
|
942 |
</visibleWhen>
|
943 |
</command>
|
944 |
<separator
|
945 |
name="org.txm.rcp.separator1" |
946 |
visible="true"> |
947 |
</separator>
|
948 |
<command
|
949 |
commandId="org.eclipse.ui.edit.undo" |
950 |
label="%command.label.16"> |
951 |
<visibleWhen
|
952 |
checkEnabled="false"> |
953 |
<reference
|
954 |
definitionId="TextEditorActive"> |
955 |
</reference>
|
956 |
</visibleWhen>
|
957 |
</command>
|
958 |
<command
|
959 |
commandId="org.eclipse.ui.edit.redo" |
960 |
label="%command.label.17"> |
961 |
<visibleWhen
|
962 |
checkEnabled="false"> |
963 |
<reference
|
964 |
definitionId="TextEditorActive"> |
965 |
</reference>
|
966 |
</visibleWhen>
|
967 |
</command>
|
968 |
<separator
|
969 |
name="org.txm.rcp.separator2" |
970 |
visible="true"> |
971 |
</separator>
|
972 |
<command
|
973 |
commandId="org.eclipse.ui.edit.cut" |
974 |
label="%command.label.18"> |
975 |
<visibleWhen
|
976 |
checkEnabled="false"> |
977 |
<reference
|
978 |
definitionId="TextEditorActive"> |
979 |
</reference>
|
980 |
</visibleWhen>
|
981 |
</command>
|
982 |
<command
|
983 |
commandId="org.eclipse.ui.edit.copy" |
984 |
label="%command.label.19"> |
985 |
<visibleWhen
|
986 |
checkEnabled="false"> |
987 |
<reference
|
988 |
definitionId="TextEditorActive"> |
989 |
</reference>
|
990 |
</visibleWhen>
|
991 |
</command>
|
992 |
<command
|
993 |
commandId="org.eclipse.ui.edit.paste" |
994 |
label="%command.label.20"> |
995 |
<visibleWhen
|
996 |
checkEnabled="false"> |
997 |
<reference
|
998 |
definitionId="TextEditorActive"> |
999 |
</reference>
|
1000 |
</visibleWhen>
|
1001 |
</command>
|
1002 |
<command
|
1003 |
commandId="org.eclipse.ui.edit.delete" |
1004 |
label="%command.label.27"> |
1005 |
<visibleWhen
|
1006 |
checkEnabled="false"> |
1007 |
<reference
|
1008 |
definitionId="TextEditorActive"> |
1009 |
</reference>
|
1010 |
</visibleWhen>
|
1011 |
</command>
|
1012 |
<command
|
1013 |
commandId="org.eclipse.ui.edit.selectAll" |
1014 |
label="%command.label.28"> |
1015 |
<visibleWhen
|
1016 |
checkEnabled="false"> |
1017 |
<reference
|
1018 |
definitionId="TextEditorActive"> |
1019 |
</reference>
|
1020 |
</visibleWhen>
|
1021 |
</command>
|
1022 |
<separator
|
1023 |
name="org.txm.rcp.separator3" |
1024 |
visible="true"> |
1025 |
</separator>
|
1026 |
<command
|
1027 |
commandId="org.eclipse.ui.edit.text.goto.line" |
1028 |
icon="icons/functions/goto.png" |
1029 |
label="%command.label.113" |
1030 |
style="push"> |
1031 |
<visibleWhen
|
1032 |
checkEnabled="false"> |
1033 |
<reference
|
1034 |
definitionId="TextEditorActive"> |
1035 |
</reference>
|
1036 |
</visibleWhen>
|
1037 |
</command>
|
1038 |
<command
|
1039 |
commandId="org.eclipse.ui.edit.text.open.hyperlink" |
1040 |
icon="icons/functions/world.png" |
1041 |
label="%command.label.133" |
1042 |
style="push"> |
1043 |
<visibleWhen
|
1044 |
checkEnabled="false"> |
1045 |
<reference
|
1046 |
definitionId="TextEditorActive"> |
1047 |
</reference>
|
1048 |
</visibleWhen>
|
1049 |
</command>
|
1050 |
<command
|
1051 |
commandId="org.txm.rcpapplication.commands.editor.SetEncoding" |
1052 |
icon="icons/functions/encoding.png" |
1053 |
label="%command.label.30"> |
1054 |
<visibleWhen
|
1055 |
checkEnabled="false"> |
1056 |
<reference
|
1057 |
definitionId="TextEditorActive"> |
1058 |
</reference>
|
1059 |
</visibleWhen>
|
1060 |
</command>
|
1061 |
<separator
|
1062 |
name="org.txm.rcp.separator3" |
1063 |
visible="true"> |
1064 |
</separator>
|
1065 |
<command
|
1066 |
commandId="org.eclipse.ui.editors.lineNumberToggle" |
1067 |
icon="icons/functions/lines_number.png" |
1068 |
label="%command.label.140" |
1069 |
style="push"> |
1070 |
<visibleWhen
|
1071 |
checkEnabled="false"> |
1072 |
<reference
|
1073 |
definitionId="TextEditorActive"> |
1074 |
</reference>
|
1075 |
</visibleWhen>
|
1076 |
</command>
|
1077 |
<command
|
1078 |
commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" |
1079 |
icon="icons/functions/paragraph.png" |
1080 |
label="%command.label.144" |
1081 |
style="push" |
1082 |
tooltip="%command.tooltip.31"> |
1083 |
<visibleWhen
|
1084 |
checkEnabled="false"> |
1085 |
<reference
|
1086 |
definitionId="TextEditorActive"> |
1087 |
</reference>
|
1088 |
</visibleWhen>
|
1089 |
</command>
|
1090 |
<command
|
1091 |
commandId="org.eclipse.ui.file.revert" |
1092 |
icon="icons/functions/page_refresh.png" |
1093 |
label="%command.label.145" |
1094 |
style="push"> |
1095 |
<visibleWhen
|
1096 |
checkEnabled="false"> |
1097 |
<reference
|
1098 |
definitionId="TextEditorActive"> |
1099 |
</reference>
|
1100 |
</visibleWhen>
|
1101 |
</command>
|
1102 |
</menu>
|
1103 |
<menu
|
1104 |
id="menu.corpus" |
1105 |
label="%menu.label.1" |
1106 |
sibling_order="<command
 commandId="org.txm.rcpapplication.commands.function.ComputeConcordance"
 icon="icons/functions/Concordances.png"
 label="%command.label.11"
 style="push"
 tooltip="%command.tooltip.7">
 <visibleWhen
 checkEnabled="false">
 <reference
 definitionId="OneCorpusSelected">
 </reference>
 </visibleWhen>
 </command>"> |
1107 |
<command
|
1108 |
commandId="org.txm.rcpapplication.commands.base.Diagnostique" |
1109 |
icon="icons/functions/diagnostique.png" |
1110 |
id="menu.corpus.description" |
1111 |
label="%command.label.48" |
1112 |
style="push" |
1113 |
tooltip="%command.tooltip.60"> |
1114 |
<visibleWhen
|
1115 |
checkEnabled="false"> |
1116 |
<reference
|
1117 |
definitionId="OneCorpusSelected"> |
1118 |
</reference>
|
1119 |
</visibleWhen>
|
1120 |
</command>
|
1121 |
<command
|
1122 |
commandId="org.txm.rcpapplication.commands.function.ComputeInternalView" |
1123 |
icon="icons/functions/InternalView.png" |
1124 |
label="%command.label.176" |
1125 |
style="push" |
1126 |
tooltip="%command.tooltip.40"> |
1127 |
<visibleWhen
|
1128 |
checkEnabled="false"> |
1129 |
<reference
|
1130 |
definitionId="OneCorpusSelected"> |
1131 |
</reference>
|
1132 |
</visibleWhen>
|
1133 |
</command>
|
1134 |
<command
|
1135 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
1136 |
icon="icons/functions/Delete.png" |
1137 |
label="%command.label.65" |
1138 |
style="push" |
1139 |
tooltip="%command.tooltip.33"> |
1140 |
<visibleWhen
|
1141 |
checkEnabled="false"> |
1142 |
|
1143 |
<or>
|
1144 |
<reference
|
1145 |
definitionId="OneBaseSelected"> |
1146 |
</reference>
|
1147 |
<reference
|
1148 |
definitionId="OneCASelected"> |
1149 |
</reference>
|
1150 |
<reference
|
1151 |
definitionId="OneConcordanceSelected"> |
1152 |
</reference>
|
1153 |
<reference
|
1154 |
definitionId="OneCorpusSelected"> |
1155 |
</reference>
|
1156 |
<reference
|
1157 |
definitionId="OneLexicalTableSelected"> |
1158 |
</reference>
|
1159 |
<reference
|
1160 |
definitionId="OneLexiconSelected"> |
1161 |
</reference>
|
1162 |
<reference
|
1163 |
definitionId="OnePartitionSelected"> |
1164 |
</reference>
|
1165 |
<reference
|
1166 |
definitionId="OneSpecificitiesResultSelected"> |
1167 |
</reference>
|
1168 |
<reference
|
1169 |
definitionId="OneTxmObjectSelected"> |
1170 |
</reference>
|
1171 |
<reference
|
1172 |
definitionId="OneIndexSelected"> |
1173 |
</reference>
|
1174 |
<reference
|
1175 |
definitionId="OneCooccurrenceSelected"> |
1176 |
</reference>
|
1177 |
<reference
|
1178 |
definitionId="OneReferencerSelected"> |
1179 |
</reference>
|
1180 |
<reference
|
1181 |
definitionId="OneProgressionSelected"> |
1182 |
</reference>
|
1183 |
<reference
|
1184 |
definitionId="OneCAHSelected"> |
1185 |
</reference>
|
1186 |
</or>
|
1187 |
|
1188 |
</visibleWhen>
|
1189 |
</command>
|
1190 |
<separator
|
1191 |
name="menu.corpus.build" |
1192 |
visible="true"> |
1193 |
</separator>
|
1194 |
<command
|
1195 |
commandId="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
1196 |
icon="icons/functions/SubCorpus.png" |
1197 |
label="%command.label.7" |
1198 |
style="push" |
1199 |
tooltip="%command.tooltip.3"> |
1200 |
<visibleWhen
|
1201 |
checkEnabled="false"> |
1202 |
<reference
|
1203 |
definitionId="OneCorpusSelected"> |
1204 |
</reference>
|
1205 |
</visibleWhen>
|
1206 |
</command>
|
1207 |
<command
|
1208 |
commandId="org.txm.rcpapplication.commands.base.CreatePartition" |
1209 |
icon="icons/functions/Partition.png" |
1210 |
label="%command.label.8" |
1211 |
style="push" |
1212 |
tooltip="%command.tooltip.4"> |
1213 |
<visibleWhen
|
1214 |
checkEnabled="false"> |
1215 |
<reference
|
1216 |
definitionId="OneCorpusSelected"> |
1217 |
</reference>
|
1218 |
</visibleWhen>
|
1219 |
</command>
|
1220 |
<command
|
1221 |
commandId="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
1222 |
icon="icons/functions/save.png" |
1223 |
label="%command.label.111" |
1224 |
style="push"> |
1225 |
<visibleWhen
|
1226 |
checkEnabled="false"> |
1227 |
<reference
|
1228 |
definitionId="NeedToSaveAnnotations"> |
1229 |
</reference>
|
1230 |
</visibleWhen>
|
1231 |
</command>
|
1232 |
</menu>
|
1233 |
<menu
|
1234 |
id="menu.tools" |
1235 |
label="%menu.label.6"> |
1236 |
<command
|
1237 |
commandId="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
1238 |
icon="icons/functions/IndexP.png" |
1239 |
label="%command.label.79" |
1240 |
style="push" |
1241 |
tooltip="%command.tooltip.61"> |
1242 |
<visibleWhen
|
1243 |
checkEnabled="false"> |
1244 |
<reference
|
1245 |
definitionId="OneCorpusSelected"> |
1246 |
</reference>
|
1247 |
</visibleWhen>
|
1248 |
</command>
|
1249 |
<command
|
1250 |
commandId="org.txm.rcpapplication.commands.function.ComputeIndex" |
1251 |
icon="icons/functions/Index.png" |
1252 |
label="%command.label.66" |
1253 |
style="push" |
1254 |
tooltip="%command.tooltip.62"> |
1255 |
<visibleWhen
|
1256 |
checkEnabled="false"> |
1257 |
<or>
|
1258 |
<reference
|
1259 |
definitionId="OnePartitionSelected"> |
1260 |
</reference>
|
1261 |
<reference
|
1262 |
definitionId="OneCorpusSelected"> |
1263 |
</reference>
|
1264 |
</or>
|
1265 |
</visibleWhen>
|
1266 |
</command>
|
1267 |
<command
|
1268 |
commandId="org.txm.rcpapplication.commands.function.ComputeConcordance" |
1269 |
icon="icons/functions/Concordances.png" |
1270 |
label="%command.label.11" |
1271 |
style="push" |
1272 |
tooltip="%command.tooltip.7"> |
1273 |
<visibleWhen
|
1274 |
checkEnabled="false"> |
1275 |
<reference
|
1276 |
definitionId="OneCorpusSelected"> |
1277 |
</reference>
|
1278 |
</visibleWhen>
|
1279 |
</command>
|
1280 |
|
1281 |
<command
|
1282 |
commandId="org.txm.rcpapplication.commands.function.ComputeReferencer" |
1283 |
icon="icons/functions/Referencer.png" |
1284 |
label="%command.label.108" |
1285 |
style="push" |
1286 |
tooltip="%command.tooltip.62"> |
1287 |
<visibleWhen
|
1288 |
checkEnabled="false"> |
1289 |
<reference
|
1290 |
definitionId="OneCorpusSelected"> |
1291 |
</reference>
|
1292 |
</visibleWhen>
|
1293 |
</command>
|
1294 |
<separator
|
1295 |
name="menu.tools.stats" |
1296 |
visible="true"> |
1297 |
</separator>
|
1298 |
<separator
|
1299 |
name="menu.tools.misc" |
1300 |
visible="true"> |
1301 |
</separator>
|
1302 |
<command
|
1303 |
commandId="org.txm.rcpapplication.commands.base.SendToR" |
1304 |
icon="icons/functions/SendToR.png" |
1305 |
label="%command.label.117" |
1306 |
style="push" |
1307 |
tooltip="%command.tooltip.70"> |
1308 |
<visibleWhen
|
1309 |
checkEnabled="false"> |
1310 |
|
1311 |
<or>
|
1312 |
<reference
|
1313 |
definitionId="OneConcordanceSelected"> |
1314 |
</reference>
|
1315 |
<reference
|
1316 |
definitionId="OneLexiconSelected"> |
1317 |
</reference>
|
1318 |
<reference
|
1319 |
definitionId="OneIndexSelected"> |
1320 |
</reference>
|
1321 |
<reference
|
1322 |
definitionId="OneCooccurrenceSelected"> |
1323 |
</reference>
|
1324 |
<reference
|
1325 |
definitionId="OneReferencerSelected"> |
1326 |
</reference>
|
1327 |
<reference
|
1328 |
definitionId="OneCorpusSelected"> |
1329 |
</reference>
|
1330 |
</or>
|
1331 |
|
1332 |
</visibleWhen>
|
1333 |
</command>
|
1334 |
<command
|
1335 |
commandId="org.eclipse.ui.window.preferences" |
1336 |
icon="icons/functions/prefs.png" |
1337 |
label="%command.label.4" |
1338 |
style="push" |
1339 |
tooltip="%command.tooltip.0"> |
1340 |
</command>
|
1341 |
</menu>
|
1342 |
<menu
|
1343 |
id="menu.display" |
1344 |
label="%menu.label.7" |
1345 |
tooltip="%menu.tooltip.0"> |
1346 |
<menu
|
1347 |
label="%menu.label.9"> |
1348 |
<command
|
1349 |
commandId="org.eclipse.ui.views.showView" |
1350 |
label="%command.label.134" |
1351 |
style="push"> |
1352 |
<parameter
|
1353 |
name="org.eclipse.ui.views.showView.viewId" |
1354 |
value="org.txm.rcpapplication.views.CorporaView"> |
1355 |
</parameter>
|
1356 |
</command>
|
1357 |
<command
|
1358 |
commandId="org.eclipse.ui.views.showView" |
1359 |
label="%command.label.135" |
1360 |
style="push"> |
1361 |
<parameter
|
1362 |
name="org.eclipse.ui.views.showView.viewId" |
1363 |
value="org.txm.rcpapplication.views.fileexplorer.Explorer"> |
1364 |
</parameter>
|
1365 |
</command>
|
1366 |
<command
|
1367 |
commandId="org.eclipse.ui.views.showView" |
1368 |
label="%command.label.177" |
1369 |
style="push"> |
1370 |
<parameter
|
1371 |
name="org.eclipse.ui.views.showView.viewId" |
1372 |
value="org.txm.rcpapplication.views.fileexplorer.MacroExplorer"> |
1373 |
</parameter>
|
1374 |
</command>
|
1375 |
<command
|
1376 |
commandId="org.eclipse.ui.views.showView" |
1377 |
label="%command.label.136" |
1378 |
style="push"> |
1379 |
<parameter
|
1380 |
name="org.eclipse.ui.views.showView.viewId" |
1381 |
value="org.txm.rcpapplication.views.QueriesView"> |
1382 |
</parameter>
|
1383 |
</command>
|
1384 |
<command
|
1385 |
commandId="org.eclipse.ui.views.showView" |
1386 |
label="%command.label.43" |
1387 |
style="push"> |
1388 |
<parameter
|
1389 |
name="org.eclipse.ui.views.showView.viewId" |
1390 |
value="org.eclipse.ui.console.ConsoleView"> |
1391 |
</parameter>
|
1392 |
</command>
|
1393 |
<command
|
1394 |
commandId="org.eclipse.ui.views.showView" |
1395 |
label="%command.label.137" |
1396 |
style="push"> |
1397 |
<parameter
|
1398 |
name="org.eclipse.ui.views.showView.viewId" |
1399 |
value="org.txm.rcpapplication.views.RConsole"> |
1400 |
</parameter>
|
1401 |
</command>
|
1402 |
<command
|
1403 |
commandId="org.eclipse.ui.views.showView" |
1404 |
label="%command.label.138" |
1405 |
style="push"> |
1406 |
<parameter
|
1407 |
name="org.eclipse.ui.views.showView.viewId" |
1408 |
value="org.txm.rcpapplication.views.RVariablesView"> |
1409 |
</parameter>
|
1410 |
</command>
|
1411 |
<command
|
1412 |
commandId="org.txm.rcpapplication.commands.krview.OpenKRView" |
1413 |
label="%command.label.150" |
1414 |
style="push"> |
1415 |
</command>
|
1416 |
<command
|
1417 |
commandId="org.eclipse.ui.views.showView" |
1418 |
label="%command.label.139" |
1419 |
style="push"> |
1420 |
</command>
|
1421 |
</menu>
|
1422 |
<menu
|
1423 |
label="%menu.label.8"> |
1424 |
<command
|
1425 |
commandId="org.eclipse.ui.perspectives.showPerspective" |
1426 |
label="%command.label.131" |
1427 |
style="push"> |
1428 |
<parameter
|
1429 |
name="org.eclipse.ui.perspectives.showPerspective.perspectiveId" |
1430 |
value="org.txm.rcpapplication.perspective.TXMPerspective"> |
1431 |
</parameter>
|
1432 |
</command>
|
1433 |
<command
|
1434 |
commandId="org.eclipse.ui.perspectives.showPerspective" |
1435 |
label="%command.label.132" |
1436 |
style="push"> |
1437 |
<parameter
|
1438 |
name="org.eclipse.ui.perspectives.showPerspective.perspectiveId" |
1439 |
value="org.txm.rcpapplication.perspective.RPerspective"> |
1440 |
</parameter>
|
1441 |
</command>
|
1442 |
</menu>
|
1443 |
<command
|
1444 |
commandId="org.txm.rcpapplication.commands.CleanPerspective" |
1445 |
style="push"> |
1446 |
</command>
|
1447 |
<command
|
1448 |
commandId="org.eclipse.ui.window.newWindow" |
1449 |
label="%command.label.157"> |
1450 |
</command>
|
1451 |
</menu>
|
1452 |
<menu
|
1453 |
id="menu.help" |
1454 |
label="%menu.label.2" |
1455 |
tooltip="%menu.tooltip"> |
1456 |
<command
|
1457 |
commandId="org.txm.rcpapplication.commands.OpenWelcomePage" |
1458 |
label="%command.label.173" |
1459 |
style="push"> |
1460 |
</command>
|
1461 |
<separator
|
1462 |
name="org.txm.rcp.separator1" |
1463 |
visible="true"> |
1464 |
</separator>
|
1465 |
<command
|
1466 |
commandId="org.eclipse.ui.window.showKeyAssist" |
1467 |
label="%command.label.52" |
1468 |
style="push"> |
1469 |
</command>
|
1470 |
<command
|
1471 |
commandId="org.txm.rcpapplication.commands.R.ShowSvgHelp" |
1472 |
label="%command.label.141" |
1473 |
style="push" |
1474 |
tooltip="%command.tooltip.83"> |
1475 |
</command>
|
1476 |
<command
|
1477 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1478 |
label="%command.label.68" |
1479 |
style="push" |
1480 |
tooltip="%command.tooltip.23"> |
1481 |
<parameter
|
1482 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1483 |
value="refman"> |
1484 |
</parameter>
|
1485 |
</command>
|
1486 |
<command
|
1487 |
commandId="org.txm.rcpapplication.commands.OpenManual" |
1488 |
label="%command.label.63" |
1489 |
style="push" |
1490 |
tooltip="%command.tooltip.64"> |
1491 |
</command>
|
1492 |
<command
|
1493 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1494 |
label="%command.label.33" |
1495 |
style="push" |
1496 |
tooltip="%command.tooltip.13"> |
1497 |
<parameter
|
1498 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1499 |
value="macros"> |
1500 |
</parameter>
|
1501 |
</command>
|
1502 |
<menu
|
1503 |
id="menu.help.plugins" |
1504 |
label="%menu.label.4"> |
1505 |
</menu>
|
1506 |
<command
|
1507 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1508 |
label="%command.label.70" |
1509 |
style="push"> |
1510 |
<parameter
|
1511 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1512 |
value="sf_docs"> |
1513 |
</parameter>
|
1514 |
</command>
|
1515 |
<command
|
1516 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1517 |
label="%command.label.178" |
1518 |
style="push" |
1519 |
tooltip="%command.tooltip.41"> |
1520 |
<parameter
|
1521 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1522 |
value="faq"> |
1523 |
</parameter>
|
1524 |
</command>
|
1525 |
<command
|
1526 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1527 |
label="%command.label.35" |
1528 |
style="push" |
1529 |
tooltip="%command.tooltip.43"> |
1530 |
<parameter
|
1531 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1532 |
value="txm-users wiki"> |
1533 |
</parameter>
|
1534 |
</command>
|
1535 |
<command
|
1536 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1537 |
label="%command.label.55" |
1538 |
style="push" |
1539 |
tooltip="%command.tooltip"> |
1540 |
<parameter
|
1541 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1542 |
value="mailinglist"> |
1543 |
</parameter>
|
1544 |
</command>
|
1545 |
<command
|
1546 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1547 |
label="%command.label.76" |
1548 |
style="push" |
1549 |
tooltip="%command.tooltip.65"> |
1550 |
<parameter
|
1551 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1552 |
value="http://webchat.freenode.net/?channels=txm"> |
1553 |
</parameter>
|
1554 |
</command>
|
1555 |
<separator
|
1556 |
name="helpSeparator1" |
1557 |
visible="true"> |
1558 |
</separator>
|
1559 |
<command
|
1560 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1561 |
label="%command.label.56" |
1562 |
style="push" |
1563 |
tooltip="%command.tooltip"> |
1564 |
<parameter
|
1565 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1566 |
value="sf"> |
1567 |
</parameter>
|
1568 |
</command>
|
1569 |
<command
|
1570 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1571 |
label="%command.label.69" |
1572 |
style="push"> |
1573 |
<parameter
|
1574 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1575 |
value="textometrie"> |
1576 |
</parameter>
|
1577 |
</command>
|
1578 |
<command
|
1579 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1580 |
label="%command.label.72" |
1581 |
style="push"> |
1582 |
<parameter
|
1583 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1584 |
value="textometrie_docs"> |
1585 |
</parameter>
|
1586 |
</command>
|
1587 |
<separator
|
1588 |
name="helpSeparator3" |
1589 |
visible="true"> |
1590 |
</separator>
|
1591 |
<command
|
1592 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1593 |
label="%command.label.67" |
1594 |
style="push" |
1595 |
tooltip="%command.tooltip"> |
1596 |
<parameter
|
1597 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1598 |
value="treetagger"> |
1599 |
</parameter>
|
1600 |
</command>
|
1601 |
<command
|
1602 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1603 |
label="%command.label.53" |
1604 |
style="push" |
1605 |
tooltip="%command.tooltip"> |
1606 |
<parameter
|
1607 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1608 |
value="bug"> |
1609 |
</parameter>
|
1610 |
</command>
|
1611 |
<command
|
1612 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1613 |
label="%command.label.54" |
1614 |
style="push" |
1615 |
tooltip="%command.tooltip"> |
1616 |
<parameter
|
1617 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1618 |
value="feature"> |
1619 |
</parameter>
|
1620 |
</command>
|
1621 |
<command
|
1622 |
commandId="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
1623 |
label="%command.label.179" |
1624 |
style="push" |
1625 |
tooltip="%command.tooltip.47"> |
1626 |
<parameter
|
1627 |
name="org.txm.rcpapplication.commands.commandParameter3" |
1628 |
value="contrib"> |
1629 |
</parameter>
|
1630 |
</command>
|
1631 |
<separator
|
1632 |
name="org.txm.rcp.separator4" |
1633 |
visible="true"> |
1634 |
</separator>
|
1635 |
<command
|
1636 |
commandId="org.eclipse.ui.help.aboutAction" |
1637 |
label="%command.label.14" |
1638 |
style="push" |
1639 |
tooltip="%command.tooltip.10"> |
1640 |
</command>
|
1641 |
</menu>
|
1642 |
<menu
|
1643 |
id="menu.recettes" |
1644 |
label="%menu.label.12" |
1645 |
tooltip="%menu.tooltip.1"> |
1646 |
<visibleWhen
|
1647 |
checkEnabled="false"> |
1648 |
<or>
|
1649 |
<reference
|
1650 |
definitionId="ExpertEnabled"> |
1651 |
</reference>
|
1652 |
</or>
|
1653 |
</visibleWhen>
|
1654 |
</menu>
|
1655 |
</menuContribution>
|
1656 |
<menuContribution
|
1657 |
allPopups="true" |
1658 |
locationURI="toolbar:org.eclipse.ui.main.toolbar"> |
1659 |
<toolbar
|
1660 |
id="org.txm.rcpapplication.toolbarcorpus"> |
1661 |
<command
|
1662 |
commandId="org.txm.rcpapplication.commands.function.ExportResult" |
1663 |
icon="icons/functions/export_data.png" |
1664 |
label="%command.label.51" |
1665 |
style="push"> |
1666 |
<visibleWhen
|
1667 |
checkEnabled="false"> |
1668 |
<or>
|
1669 |
<reference
|
1670 |
definitionId="OneLexiconSelected"> |
1671 |
</reference>
|
1672 |
<reference
|
1673 |
definitionId="OneConcordanceSelected"> |
1674 |
</reference>
|
1675 |
<reference
|
1676 |
definitionId="OneSpecificitiesResultSelected"> |
1677 |
</reference>
|
1678 |
<reference
|
1679 |
definitionId="OneIndexSelected"> |
1680 |
</reference>
|
1681 |
<reference
|
1682 |
definitionId="OneReferencerSelected"> |
1683 |
</reference>
|
1684 |
<reference
|
1685 |
definitionId="OneProgressionSelected"> |
1686 |
</reference>
|
1687 |
<reference
|
1688 |
definitionId="OneCooccurrenceSelected"> |
1689 |
</reference>
|
1690 |
<reference
|
1691 |
definitionId="OneLexicalTableSelected"> |
1692 |
</reference>
|
1693 |
<reference
|
1694 |
definitionId="OneCASelected"> |
1695 |
</reference>
|
1696 |
<reference
|
1697 |
definitionId="OneCAHSelected"> |
1698 |
</reference>
|
1699 |
<reference
|
1700 |
definitionId="OneTXMResultSelected"> |
1701 |
</reference>
|
1702 |
</or>
|
1703 |
</visibleWhen>
|
1704 |
</command>
|
1705 |
<command
|
1706 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
1707 |
icon="icons/functions/exportSVG.png" |
1708 |
label="%command.label.101" |
1709 |
style="push" |
1710 |
tooltip="%command.tooltip.54"> |
1711 |
<visibleWhen
|
1712 |
checkEnabled="false"> |
1713 |
<or>
|
1714 |
<reference
|
1715 |
definitionId="SVGEditorActive"> |
1716 |
</reference>
|
1717 |
<reference
|
1718 |
definitionId="OneCAHSelected"> |
1719 |
</reference>
|
1720 |
<reference
|
1721 |
definitionId="OneProgressionSelected"> |
1722 |
</reference>
|
1723 |
<reference
|
1724 |
definitionId="OneWordCloudSelected"> |
1725 |
</reference>
|
1726 |
</or>
|
1727 |
</visibleWhen>
|
1728 |
</command>
|
1729 |
<separator
|
1730 |
name="org.txm.rcpapplication.separator1" |
1731 |
visible="true"> |
1732 |
</separator>
|
1733 |
<command
|
1734 |
commandId="org.txm.rcpapplication.commands.base.Diagnostique" |
1735 |
icon="icons/functions/diagnostique.png" |
1736 |
id="org.txm.rcpapplication.toolbarcorpus.description" |
1737 |
label="%command.label.48" |
1738 |
style="push" |
1739 |
tooltip="%command.tooltip.60"> |
1740 |
<visibleWhen
|
1741 |
checkEnabled="false"> |
1742 |
<reference
|
1743 |
definitionId="OneCorpusSelected"> |
1744 |
</reference>
|
1745 |
</visibleWhen>
|
1746 |
</command>
|
1747 |
<command
|
1748 |
commandId="org.txm.rcpapplication.commands.function.ComputeInternalView" |
1749 |
icon="icons/functions/InternalView.png" |
1750 |
label="%command.label.183" |
1751 |
style="push" |
1752 |
tooltip="%command.tooltip.52"> |
1753 |
<visibleWhen
|
1754 |
checkEnabled="false"> |
1755 |
<reference
|
1756 |
definitionId="OneCorpusSelected"> |
1757 |
</reference>
|
1758 |
</visibleWhen>
|
1759 |
</command>
|
1760 |
<command
|
1761 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
1762 |
icon="icons/functions/Delete.png" |
1763 |
label="%command.label.65" |
1764 |
style="push" |
1765 |
tooltip="%command.tooltip.33"> |
1766 |
<visibleWhen
|
1767 |
checkEnabled="false"> |
1768 |
<or>
|
1769 |
<reference
|
1770 |
definitionId="OneBaseSelected"> |
1771 |
</reference>
|
1772 |
<reference
|
1773 |
definitionId="OneConcordanceSelected"> |
1774 |
</reference>
|
1775 |
<reference
|
1776 |
definitionId="OneCorpusSelected"> |
1777 |
</reference>
|
1778 |
<reference
|
1779 |
definitionId="OneLexicalTableSelected"> |
1780 |
</reference>
|
1781 |
<reference
|
1782 |
definitionId="OneLexiconSelected"> |
1783 |
</reference>
|
1784 |
<reference
|
1785 |
definitionId="OnePartitionSelected"> |
1786 |
</reference>
|
1787 |
<reference
|
1788 |
definitionId="OneTxmObjectSelected"> |
1789 |
</reference>
|
1790 |
<reference
|
1791 |
definitionId="OneTXMResultSelected"> |
1792 |
</reference>
|
1793 |
</or>
|
1794 |
</visibleWhen>
|
1795 |
</command>
|
1796 |
<separator
|
1797 |
name="org.txm.rcpapplication.separator4" |
1798 |
visible="true"> |
1799 |
</separator>
|
1800 |
<command
|
1801 |
commandId="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
1802 |
icon="icons/functions/SubCorpus.png" |
1803 |
label="%command.label.7" |
1804 |
style="push" |
1805 |
tooltip="%command.tooltip.3"> |
1806 |
<visibleWhen
|
1807 |
checkEnabled="false"> |
1808 |
<reference
|
1809 |
definitionId="OneCorpusSelected"> |
1810 |
</reference>
|
1811 |
</visibleWhen>
|
1812 |
</command>
|
1813 |
<command
|
1814 |
commandId="org.txm.rcpapplication.commands.base.CreatePartition" |
1815 |
icon="icons/functions/Partition.png" |
1816 |
label="%command.label.8" |
1817 |
style="push" |
1818 |
tooltip="%command.tooltip.4"> |
1819 |
<visibleWhen
|
1820 |
checkEnabled="false"> |
1821 |
<reference
|
1822 |
definitionId="OneCorpusSelected"> |
1823 |
</reference>
|
1824 |
</visibleWhen>
|
1825 |
</command>
|
1826 |
<command
|
1827 |
commandId="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
1828 |
icon="icons/functions/save.png" |
1829 |
label="%command.label.151" |
1830 |
style="push"> |
1831 |
<visibleWhen
|
1832 |
checkEnabled="false"> |
1833 |
<reference
|
1834 |
definitionId="NeedToSaveAnnotations"> |
1835 |
</reference>
|
1836 |
</visibleWhen>
|
1837 |
</command>
|
1838 |
</toolbar>
|
1839 |
<separator
|
1840 |
name="org.txm.rcp.toolbar.separator1" |
1841 |
visible="true"> |
1842 |
</separator>
|
1843 |
<toolbar
|
1844 |
id="org.txm.rcpapplication.toolbartools"> |
1845 |
<command
|
1846 |
commandId="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
1847 |
icon="icons/functions/IndexP.png" |
1848 |
label="%command.label.79" |
1849 |
style="push" |
1850 |
tooltip="%command.tooltip.61"> |
1851 |
<visibleWhen
|
1852 |
checkEnabled="false"> |
1853 |
<reference
|
1854 |
definitionId="OneCorpusSelected"> |
1855 |
</reference>
|
1856 |
</visibleWhen>
|
1857 |
</command>
|
1858 |
<command
|
1859 |
commandId="org.txm.rcpapplication.commands.function.ComputeIndex" |
1860 |
icon="icons/functions/Index.png" |
1861 |
label="%command.label.66" |
1862 |
style="push" |
1863 |
tooltip="%command.tooltip.62"> |
1864 |
<visibleWhen
|
1865 |
checkEnabled="false"> |
1866 |
<or>
|
1867 |
<reference
|
1868 |
definitionId="OnePartitionSelected"> |
1869 |
</reference>
|
1870 |
<reference
|
1871 |
definitionId="OneCorpusSelected"> |
1872 |
</reference>
|
1873 |
</or>
|
1874 |
</visibleWhen>
|
1875 |
</command>
|
1876 |
<command
|
1877 |
commandId="org.txm.rcpapplication.commands.function.ComputeConcordance" |
1878 |
icon="icons/functions/Concordances.png" |
1879 |
label="%command.label.11" |
1880 |
style="push" |
1881 |
tooltip="%command.tooltip.7"> |
1882 |
<visibleWhen
|
1883 |
checkEnabled="false"> |
1884 |
<reference
|
1885 |
definitionId="OneCorpusSelected"> |
1886 |
</reference>
|
1887 |
</visibleWhen>
|
1888 |
</command>
|
1889 |
<command
|
1890 |
commandId="org.txm.rcpapplication.commands.function.ComputeReferencer" |
1891 |
icon="icons/functions/Referencer.png" |
1892 |
label="%command.label.108" |
1893 |
style="push" |
1894 |
tooltip="%command.tooltip.63"> |
1895 |
<visibleWhen
|
1896 |
checkEnabled="false"> |
1897 |
<reference
|
1898 |
definitionId="OneCorpusSelected"> |
1899 |
</reference>
|
1900 |
</visibleWhen>
|
1901 |
</command>
|
1902 |
<separator
|
1903 |
name="org.txm.rcp.separator4" |
1904 |
visible="true"> |
1905 |
</separator>
|
1906 |
<separator
|
1907 |
name="org.txm.rcpapplication.separator1"> |
1908 |
</separator>
|
1909 |
<command
|
1910 |
commandId="org.txm.rcpapplication.commands.base.SendToR" |
1911 |
icon="icons/functions/SendToR.png" |
1912 |
label="%command.label.121" |
1913 |
style="push" |
1914 |
tooltip="%command.tooltip.74"> |
1915 |
<visibleWhen
|
1916 |
checkEnabled="false"> |
1917 |
|
1918 |
<or>
|
1919 |
<reference
|
1920 |
definitionId="OneConcordanceSelected"> |
1921 |
</reference>
|
1922 |
<reference
|
1923 |
definitionId="OneLexiconSelected"> |
1924 |
</reference>
|
1925 |
<reference
|
1926 |
definitionId="OneIndexSelected"> |
1927 |
</reference>
|
1928 |
<reference
|
1929 |
definitionId="OneCooccurrenceSelected"> |
1930 |
</reference>
|
1931 |
<reference
|
1932 |
definitionId="OneReferencerSelected"> |
1933 |
</reference>
|
1934 |
<reference
|
1935 |
definitionId="OneCorpusSelected"> |
1936 |
</reference>
|
1937 |
</or>
|
1938 |
|
1939 |
</visibleWhen>
|
1940 |
</command>
|
1941 |
<command
|
1942 |
commandId="org.eclipse.ui.window.preferences" |
1943 |
icon="icons/functions/prefs.png" |
1944 |
label="%command.label.4" |
1945 |
style="push" |
1946 |
tooltip="%command.tooltip.0"> |
1947 |
</command>
|
1948 |
</toolbar>
|
1949 |
<separator
|
1950 |
name="org.txm.rcp.toolbar.separator2" |
1951 |
visible="true"> |
1952 |
</separator>
|
1953 |
<toolbar
|
1954 |
id="org.txm.rcpapplication.toolbartext"> |
1955 |
<command
|
1956 |
commandId="org.txm.rcpapplication.commands.CreateFile" |
1957 |
icon="icons/functions/page_white_add.png" |
1958 |
label="%command.label.158" |
1959 |
tooltip="%command.tooltip.34"> |
1960 |
</command>
|
1961 |
<command
|
1962 |
commandId="org.txm.rcpapplication.commands.EditFile" |
1963 |
icon="icons/functions/open.png" |
1964 |
label="%command.label.45" |
1965 |
style="push"> |
1966 |
<parameter
|
1967 |
name="org.txm.rcpapplication.commands.commandParameter2" |
1968 |
value=" "> |
1969 |
</parameter>
|
1970 |
</command>
|
1971 |
<command
|
1972 |
commandId="org.eclipse.ui.file.save" |
1973 |
icon="icons/functions/save.png" |
1974 |
style="push"> |
1975 |
<visibleWhen
|
1976 |
checkEnabled="false"> |
1977 |
<reference
|
1978 |
definitionId="TextEditorActive"> |
1979 |
</reference>
|
1980 |
</visibleWhen>
|
1981 |
</command>
|
1982 |
<command
|
1983 |
commandId="org.txm.rcpapplication.commands.editor.SaveAs" |
1984 |
icon="icons/functions/saveas.png"> |
1985 |
<visibleWhen
|
1986 |
checkEnabled="false"> |
1987 |
<reference
|
1988 |
definitionId="TextEditorActive"> |
1989 |
</reference>
|
1990 |
</visibleWhen>
|
1991 |
</command>
|
1992 |
<separator
|
1993 |
name="org.txm.rcp.separator3" |
1994 |
visible="true"> |
1995 |
</separator>
|
1996 |
<command
|
1997 |
commandId="org.eclipse.ui.edit.cut" |
1998 |
label="%command.label.18"> |
1999 |
<visibleWhen
|
2000 |
checkEnabled="false"> |
2001 |
<reference
|
2002 |
definitionId="TextEditorActive"> |
2003 |
</reference>
|
2004 |
</visibleWhen>
|
2005 |
</command>
|
2006 |
<command
|
2007 |
commandId="org.eclipse.ui.edit.copy" |
2008 |
label="%command.label.19"> |
2009 |
<visibleWhen
|
2010 |
checkEnabled="false"> |
2011 |
<reference
|
2012 |
definitionId="TextEditorActive"> |
2013 |
</reference>
|
2014 |
</visibleWhen>
|
2015 |
</command>
|
2016 |
<command
|
2017 |
commandId="org.eclipse.ui.edit.paste" |
2018 |
label="%command.label.20"> |
2019 |
<visibleWhen
|
2020 |
checkEnabled="false"> |
2021 |
<reference
|
2022 |
definitionId="TextEditorActive"> |
2023 |
</reference>
|
2024 |
</visibleWhen>
|
2025 |
</command>
|
2026 |
<command
|
2027 |
commandId="org.eclipse.ui.edit.delete" |
2028 |
label="%command.label.27"> |
2029 |
<visibleWhen
|
2030 |
checkEnabled="false"> |
2031 |
<reference
|
2032 |
definitionId="TextEditorActive"> |
2033 |
</reference>
|
2034 |
</visibleWhen>
|
2035 |
</command>
|
2036 |
<command
|
2037 |
commandId="org.eclipse.ui.edit.undo" |
2038 |
label="%command.label.16"> |
2039 |
<visibleWhen
|
2040 |
checkEnabled="false"> |
2041 |
<reference
|
2042 |
definitionId="TextEditorActive"> |
2043 |
</reference>
|
2044 |
</visibleWhen>
|
2045 |
</command>
|
2046 |
<command
|
2047 |
commandId="org.eclipse.ui.edit.redo" |
2048 |
label="%command.label.17"> |
2049 |
<visibleWhen
|
2050 |
checkEnabled="false"> |
2051 |
<reference
|
2052 |
definitionId="TextEditorActive"> |
2053 |
</reference>
|
2054 |
</visibleWhen>
|
2055 |
</command>
|
2056 |
<command
|
2057 |
commandId="org.eclipse.ui.edit.selectAll" |
2058 |
icon="icons/functions/page_allgreen.png" |
2059 |
label="%command.label.165"> |
2060 |
<visibleWhen
|
2061 |
checkEnabled="false"> |
2062 |
<reference
|
2063 |
definitionId="TextEditorActive"> |
2064 |
</reference>
|
2065 |
</visibleWhen>
|
2066 |
</command>
|
2067 |
<separator
|
2068 |
name="org.txm.rcp.separator1" |
2069 |
visible="true"> |
2070 |
</separator>
|
2071 |
<command
|
2072 |
commandId="org.eclipse.ui.edit.findReplace" |
2073 |
icon="icons/functions/find.png" |
2074 |
label="%command.label.159"> |
2075 |
<visibleWhen
|
2076 |
checkEnabled="false"> |
2077 |
<reference
|
2078 |
definitionId="TextEditorActive"> |
2079 |
</reference>
|
2080 |
</visibleWhen>
|
2081 |
</command>
|
2082 |
<command
|
2083 |
commandId="org.eclipse.ui.edit.findPrevious" |
2084 |
icon="icons/functions/find_previous.png" |
2085 |
label="%command.label.160" |
2086 |
style="push"> |
2087 |
<visibleWhen
|
2088 |
checkEnabled="false"> |
2089 |
<reference
|
2090 |
definitionId="TextEditorActive"> |
2091 |
</reference>
|
2092 |
</visibleWhen>
|
2093 |
</command>
|
2094 |
<command
|
2095 |
commandId="org.eclipse.ui.edit.findNext" |
2096 |
icon="icons/functions/find_next.png" |
2097 |
label="%command.label.161" |
2098 |
style="push"> |
2099 |
<visibleWhen
|
2100 |
checkEnabled="false"> |
2101 |
<reference
|
2102 |
definitionId="TextEditorActive"> |
2103 |
</reference>
|
2104 |
</visibleWhen>
|
2105 |
</command>
|
2106 |
<command
|
2107 |
commandId="org.eclipse.ui.edit.findIncremental" |
2108 |
icon="icons/functions/find_incremental.png" |
2109 |
label="%command.label.162" |
2110 |
style="push"> |
2111 |
<visibleWhen
|
2112 |
checkEnabled="false"> |
2113 |
<reference
|
2114 |
definitionId="TextEditorActive"> |
2115 |
</reference>
|
2116 |
</visibleWhen>
|
2117 |
</command>
|
2118 |
<command
|
2119 |
commandId="org.eclipse.ui.edit.findIncrementalReverse" |
2120 |
icon="icons/functions/find_incremental_reverse.png" |
2121 |
label="%command.label.163" |
2122 |
style="push"> |
2123 |
<visibleWhen
|
2124 |
checkEnabled="false"> |
2125 |
<reference
|
2126 |
definitionId="TextEditorActive"> |
2127 |
</reference>
|
2128 |
</visibleWhen>
|
2129 |
</command>
|
2130 |
<separator
|
2131 |
name="org.txm.rcp.separator2" |
2132 |
visible="true"> |
2133 |
</separator>
|
2134 |
<command
|
2135 |
commandId="org.eclipse.ui.edit.text.goto.line" |
2136 |
icon="icons/functions/goto.png" |
2137 |
label="%command.label.166" |
2138 |
style="push"> |
2139 |
<visibleWhen
|
2140 |
checkEnabled="false"> |
2141 |
<reference
|
2142 |
definitionId="TextEditorActive"> |
2143 |
</reference>
|
2144 |
</visibleWhen>
|
2145 |
</command>
|
2146 |
<command
|
2147 |
commandId="org.eclipse.ui.editors.lineNumberToggle" |
2148 |
icon="icons/functions/lines_number.png" |
2149 |
label="%command.label.168" |
2150 |
style="push"> |
2151 |
<visibleWhen
|
2152 |
checkEnabled="false"> |
2153 |
<reference
|
2154 |
definitionId="TextEditorActive"> |
2155 |
</reference>
|
2156 |
</visibleWhen>
|
2157 |
</command>
|
2158 |
<command
|
2159 |
commandId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" |
2160 |
icon="icons/functions/paragraph.png" |
2161 |
label="%command.label.169" |
2162 |
style="push" |
2163 |
tooltip="%command.tooltip.35"> |
2164 |
<visibleWhen
|
2165 |
checkEnabled="false"> |
2166 |
<reference
|
2167 |
definitionId="TextEditorActive"> |
2168 |
</reference>
|
2169 |
</visibleWhen>
|
2170 |
</command>
|
2171 |
<command
|
2172 |
commandId="org.eclipse.ui.edit.text.open.hyperlink" |
2173 |
icon="icons/functions/world.png" |
2174 |
label="%command.label.167" |
2175 |
style="push"> |
2176 |
<visibleWhen
|
2177 |
checkEnabled="false"> |
2178 |
<reference
|
2179 |
definitionId="TextEditorActive"> |
2180 |
</reference>
|
2181 |
</visibleWhen>
|
2182 |
</command>
|
2183 |
<command
|
2184 |
commandId="org.txm.rcpapplication.commands.editor.SetEncoding" |
2185 |
icon="icons/functions/encoding.png" |
2186 |
label="%command.label.30"> |
2187 |
<visibleWhen
|
2188 |
checkEnabled="false"> |
2189 |
<reference
|
2190 |
definitionId="TextEditorActive"> |
2191 |
</reference>
|
2192 |
</visibleWhen>
|
2193 |
</command>
|
2194 |
<command
|
2195 |
commandId="org.eclipse.ui.file.revert" |
2196 |
icon="icons/functions/page_refresh.png" |
2197 |
label="%command.label.164" |
2198 |
style="push"> |
2199 |
<visibleWhen
|
2200 |
checkEnabled="false"> |
2201 |
<reference
|
2202 |
definitionId="TextEditorActive"> |
2203 |
</reference>
|
2204 |
</visibleWhen>
|
2205 |
</command>
|
2206 |
</toolbar>
|
2207 |
<separator
|
2208 |
name="org.txm.rcp.toolbar.separator3" |
2209 |
visible="true"> |
2210 |
</separator>
|
2211 |
<toolbar
|
2212 |
id="org.txm.rcpapplication.toolbarscript"> |
2213 |
<command
|
2214 |
commandId="org.txm.rcpapplication.commands.R.OpenEmptyEditor" |
2215 |
label="%command.label.142" |
2216 |
style="push" |
2217 |
tooltip="%command.tooltip.84"> |
2218 |
<visibleWhen
|
2219 |
checkEnabled="false"> |
2220 |
<reference
|
2221 |
definitionId="RPerspectiveSelected"> |
2222 |
</reference>
|
2223 |
</visibleWhen>
|
2224 |
</command>
|
2225 |
<command
|
2226 |
commandId="org.txm.rcpapplication.commands.ExecuteScript" |
2227 |
icon="icons/functions/run.png" |
2228 |
label="%command.label.170" |
2229 |
style="push" |
2230 |
tooltip="%command.tooltip.14"> |
2231 |
<visibleWhen
|
2232 |
checkEnabled="false"> |
2233 |
<reference
|
2234 |
definitionId="TextEditorActive"> |
2235 |
</reference>
|
2236 |
</visibleWhen>
|
2237 |
</command>
|
2238 |
<command
|
2239 |
commandId="org.txm.rcpapplication.commands.ExecuteText" |
2240 |
icon="icons/functions/page_select_go.png" |
2241 |
label="%command.label.171" |
2242 |
style="push" |
2243 |
tooltip="%command.tooltip.36"> |
2244 |
<visibleWhen
|
2245 |
checkEnabled="false"> |
2246 |
<reference
|
2247 |
definitionId="TextEditorActive"> |
2248 |
</reference>
|
2249 |
</visibleWhen>
|
2250 |
</command>
|
2251 |
<command
|
2252 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptGroovyFromFile" |
2253 |
icon="icons/functions/page_go.png" |
2254 |
label="%command.label.172" |
2255 |
style="push" |
2256 |
tooltip="%command.tooltip.37"> |
2257 |
<visibleWhen
|
2258 |
checkEnabled="false"> |
2259 |
<reference
|
2260 |
definitionId="TextEditorActive"> |
2261 |
</reference>
|
2262 |
</visibleWhen>
|
2263 |
</command>
|
2264 |
<command
|
2265 |
commandId="org.txm.rcpapplication.commands.ExecuteLastGroovyScript" |
2266 |
icon="icons/functions/rerun.png" |
2267 |
label="%command.label.40" |
2268 |
style="push" |
2269 |
tooltip="%command.tooltip.50"> |
2270 |
</command>
|
2271 |
</toolbar>
|
2272 |
<separator
|
2273 |
name="org.txm.rcp.toolbar.separator4" |
2274 |
visible="true"> |
2275 |
</separator>
|
2276 |
<toolbar
|
2277 |
id="org.txm.rcpapplication.toolbarfile"> |
2278 |
<command
|
2279 |
commandId="org.txm.rcpapplication.commands.base.ExportCorpus" |
2280 |
icon="icons/functions/Compress.png" |
2281 |
label="%command.name.52" |
2282 |
style="push" |
2283 |
tooltip="%command.tooltip.71"> |
2284 |
<visibleWhen
|
2285 |
checkEnabled="false"> |
2286 |
<reference
|
2287 |
definitionId="OneMainCorpusSelected"> |
2288 |
</reference>
|
2289 |
</visibleWhen>
|
2290 |
</command>
|
2291 |
</toolbar>
|
2292 |
</menuContribution>
|
2293 |
<menuContribution
|
2294 |
locationURI="popup:org.txm.rcpapplication.views.fileexplorer.Explorer"> |
2295 |
<command
|
2296 |
commandId="org.txm.rcpapplication.commands.CreateFile" |
2297 |
label="%command.label.122" |
2298 |
style="push" |
2299 |
tooltip="%command.tooltip.75"> |
2300 |
<visibleWhen
|
2301 |
checkEnabled="false"> |
2302 |
<reference
|
2303 |
definitionId="OneFileSelected"> |
2304 |
</reference>
|
2305 |
</visibleWhen>
|
2306 |
</command>
|
2307 |
<command
|
2308 |
commandId="org.txm.rcpapplication.commands.CreateFolder" |
2309 |
label="%command.label.123" |
2310 |
style="push" |
2311 |
tooltip="%command.tooltip.76"> |
2312 |
<visibleWhen
|
2313 |
checkEnabled="false"> |
2314 |
<reference
|
2315 |
definitionId="OneFileSelected"> |
2316 |
</reference>
|
2317 |
</visibleWhen>
|
2318 |
</command>
|
2319 |
<command
|
2320 |
commandId="org.txm.rcpapplication.commands.EditSelectedFile" |
2321 |
label="%command.label.186" |
2322 |
style="push" |
2323 |
tooltip="%command.tooltip.17"> |
2324 |
<visibleWhen
|
2325 |
checkEnabled="false"> |
2326 |
<reference
|
2327 |
definitionId="OneFileSelected"> |
2328 |
</reference>
|
2329 |
</visibleWhen>
|
2330 |
</command>
|
2331 |
<command
|
2332 |
commandId="org.txm.rcpapplication.commands.OpenBrowser" |
2333 |
label="%command.label.22" |
2334 |
style="push" |
2335 |
tooltip="%command.tooltip.18"> |
2336 |
<visibleWhen
|
2337 |
checkEnabled="false"> |
2338 |
<reference
|
2339 |
definitionId="OneFileSelected"> |
2340 |
</reference>
|
2341 |
</visibleWhen>
|
2342 |
</command>
|
2343 |
<command
|
2344 |
commandId="org.txm.rcpapplication.commands.ExecuteScript" |
2345 |
label="%command.label.23" |
2346 |
style="push" |
2347 |
tooltip="%command.tooltip.19"> |
2348 |
<visibleWhen
|
2349 |
checkEnabled="false"> |
2350 |
<reference
|
2351 |
definitionId="OneFileSelected"> |
2352 |
</reference>
|
2353 |
</visibleWhen>
|
2354 |
</command>
|
2355 |
<command
|
2356 |
commandId="org.txm.rcpapplication.commands.ShowSelected" |
2357 |
style="push"> |
2358 |
</command>
|
2359 |
<command
|
2360 |
commandId="org.txm.rcpapplication.commands.RenameFile" |
2361 |
style="push"> |
2362 |
<visibleWhen
|
2363 |
checkEnabled="false"> |
2364 |
<reference
|
2365 |
definitionId="OneFileSelected"> |
2366 |
</reference>
|
2367 |
</visibleWhen>
|
2368 |
</command>
|
2369 |
<command
|
2370 |
commandId="org.txm.rcpapplication.commands.DeleteFile" |
2371 |
style="push" |
2372 |
tooltip="%command.tooltip.15"> |
2373 |
<visibleWhen
|
2374 |
checkEnabled="false"> |
2375 |
<reference
|
2376 |
definitionId="OneFileSelected"> |
2377 |
</reference>
|
2378 |
</visibleWhen>
|
2379 |
</command>
|
2380 |
<command
|
2381 |
commandId="org.txm.rcpapplication.commands.CopyFile" |
2382 |
style="push" |
2383 |
tooltip="%command.tooltip.16"> |
2384 |
<visibleWhen
|
2385 |
checkEnabled="false"> |
2386 |
<reference
|
2387 |
definitionId="OneFileSelected"> |
2388 |
</reference>
|
2389 |
</visibleWhen>
|
2390 |
</command>
|
2391 |
<command
|
2392 |
commandId="org.txm.rcpapplication.commands.CutFile" |
2393 |
style="push" |
2394 |
tooltip="%command.tooltip.20"> |
2395 |
<visibleWhen
|
2396 |
checkEnabled="false"> |
2397 |
<reference
|
2398 |
definitionId="OneFileSelected"> |
2399 |
</reference>
|
2400 |
</visibleWhen>
|
2401 |
</command>
|
2402 |
<command
|
2403 |
commandId="org.txm.rcpapplication.commands.PasteFile" |
2404 |
style="push" |
2405 |
tooltip="%command.tooltip.21"> |
2406 |
<visibleWhen
|
2407 |
checkEnabled="false"> |
2408 |
<reference
|
2409 |
definitionId="OneFileSelected"> |
2410 |
</reference>
|
2411 |
</visibleWhen>
|
2412 |
</command>
|
2413 |
</menuContribution>
|
2414 |
<menuContribution
|
2415 |
locationURI="popup:#TextEditorContext"> |
2416 |
<menu
|
2417 |
label="%menu.label.10"> |
2418 |
<command
|
2419 |
commandId="org.txm.rcpapplication.commands.ExecuteGroovyText" |
2420 |
label="%command.label.25" |
2421 |
style="push"> |
2422 |
</command>
|
2423 |
<command
|
2424 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptGroovy" |
2425 |
label="%command.label.26" |
2426 |
style="push"> |
2427 |
</command>
|
2428 |
<command
|
2429 |
commandId="org.txm.rcpapplication.commands.ExecuteScriptGroovyFromFile" |
2430 |
label="%command.label.156" |
2431 |
style="push"> |
2432 |
</command>
|
2433 |
</menu>
|
2434 |
<menu
|
2435 |
label="%menu.label.11"> |
2436 |
<command
|
2437 |
commandId="org.txm.rcpapplication.commands.ExecuteRText" |
2438 |
label="%command.label.112" |
2439 |
style="push"> |
2440 |
</command>
|
2441 |
<command
|
2442 |
commandId="org.txm.rcpapplication.commands.ExecuteRScript" |
2443 |
label="%command.label.26" |
2444 |
style="push"> |
2445 |
</command>
|
2446 |
</menu>
|
2447 |
</menuContribution>
|
2448 |
<menuContribution
|
2449 |
locationURI="popup:org.txm.rcpapplication.views.CorporaView"> |
2450 |
<menu
|
2451 |
icon="icons/functions/export.png" |
2452 |
id="corporaview.menu.file.export" |
2453 |
label="%menu.label.5"> |
2454 |
<command
|
2455 |
commandId="org.txm.rcpapplication.commands.base.ExportCorpus" |
2456 |
icon="icons/functions/Compress.png" |
2457 |
label="%command.name.52" |
2458 |
style="push" |
2459 |
tooltip="%command.tooltip.67"> |
2460 |
<visibleWhen
|
2461 |
checkEnabled="false"> |
2462 |
<reference
|
2463 |
definitionId="OneMainCorpusSelected"> |
2464 |
</reference>
|
2465 |
</visibleWhen>
|
2466 |
</command>
|
2467 |
<command
|
2468 |
commandId="org.txm.rcpapplication.commands.annotation.ExportStandoff" |
2469 |
label="%command.label.193" |
2470 |
style="push"> |
2471 |
<visibleWhen
|
2472 |
checkEnabled="false"> |
2473 |
<reference
|
2474 |
definitionId="OneMainCorpusSelected"> |
2475 |
</reference>
|
2476 |
</visibleWhen>
|
2477 |
</command>
|
2478 |
<command
|
2479 |
commandId="org.txm.rcpapplication.commands.function.ExportResult" |
2480 |
icon="icons/functions/export_data.png" |
2481 |
label="%command.label.51" |
2482 |
style="push"> |
2483 |
<visibleWhen
|
2484 |
checkEnabled="false"> |
2485 |
<or>
|
2486 |
<reference
|
2487 |
definitionId="OneLexiconSelected"> |
2488 |
</reference>
|
2489 |
<reference
|
2490 |
definitionId="OneConcordanceSelected"> |
2491 |
</reference>
|
2492 |
<reference
|
2493 |
definitionId="OneSpecificitiesResultSelected"> |
2494 |
</reference>
|
2495 |
<reference
|
2496 |
definitionId="OneIndexSelected"> |
2497 |
</reference>
|
2498 |
<reference
|
2499 |
definitionId="OneCooccurrenceSelected"> |
2500 |
</reference>
|
2501 |
<reference
|
2502 |
definitionId="OneReferencerSelected"> |
2503 |
</reference>
|
2504 |
<reference
|
2505 |
definitionId="OneProgressionSelected"> |
2506 |
</reference>
|
2507 |
<reference
|
2508 |
definitionId="OneLexicalTableSelected"> |
2509 |
</reference>
|
2510 |
<reference
|
2511 |
definitionId="OneCASelected"> |
2512 |
</reference>
|
2513 |
<reference
|
2514 |
definitionId="OneCAHSelected"> |
2515 |
</reference>
|
2516 |
<reference
|
2517 |
definitionId="OneTXMResultSelected"> |
2518 |
</reference>
|
2519 |
</or>
|
2520 |
</visibleWhen>
|
2521 |
</command>
|
2522 |
<command
|
2523 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
2524 |
icon="icons/functions/exportSVG.png" |
2525 |
label="%command.label.101" |
2526 |
style="push" |
2527 |
tooltip="%command.tooltip.54"> |
2528 |
<visibleWhen
|
2529 |
checkEnabled="false"> |
2530 |
<or>
|
2531 |
<reference
|
2532 |
definitionId="SVGEditorActive"> |
2533 |
</reference>
|
2534 |
<reference
|
2535 |
definitionId="OneCAHSelected"> |
2536 |
</reference>
|
2537 |
<reference
|
2538 |
definitionId="OneProgressionSelected"> |
2539 |
</reference>
|
2540 |
<reference
|
2541 |
definitionId="OneWordCloudSelected"> |
2542 |
</reference>
|
2543 |
</or>
|
2544 |
</visibleWhen>
|
2545 |
</command>
|
2546 |
</menu>
|
2547 |
<command
|
2548 |
commandId="org.txm.rcpapplication.commands.base.Diagnostique" |
2549 |
icon="icons/functions/diagnostique.png" |
2550 |
id="corporaview.description" |
2551 |
label="%command.label.49" |
2552 |
style="push" |
2553 |
tooltip="%command.tooltip.60"> |
2554 |
<visibleWhen
|
2555 |
checkEnabled="false"> |
2556 |
<reference
|
2557 |
definitionId="OneCorpusSelected"> |
2558 |
</reference>
|
2559 |
</visibleWhen>
|
2560 |
</command>
|
2561 |
<command
|
2562 |
commandId="org.txm.rcpapplication.commands.function.ComputeInternalView" |
2563 |
icon="icons/functions/InternalView.png" |
2564 |
label="%command.label.185" |
2565 |
style="push" |
2566 |
tooltip="%command.tooltip.59"> |
2567 |
<visibleWhen
|
2568 |
checkEnabled="false"> |
2569 |
<reference
|
2570 |
definitionId="OneCorpusSelected"> |
2571 |
</reference>
|
2572 |
</visibleWhen>
|
2573 |
</command>
|
2574 |
<command
|
2575 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
2576 |
icon="icons/functions/Delete.png" |
2577 |
label="%command.label.65" |
2578 |
style="push" |
2579 |
tooltip="%command.tooltip.33"> |
2580 |
<visibleWhen
|
2581 |
checkEnabled="false"> |
2582 |
<or>
|
2583 |
<reference
|
2584 |
definitionId="OneBaseSelected"> |
2585 |
</reference>
|
2586 |
<reference
|
2587 |
definitionId="OneConcordanceSelected"> |
2588 |
</reference>
|
2589 |
<reference
|
2590 |
definitionId="OneCorpusSelected"> |
2591 |
</reference>
|
2592 |
<reference
|
2593 |
definitionId="OneLexicalTableSelected"> |
2594 |
</reference>
|
2595 |
<reference
|
2596 |
definitionId="OneLexiconSelected"> |
2597 |
</reference>
|
2598 |
<reference
|
2599 |
definitionId="OnePartitionSelected"> |
2600 |
</reference>
|
2601 |
<reference
|
2602 |
definitionId="OneTxmObjectSelected"> |
2603 |
</reference>
|
2604 |
<reference
|
2605 |
definitionId="OneTXMResultSelected"> |
2606 |
</reference>
|
2607 |
</or>
|
2608 |
</visibleWhen>
|
2609 |
</command>
|
2610 |
<separator
|
2611 |
name="org.txm.rcpapplication.separator52" |
2612 |
visible="true"> |
2613 |
</separator>
|
2614 |
<command
|
2615 |
commandId="org.txm.rcpapplication.commands.base.CreateSubCorpus" |
2616 |
icon="icons/functions/SubCorpus.png" |
2617 |
label="%command.label.7" |
2618 |
style="push" |
2619 |
tooltip="%command.tooltip.3"> |
2620 |
<visibleWhen
|
2621 |
checkEnabled="false"> |
2622 |
<reference
|
2623 |
definitionId="OneCorpusSelected"> |
2624 |
</reference>
|
2625 |
</visibleWhen>
|
2626 |
</command>
|
2627 |
<command
|
2628 |
commandId="org.txm.rcpapplication.commands.base.CreatePartition" |
2629 |
icon="icons/functions/Partition.png" |
2630 |
label="%command.label.8" |
2631 |
style="push" |
2632 |
tooltip="%command.tooltip.4"> |
2633 |
<visibleWhen
|
2634 |
checkEnabled="false"> |
2635 |
<reference
|
2636 |
definitionId="OneCorpusSelected"> |
2637 |
</reference>
|
2638 |
</visibleWhen>
|
2639 |
</command>
|
2640 |
|
2641 |
<separator
|
2642 |
name="org.txm.rcpapplication.separator53" |
2643 |
visible="true"> |
2644 |
</separator>
|
2645 |
<command
|
2646 |
commandId="org.txm.rcpapplication.commands.function.ComputeFrequencyList" |
2647 |
icon="icons/functions/IndexP.png" |
2648 |
label="%command.label.84" |
2649 |
style="push" |
2650 |
tooltip="%command.tooltip.61"> |
2651 |
<visibleWhen
|
2652 |
checkEnabled="false"> |
2653 |
<reference
|
2654 |
definitionId="OneCorpusSelected"> |
2655 |
</reference>
|
2656 |
</visibleWhen>
|
2657 |
</command>
|
2658 |
<command
|
2659 |
commandId="org.txm.rcpapplication.commands.function.ComputeIndex" |
2660 |
icon="icons/functions/Index.png" |
2661 |
label="%command.label.66" |
2662 |
style="push" |
2663 |
tooltip="%command.tooltip.62"> |
2664 |
<visibleWhen
|
2665 |
checkEnabled="false"> |
2666 |
<or>
|
2667 |
<reference
|
2668 |
definitionId="OnePartitionSelected"> |
2669 |
</reference>
|
2670 |
<reference
|
2671 |
definitionId="OneCorpusSelected"> |
2672 |
</reference>
|
2673 |
</or>
|
2674 |
</visibleWhen>
|
2675 |
</command>
|
2676 |
<command
|
2677 |
commandId="org.txm.rcpapplication.commands.function.ComputeConcordance" |
2678 |
icon="icons/functions/Concordances.png" |
2679 |
label="%command.label.11" |
2680 |
style="push" |
2681 |
tooltip="%command.tooltip.7"> |
2682 |
<visibleWhen
|
2683 |
checkEnabled="false"> |
2684 |
<reference
|
2685 |
definitionId="OneCorpusSelected"> |
2686 |
</reference>
|
2687 |
</visibleWhen>
|
2688 |
</command>
|
2689 |
<command
|
2690 |
commandId="org.txm.rcpapplication.commands.function.ComputeReferencer" |
2691 |
icon="icons/functions/Referencer.png" |
2692 |
label="%command.label.108" |
2693 |
style="push" |
2694 |
tooltip="%command.tooltip.62"> |
2695 |
<visibleWhen
|
2696 |
checkEnabled="false"> |
2697 |
<reference
|
2698 |
definitionId="OneCorpusSelected"> |
2699 |
</reference>
|
2700 |
</visibleWhen>
|
2701 |
</command>
|
2702 |
<separator
|
2703 |
name="org.txm.rcpapplication.separator54" |
2704 |
visible="true"> |
2705 |
</separator>
|
2706 |
<separator
|
2707 |
name="org.txm.rcpapplication.separator55" |
2708 |
visible="true"> |
2709 |
</separator>
|
2710 |
<command
|
2711 |
commandId="org.txm.rcpapplication.commands.base.SendToR" |
2712 |
icon="icons/functions/SendToR.png" |
2713 |
label="%command.label.127" |
2714 |
style="push" |
2715 |
tooltip="%command.tooltip.80"> |
2716 |
<visibleWhen
|
2717 |
checkEnabled="false"> |
2718 |
|
2719 |
<or>
|
2720 |
<reference
|
2721 |
definitionId="OneConcordanceSelected"> |
2722 |
</reference>
|
2723 |
<reference
|
2724 |
definitionId="OneLexiconSelected"> |
2725 |
</reference>
|
2726 |
<reference
|
2727 |
definitionId="OneIndexSelected"> |
2728 |
</reference>
|
2729 |
<reference
|
2730 |
definitionId="OneCooccurrenceSelected"> |
2731 |
</reference>
|
2732 |
<reference
|
2733 |
definitionId="OneReferencerSelected"> |
2734 |
</reference>
|
2735 |
<reference
|
2736 |
definitionId="OneCorpusSelected"> |
2737 |
</reference>
|
2738 |
</or>
|
2739 |
|
2740 |
</visibleWhen>
|
2741 |
</command>
|
2742 |
<command
|
2743 |
commandId="org.txm.rcpapplication.commands.annotation.SaveAnnotations" |
2744 |
icon="icons/functions/save.png" |
2745 |
label="%command.label.154" |
2746 |
style="push"> |
2747 |
<visibleWhen
|
2748 |
checkEnabled="false"> |
2749 |
<reference
|
2750 |
definitionId="NeedToSaveAnnotations"> |
2751 |
</reference>
|
2752 |
</visibleWhen>
|
2753 |
</command>
|
2754 |
</menuContribution>
|
2755 |
<menuContribution
|
2756 |
locationURI="popup:org.txm.rcpapplication.views.BasesView"> |
2757 |
<command
|
2758 |
commandId="HIDEorg.txm.rcp2.commands.workspace.AddProject" |
2759 |
label="%command.label.36" |
2760 |
style="push"> |
2761 |
<visibleWhen
|
2762 |
checkEnabled="false"> |
2763 |
<reference
|
2764 |
definitionId="OneProjectSelected"> |
2765 |
</reference>
|
2766 |
</visibleWhen>
|
2767 |
</command>
|
2768 |
<command
|
2769 |
commandId="org.txm.rcpapplication.commands.workspace.AddBase" |
2770 |
label="%command.label.37" |
2771 |
style="push"> |
2772 |
<visibleWhen
|
2773 |
checkEnabled="false"> |
2774 |
<reference
|
2775 |
definitionId="OneProjectSelected"> |
2776 |
</reference>
|
2777 |
</visibleWhen>
|
2778 |
</command>
|
2779 |
<separator
|
2780 |
name="org.txm.rcpapplication.separator1"> |
2781 |
</separator>
|
2782 |
<command
|
2783 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
2784 |
icon="icons/functions/Delete.png" |
2785 |
label="%command.label.65" |
2786 |
style="push" |
2787 |
tooltip="%command.tooltip.33"> |
2788 |
<visibleWhen
|
2789 |
checkEnabled="false"> |
2790 |
<or>
|
2791 |
<reference
|
2792 |
definitionId="OnePartitionSelected"> |
2793 |
</reference>
|
2794 |
<reference
|
2795 |
definitionId="OneSubCorpusSelected"> |
2796 |
</reference>
|
2797 |
<reference
|
2798 |
definitionId="OneBaseSelected"> |
2799 |
</reference>
|
2800 |
<reference
|
2801 |
definitionId="OneIndexSelected"> |
2802 |
</reference>
|
2803 |
<reference
|
2804 |
definitionId="OneLexiconSelected"> |
2805 |
</reference>
|
2806 |
<reference
|
2807 |
definitionId="OneConcordanceSelected"> |
2808 |
</reference>
|
2809 |
<reference
|
2810 |
definitionId="OneCASelected"> |
2811 |
</reference>
|
2812 |
<reference
|
2813 |
definitionId="OneSpecificitiesResultSelected"> |
2814 |
</reference>
|
2815 |
<reference
|
2816 |
definitionId="OneMainCorpusSelected"> |
2817 |
</reference>
|
2818 |
</or>
|
2819 |
</visibleWhen>
|
2820 |
</command>
|
2821 |
<command
|
2822 |
commandId="org.txm.rcpapplication.commands.base.OpenBiblio" |
2823 |
icon="icons/functions/Biblio.png" |
2824 |
label="%command.label.148" |
2825 |
style="push" |
2826 |
tooltip="%command.tooltip.91"> |
2827 |
<visibleWhen
|
2828 |
checkEnabled="false"> |
2829 |
<or>
|
2830 |
<reference
|
2831 |
definitionId="OneBaseSelected"> |
2832 |
</reference>
|
2833 |
<reference
|
2834 |
definitionId="OneTextSelected"> |
2835 |
</reference>
|
2836 |
</or>
|
2837 |
</visibleWhen>
|
2838 |
</command>
|
2839 |
</menuContribution>
|
2840 |
<menuContribution
|
2841 |
locationURI="popup:org.txm.rcpapplication.editors.index.IndexEditor"> |
2842 |
<command
|
2843 |
commandId="org.txm.rcpapplication.commands.link.IndexToConcordance" |
2844 |
label="%command.label.73" |
2845 |
style="push"> |
2846 |
</command>
|
2847 |
<command
|
2848 |
commandId="org.txm.rcpapplication.commands.link.IndexToCooccurrence" |
2849 |
label="%command.label.149" |
2850 |
style="push"> |
2851 |
</command>
|
2852 |
<command
|
2853 |
commandId="org.txm.rcpapplication.commands.link.IndexToProgression" |
2854 |
label="%command.label.99" |
2855 |
style="push"> |
2856 |
</command>
|
2857 |
</menuContribution>
|
2858 |
<menuContribution
|
2859 |
locationURI="popup:org.txm.rcpapplication.editors.TableEditor"> |
2860 |
<command
|
2861 |
commandId="org.txm.rcpapplication.commands.link.TextToConcordance" |
2862 |
label="%command.label.74" |
2863 |
style="push"> |
2864 |
</command>
|
2865 |
</menuContribution>
|
2866 |
<menuContribution
|
2867 |
locationURI="popup:org.txm.rcpapplication.editors.SVGGraphicEditor"> |
2868 |
<command
|
2869 |
commandId="org.txm.rcpapplication.commands.function.ExportSVG" |
2870 |
label="%command.label.101" |
2871 |
style="push" |
2872 |
tooltip="%command.tooltip.60"> |
2873 |
<visibleWhen
|
2874 |
checkEnabled="false"> |
2875 |
<reference
|
2876 |
definitionId="SVGEditorActive"> |
2877 |
</reference>
|
2878 |
</visibleWhen>
|
2879 |
</command>
|
2880 |
</menuContribution>
|
2881 |
<menuContribution
|
2882 |
locationURI="popup:org.txm.rcpapplication.editors.cooccurrences.CooccurrencesEditor"> |
2883 |
<command
|
2884 |
commandId="org.txm.rcpapplication.commands.link.CooccurrencesToConcordances" |
2885 |
label="%command.label.102" |
2886 |
style="push"> |
2887 |
</command>
|
2888 |
</menuContribution>
|
2889 |
<menuContribution
|
2890 |
locationURI="popup:org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor"> |
2891 |
<command
|
2892 |
commandId="org.txm.rcpapplication.commands.link.IndexToConcordance" |
2893 |
label="%command.label.73" |
2894 |
style="push"> |
2895 |
</command>
|
2896 |
<command
|
2897 |
commandId="org.txm.rcpapplication.commands.link.LexiconToIndex" |
2898 |
label="%command.label.128" |
2899 |
style="push"> |
2900 |
</command>
|
2901 |
<command
|
2902 |
commandId="org.txm.rcpapplication.commands.link.IndexToProgression" |
2903 |
label="%command.label.103" |
2904 |
style="push"> |
2905 |
</command>
|
2906 |
</menuContribution>
|
2907 |
<menuContribution
|
2908 |
locationURI="popup:org.txm.rcpapplication.editors.referencer.ReferencerEditor"> |
2909 |
<command
|
2910 |
commandId="org.txm.rcpapplication.commands.link.ReferencerToConc" |
2911 |
label="%command.label.73" |
2912 |
style="push"> |
2913 |
</command>
|
2914 |
</menuContribution>
|
2915 |
<menuContribution
|
2916 |
locationURI="popup:org.txm.rcpapplication.views.QueriesView"> |
2917 |
<command
|
2918 |
commandId="org.txm.rcpapplication.commands.queryview.Copy" |
2919 |
label="%command.label.129" |
2920 |
style="push" |
2921 |
tooltip="%command.tooltip.81"> |
2922 |
<visibleWhen
|
2923 |
checkEnabled="false"> |
2924 |
<reference
|
2925 |
definitionId="OneQueryLogSelected"> |
2926 |
</reference>
|
2927 |
</visibleWhen>
|
2928 |
</command>
|
2929 |
<command
|
2930 |
commandId="org.txm.rcpapplication.commands.queryview.Paste" |
2931 |
label="%command.label.130" |
2932 |
style="push" |
2933 |
tooltip="%command.tooltip.82"> |
2934 |
<visibleWhen
|
2935 |
checkEnabled="false"> |
2936 |
<reference
|
2937 |
definitionId="OneBaseSelected"> |
2938 |
</reference>
|
2939 |
</visibleWhen>
|
2940 |
</command>
|
2941 |
<command
|
2942 |
commandId="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
2943 |
icon="icons/functions/Delete.png" |
2944 |
label="%command.label.65" |
2945 |
style="push" |
2946 |
tooltip="%command.tooltip.33"> |
2947 |
<visibleWhen
|
2948 |
checkEnabled="false"> |
2949 |
<reference
|
2950 |
definitionId="OneQueryLogSelected"> |
2951 |
</reference>
|
2952 |
</visibleWhen>
|
2953 |
</command>
|
2954 |
</menuContribution>
|
2955 |
<menuContribution
|
2956 |
locationURI="popup:org.txm.rcpapplication.views.RVariablesView"> |
2957 |
<command
|
2958 |
commandId="org.txm.rcpapplication.commands.R.CopySelection" |
2959 |
label="%command.label.129" |
2960 |
style="push" |
2961 |
tooltip="%command.label.129"> |
2962 |
</command>
|
2963 |
</menuContribution>
|
2964 |
<menuContribution
|
2965 |
locationURI="popup:org.txm.rcpapplication.editors.internal.InternalViewEditor"> |
2966 |
<command
|
2967 |
commandId="org.txm.rcpapplication.commands.link.ToConcordance" |
2968 |
label="%command.label.73" |
2969 |
style="push"> |
2970 |
</command>
|
2971 |
<command
|
2972 |
commandId="org.txm.rcpapplication.commands.link.ToIndex" |
2973 |
label="%command.label.77" |
2974 |
style="push"> |
2975 |
</command>
|
2976 |
<command
|
2977 |
commandId="org.txm.rcpapplication.commands.link.ToProgression" |
2978 |
label="%command.label.99" |
2979 |
style="push"> |
2980 |
</command>
|
2981 |
</menuContribution>
|
2982 |
<menuContribution
|
2983 |
locationURI="popup:org.txm.rcpapplication.views.fileexplorer.MacroExplorer"> |
2984 |
<command
|
2985 |
commandId="org.txm.rcpapplication.commands.ExecuteMacro" |
2986 |
label="%command.label.23" |
2987 |
style="push" |
2988 |
tooltip="%command.tooltip.19"> |
2989 |
<visibleWhen
|
2990 |
checkEnabled="false"> |
2991 |
<reference
|
2992 |
definitionId="OneFileSelected"> |
2993 |
</reference>
|
2994 |
</visibleWhen>
|
2995 |
</command>
|
2996 |
<command
|
2997 |
commandId="org.txm.rcpapplication.commands.EditSelectedFile" |
2998 |
label="%command.label.186" |
2999 |
style="push" |
3000 |
tooltip="%command.tooltip.86"> |
3001 |
<visibleWhen
|
3002 |
checkEnabled="false"> |
3003 |
<reference
|
3004 |
definitionId="OneFileSelected"> |
3005 |
</reference>
|
3006 |
</visibleWhen>
|
3007 |
</command>
|
3008 |
<command
|
3009 |
commandId="org.txm.rcpapplication.commands.CreateMacro" |
3010 |
label="%command.label.187" |
3011 |
style="push" |
3012 |
tooltip="%command.tooltip.92"> |
3013 |
<visibleWhen
|
3014 |
checkEnabled="false"> |
3015 |
<reference
|
3016 |
definitionId="OneFileSelected"> |
3017 |
</reference>
|
3018 |
</visibleWhen>
|
3019 |
</command>
|
3020 |
<command
|
3021 |
commandId="org.txm.rcpapplication.commands.CreateFolder" |
3022 |
label="%command.label.123" |
3023 |
style="push" |
3024 |
tooltip="%command.tooltip.76"> |
3025 |
<visibleWhen
|
3026 |
checkEnabled="false"> |
3027 |
<reference
|
3028 |
definitionId="OneFileSelected"> |
3029 |
</reference>
|
3030 |
</visibleWhen>
|
3031 |
</command>
|
3032 |
<command
|
3033 |
commandId="org.txm.rcpapplication.commands.ShowSelected" |
3034 |
style="push"> |
3035 |
</command>
|
3036 |
<command
|
3037 |
commandId="org.txm.rcpapplication.commands.RenameFile" |
3038 |
style="push"> |
3039 |
<visibleWhen
|
3040 |
checkEnabled="false"> |
3041 |
<reference
|
3042 |
definitionId="OneFileSelected"> |
3043 |
</reference>
|
3044 |
</visibleWhen>
|
3045 |
</command>
|
3046 |
<command
|
3047 |
commandId="org.txm.rcpapplication.commands.DeleteFile" |
3048 |
style="push" |
3049 |
tooltip="%command.tooltip.15"> |
3050 |
<visibleWhen
|
3051 |
checkEnabled="false"> |
3052 |
<reference
|
3053 |
definitionId="OneFileSelected"> |
3054 |
</reference>
|
3055 |
</visibleWhen>
|
3056 |
</command>
|
3057 |
<command
|
3058 |
commandId="org.txm.rcpapplication.commands.CopyFile" |
3059 |
style="push" |
3060 |
tooltip="%command.tooltip.16"> |
3061 |
<visibleWhen
|
3062 |
checkEnabled="false"> |
3063 |
<reference
|
3064 |
definitionId="OneFileSelected"> |
3065 |
</reference>
|
3066 |
</visibleWhen>
|
3067 |
</command>
|
3068 |
<command
|
3069 |
commandId="org.txm.rcpapplication.commands.CutFile" |
3070 |
style="push" |
3071 |
tooltip="%command.tooltip.20"> |
3072 |
<visibleWhen
|
3073 |
checkEnabled="false"> |
3074 |
<reference
|
3075 |
definitionId="OneFileSelected"> |
3076 |
</reference>
|
3077 |
</visibleWhen>
|
3078 |
</command>
|
3079 |
<command
|
3080 |
commandId="org.txm.rcpapplication.commands.PasteFile" |
3081 |
style="push" |
3082 |
tooltip="%command.tooltip.21"> |
3083 |
<visibleWhen
|
3084 |
checkEnabled="false"> |
3085 |
<reference
|
3086 |
definitionId="OneFileSelected"> |
3087 |
</reference>
|
3088 |
</visibleWhen>
|
3089 |
</command>
|
3090 |
</menuContribution>
|
3091 |
<menuContribution
|
3092 |
locationURI="popup:org.txm.rcpapplication.editors.TXMBrowser"> |
3093 |
<command
|
3094 |
commandId="org.txm.rcpapplication.commands.link.TextToConcordance" |
3095 |
label="%command.label.73" |
3096 |
style="push"> |
3097 |
</command>
|
3098 |
<command
|
3099 |
commandId="org.txm.rcpapplication.commands.editor.Copy" |
3100 |
label="%command.label.19"> |
3101 |
</command>
|
3102 |
</menuContribution>
|
3103 |
<menuContribution
|
3104 |
locationURI="popup:org.txm.rcpapplication.views.knowledgerepositories.KRView"> |
3105 |
<command
|
3106 |
commandId="org.txm.rcpapplication.commands.krview.Copy" |
3107 |
label="%command.label.188" |
3108 |
style="push" |
3109 |
tooltip="%command.tooltip.89"> |
3110 |
</command>
|
3111 |
<command
|
3112 |
commandId="org.txm.rcpapplication.commands.krview.Reload" |
3113 |
label="%command.label.189" |
3114 |
style="push" |
3115 |
tooltip="%command.tooltip.90"> |
3116 |
<visibleWhen
|
3117 |
checkEnabled="false"> |
3118 |
<reference
|
3119 |
definitionId="OneKRSelected"> |
3120 |
</reference>
|
3121 |
</visibleWhen>
|
3122 |
</command>
|
3123 |
<command
|
3124 |
commandId="org.txm.rcpapplication.commands.krview.Informations" |
3125 |
label="%command.label.190" |
3126 |
style="push" |
3127 |
tooltip="%command.tooltip.93"> |
3128 |
</command>
|
3129 |
<command
|
3130 |
commandId="org.txm.rcpapplication.commands.krview.Add" |
3131 |
label="%command.label.191" |
3132 |
style="push" |
3133 |
tooltip="%command.tooltip.94"> |
3134 |
<visibleWhen
|
3135 |
checkEnabled="false"> |
3136 |
<or>
|
3137 |
<reference
|
3138 |
definitionId="OneLocalKRSelected"> |
3139 |
</reference>
|
3140 |
<reference
|
3141 |
definitionId="OneAnnotationTypeSelected"> |
3142 |
</reference>
|
3143 |
</or>
|
3144 |
</visibleWhen>
|
3145 |
</command>
|
3146 |
<command
|
3147 |
commandId="org.txm.rcpapplication.commands.krview.Delete" |
3148 |
label="%command.label.192" |
3149 |
style="push" |
3150 |
tooltip="%command.tooltip.95"> |
3151 |
<visibleWhen
|
3152 |
checkEnabled="false"> |
3153 |
<or>
|
3154 |
<reference
|
3155 |
definitionId="OneAnnotationTypeSelected"> |
3156 |
</reference>
|
3157 |
<reference
|
3158 |
definitionId="OneTypedValueSelected"> |
3159 |
</reference>
|
3160 |
</or>
|
3161 |
</visibleWhen>
|
3162 |
</command>
|
3163 |
</menuContribution>
|
3164 |
<menuContribution
|
3165 |
locationURI="popup:org.txm.rcpapplication.editors.ConcordancesEditor"> |
3166 |
<command
|
3167 |
commandId="org.txm.rcpapplication.commands.editor.DeleteLines" |
3168 |
label="%command.label.104" |
3169 |
style="push"> |
3170 |
</command>
|
3171 |
</menuContribution>
|
3172 |
</extension>
|
3173 |
<extension
|
3174 |
id="general" |
3175 |
name="general" |
3176 |
point="org.eclipse.ui.commands"> |
3177 |
<category
|
3178 |
description="%category.description" |
3179 |
id="org.txm.rcpapplication.category.txm" |
3180 |
name="%category.name.0"> |
3181 |
</category>
|
3182 |
<command
|
3183 |
categoryId="org.eclipse.ui.category.edit" |
3184 |
defaultHandler="org.txm.rcpapplication.commands.EditFile" |
3185 |
id="org.txm.rcpapplication.commands.EditFile" |
3186 |
name="%command.name"> |
3187 |
<commandParameter
|
3188 |
id="org.txm.rcpapplication.commands.commandParameter2" |
3189 |
name="%commandParameter.name" |
3190 |
optional="true"> |
3191 |
</commandParameter>
|
3192 |
</command>
|
3193 |
<command
|
3194 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyScript" |
3195 |
id="org.txm.rcpapplication.commands.ExecuteScriptGroovy" |
3196 |
name="%command.name.0"> |
3197 |
</command>
|
3198 |
<command
|
3199 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyText" |
3200 |
id="org.txm.rcpapplication.commands.ExecuteGroovyText" |
3201 |
name="%command.name.10"> |
3202 |
</command>
|
3203 |
<command
|
3204 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteImportScript" |
3205 |
id="org.txm.rcpapplication.commands.ExecuteScriptImport" |
3206 |
name="%command.name.22"> |
3207 |
<commandParameter
|
3208 |
id="org.txm.rcpapplication.commands.commandParameter3" |
3209 |
name="%commandParameter.name.1" |
3210 |
optional="true"> |
3211 |
</commandParameter>
|
3212 |
</command>
|
3213 |
|
3214 |
<command
|
3215 |
categoryId="org.eclipse.ui.category.navigate" |
3216 |
defaultHandler="org.txm.rcpapplication.commands.OpenBrowser" |
3217 |
id="org.txm.rcpapplication.commands.OpenBrowser" |
3218 |
name="%command.name.8"> |
3219 |
<commandParameter
|
3220 |
id="org.txm.rcpapplication.commands.commandParameter2" |
3221 |
name="%commandParameter.name" |
3222 |
optional="true"> |
3223 |
</commandParameter>
|
3224 |
</command>
|
3225 |
<command
|
3226 |
defaultHandler="org.txm.rcpapplication.commands.ShowSelected" |
3227 |
id="org.txm.rcpapplication.commands.ShowSelected" |
3228 |
name="%command.name.9"> |
3229 |
</command>
|
3230 |
<command
|
3231 |
defaultHandler="org.txm.rcpapplication.commands.RestartTXM" |
3232 |
description="%command.description" |
3233 |
id="org.txm.rcpapplication.commands.RestartTXM" |
3234 |
name="%command.name.25"> |
3235 |
</command>
|
3236 |
<command
|
3237 |
defaultHandler="org.txm.rcpapplication.commands.base.DeleteObject" |
3238 |
id="org.txm.rcpapplication.commands.base.DeleteInCorpora" |
3239 |
name="%command.name.26"> |
3240 |
</command>
|
3241 |
|
3242 |
<command
|
3243 |
defaultHandler="org.txm.rcpapplication.commands.ImportSelectedText" |
3244 |
id="org.txm.rcpapplication.commands.ImportSelectedText" |
3245 |
name="%command.name.28"> |
3246 |
</command>
|
3247 |
<command
|
3248 |
defaultHandler="org.txm.rcpapplication.commands.base.OpenEdition" |
3249 |
id="org.txm.rcpapplication.commands.base.OpenEdition" |
3250 |
name="%command.name.29"> |
3251 |
</command>
|
3252 |
<command
|
3253 |
defaultHandler="org.txm.rcpapplication.utils.LanguageSwitchHandler" |
3254 |
id="org.txm.rcpapplication.commands.changelanguage" |
3255 |
name="%command.name.31"> |
3256 |
</command>
|
3257 |
|
3258 |
<command
|
3259 |
defaultHandler="org.txm.rcpapplication.commands.editor.DeleteLines" |
3260 |
id="org.txm.rcpapplication.commands.editor.DeleteLines" |
3261 |
name="%command.name.37"> |
3262 |
</command>
|
3263 |
|
3264 |
<command
|
3265 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteRScript" |
3266 |
id="org.txm.rcpapplication.commands.ExecuteRScript" |
3267 |
name="%command.name.45"> |
3268 |
</command>
|
3269 |
<command
|
3270 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteRText" |
3271 |
id="org.txm.rcpapplication.commands.ExecuteRText" |
3272 |
name="%command.name.46"> |
3273 |
</command>
|
3274 |
<command
|
3275 |
defaultHandler="org.txm.rcpapplication.commands.CreateFile" |
3276 |
id="org.txm.rcpapplication.commands.CreateFile" |
3277 |
name="%command.name.47"> |
3278 |
</command>
|
3279 |
<command
|
3280 |
defaultHandler="org.txm.rcpapplication.commands.CreateFolder" |
3281 |
id="org.txm.rcpapplication.commands.CreateFolder" |
3282 |
name="%command.name.48"> |
3283 |
</command>
|
3284 |
|
3285 |
<command
|
3286 |
defaultHandler="org.txm.rcpapplication.commands.OpenTXMUserPreferences" |
3287 |
id="org.txm.rcpapplication.commands.OpenTXMUserPreferences" |
3288 |
name="%command.name.51"> |
3289 |
</command>
|
3290 |
<command
|
3291 |
defaultHandler="org.txm.rcpapplication.commands.base.ExportCorpus" |
3292 |
id="org.txm.rcpapplication.commands.base.ExportCorpus" |
3293 |
name="%command.name.52"> |
3294 |
</command>
|
3295 |
<command
|
3296 |
defaultHandler="org.txm.rcpapplication.commands.base.SendToR" |
3297 |
id="org.txm.rcpapplication.commands.base.SendToR" |
3298 |
name="%command.name.53"> |
3299 |
</command>
|
3300 |
|
3301 |
<command
|
3302 |
defaultHandler="org.txm.rcpapplication.commands.R.OpenEmptyEditor" |
3303 |
id="org.txm.rcpapplication.commands.R.OpenEmptyEditor" |
3304 |
name="%command.name.59"> |
3305 |
</command>
|
3306 |
<command
|
3307 |
defaultHandler="org.txm.rcpapplication.commands.R.Submit" |
3308 |
id="org.txm.rcpapplication.commands.R.Submit" |
3309 |
name="%command.name.60"> |
3310 |
</command>
|
3311 |
<command
|
3312 |
defaultHandler="org.txm.rcpapplication.commands.R.ShowSvgHelp" |
3313 |
id="org.txm.rcpapplication.commands.R.ShowSvgHelp" |
3314 |
name="%command.name.61"> |
3315 |
</command>
|
3316 |
<command
|
3317 |
categoryId="org.eclipse.ui.category.edit" |
3318 |
defaultHandler="org.txm.rcpapplication.commands.OpenImportForm" |
3319 |
id="org.txm.rcpapplication.commands.OpenImportForm" |
3320 |
name="%command.name.62"> |
3321 |
<commandParameter
|
3322 |
id="org.txm.rcpapplication.commands.importscript" |
3323 |
name="%commandParameter.name.2" |
3324 |
optional="false"> |
3325 |
</commandParameter>
|
3326 |
</command>
|
3327 |
<command
|
3328 |
categoryId="org.eclipse.ui.category.navigate" |
3329 |
defaultHandler="org.txm.rcpapplication.commands.base.OpenBiblio" |
3330 |
id="org.txm.rcpapplication.commands.base.OpenBiblio" |
3331 |
name="%command.name.63"> |
3332 |
</command>
|
3333 |
<command
|
3334 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyScriptFromFile" |
3335 |
id="org.txm.rcpapplication.commands.ExecuteScriptGroovyFromFile" |
3336 |
name="%command.name.66"> |
3337 |
</command>
|
3338 |
<command
|
3339 |
defaultHandler="org.txm.rcpapplication.commands.workspace.ConvertCorpus" |
3340 |
description="%command.description.0" |
3341 |
id="org.txm.rcpapplication.commands.workspace.ConvertCorpus" |
3342 |
name="%command.name.3"> |
3343 |
</command>
|
3344 |
<command
|
3345 |
defaultHandler="org.txm.rcpapplication.commands.workspace.PurgeCorpora" |
3346 |
description="%command.description.1" |
3347 |
id="org.txm.rcpapplication.commands.workspace.PurgeCorpora" |
3348 |
name="%command.name.18"> |
3349 |
</command>
|
3350 |
<command
|
3351 |
categoryId="org.txm.rcpapplication.category.txm" |
3352 |
defaultHandler="org.txm.rcpapplication.commands.OpenTestEditor" |
3353 |
id="org.txm.rcpapplication.commands.OpenTestEditor" |
3354 |
name="%command.name.19"> |
3355 |
</command>
|
3356 |
<command
|
3357 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteScript" |
3358 |
id="org.txm.rcpapplication.commands.ExecuteScript" |
3359 |
name="%command.name.21"> |
3360 |
</command>
|
3361 |
<command
|
3362 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteText" |
3363 |
id="org.txm.rcpapplication.commands.ExecuteText" |
3364 |
name="%command.name.50"> |
3365 |
</command>
|
3366 |
<command
|
3367 |
defaultHandler="org.txm.rcpapplication.commands.editor.SaveAs" |
3368 |
id="org.txm.rcpapplication.commands.editor.SaveAs" |
3369 |
name="%command.name.67"> |
3370 |
</command>
|
3371 |
<command
|
3372 |
defaultHandler="org.txm.rcpapplication.commands.DeleteFile" |
3373 |
id="org.txm.rcpapplication.commands.DeleteFile" |
3374 |
name="%command.name.68"> |
3375 |
</command>
|
3376 |
<command
|
3377 |
defaultHandler="org.txm.rcpapplication.commands.CopyFile" |
3378 |
id="org.txm.rcpapplication.commands.CopyFile" |
3379 |
name="%command.name.69"> |
3380 |
</command>
|
3381 |
<command
|
3382 |
defaultHandler="org.txm.rcpapplication.commands.PasteFile" |
3383 |
id="org.txm.rcpapplication.commands.PasteFile" |
3384 |
name="%command.name.70"> |
3385 |
</command>
|
3386 |
<command
|
3387 |
defaultHandler="org.txm.rcpapplication.commands.CutFile" |
3388 |
id="org.txm.rcpapplication.commands.CutFile" |
3389 |
name="%command.name.71"> |
3390 |
</command>
|
3391 |
<command
|
3392 |
defaultHandler="org.txm.rcpapplication.commands.RenameFile" |
3393 |
id="org.txm.rcpapplication.commands.RenameFile" |
3394 |
name="%command.name.108"> |
3395 |
</command>
|
3396 |
<command
|
3397 |
defaultHandler="org.txm.rcpapplication.commands.editor.SetEncoding" |
3398 |
id="org.txm.rcpapplication.commands.editor.SetEncoding" |
3399 |
name="%command.name.72"> |
3400 |
</command>
|
3401 |
<command
|
3402 |
categoryId="org.txm.rcpapplication.category.txm" |
3403 |
defaultHandler="org.txm.rcpapplication.commands.function.ComputeInternalView" |
3404 |
id="org.txm.rcpapplication.commands.function.ComputeInternalView" |
3405 |
name="%command.name.73"> |
3406 |
</command>
|
3407 |
<command
|
3408 |
categoryId="org.eclipse.ui.category.navigate" |
3409 |
defaultHandler="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
3410 |
id="org.txm.rcpapplication.commands.OpenLocalizedWebPage" |
3411 |
name="%command.name.74"> |
3412 |
<commandParameter
|
3413 |
id="org.txm.rcpapplication.commands.commandParameter3" |
3414 |
name="%commandParameter.name.3" |
3415 |
optional="true"> |
3416 |
</commandParameter>
|
3417 |
</command>
|
3418 |
<command
|
3419 |
categoryId="org.eclipse.ui.category.navigate" |
3420 |
defaultHandler="org.txm.rcpapplication.commands.OpenWelcomePage" |
3421 |
id="org.txm.rcpapplication.commands.OpenWelcomePage" |
3422 |
name="%command.name.8"> |
3423 |
<commandParameter
|
3424 |
id="org.txm.rcpapplication.commands.commandParameter2" |
3425 |
name="%commandParameter.name" |
3426 |
optional="true"> |
3427 |
</commandParameter>
|
3428 |
</command>
|
3429 |
<command
|
3430 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteGroovyMacro" |
3431 |
id="org.txm.rcpapplication.commands.ExecuteMacro" |
3432 |
name="%command.name.79"> |
3433 |
</command>
|
3434 |
<command
|
3435 |
defaultHandler="org.txm.rcpapplication.commands.CreateMacro" |
3436 |
id="org.txm.rcpapplication.commands.CreateMacro" |
3437 |
name="%command.name.80"> |
3438 |
</command>
|
3439 |
<command
|
3440 |
defaultHandler="org.txm.rcpapplication.p2.plugins.InstallPluginHandler" |
3441 |
description="%command.label.182" |
3442 |
id="org.txm.rcpapplication.p2.plugins.InstallPluginHandler" |
3443 |
name="%command.label.182"> |
3444 |
</command>
|
3445 |
<command
|
3446 |
defaultHandler="org.txm.rcpapplication.p2.plugins.TXMUpdateHandler" |
3447 |
description="%command.description.3" |
3448 |
id="org.txm.rcpapplication.p2.plugins.TXMUpdateHandler" |
3449 |
name="%command.name.87"> |
3450 |
</command>
|
3451 |
<command
|
3452 |
defaultHandler="org.txm.rcpapplication.p2.plugins.FixUpdateHandler" |
3453 |
description="%command.description.4" |
3454 |
id="org.txm.rcpapplication.p2.plugins.FixUpdateHandler" |
3455 |
name="%command.name.88"> |
3456 |
</command>
|
3457 |
<command
|
3458 |
defaultHandler="org.txm.rcpapplication.commands.ExecuteLastGroovyScript" |
3459 |
id="org.txm.rcpapplication.commands.ExecuteLastGroovyScript" |
3460 |
name="%command.name.89"> |
3461 |
</command>
|
3462 |
<command
|
3463 |
defaultHandler="org.txm.rcpapplication.commands.CheckRPackages" |
3464 |
id="org.txm.rcpapplication.commands.CheckRPackages" |
3465 |
name="%command.name.90"> |
3466 |
</command>
|
3467 |
<command
|
3468 |
defaultHandler="org.txm.rcpapplication.commands.R.ReconnectToRWorkspace" |
3469 |
id="org.txm.rcpapplication.commands.R.ReconnectToRWorkspace" |
3470 |
name="%command.name.93"> |
3471 |
</command>
|
3472 |