Révision 3424 TXM/trunk/org.txm.searchengine.cqp.rcp/plugin.xml
plugin.xml (revision 3424) | ||
---|---|---|
35 | 35 |
</commandParameter> |
36 | 36 |
<commandParameter |
37 | 37 |
id="edit" |
38 |
name="edit"
|
|
38 |
name="%commandParameter.name"
|
|
39 | 39 |
optional="true"> |
40 | 40 |
</commandParameter> |
41 | 41 |
</command> |
42 | 42 |
<command |
43 | 43 |
defaultHandler="org.txm.searchengine.cqp.rcp.handlers.base.Substraction" |
44 | 44 |
id="org.txm.searchengine.cqp.rcp.handlers.base.Substraction" |
45 |
name="Substraction">
|
|
45 |
name="%command.name.0">
|
|
46 | 46 |
</command> |
47 | 47 |
<command |
48 | 48 |
defaultHandler="org.txm.searchengine.cqp.rcp.handlers.base.Union" |
49 | 49 |
id="org.txm.searchengine.cqp.rcp.handlers.base.Union" |
50 |
name="Union">
|
|
50 |
name="%command.name.1">
|
|
51 | 51 |
</command> |
52 | 52 |
<command |
53 | 53 |
defaultHandler="org.txm.searchengine.cqp.rcp.handlers.base.Intersection" |
54 | 54 |
id="org.txm.searchengine.cqp.rcp.handlers.base.Intersection" |
55 |
name="Intersection">
|
|
55 |
name="%command.name.3">
|
|
56 | 56 |
</command> |
57 | 57 |
</extension> |
58 | 58 |
<extension |
... | ... | |
61 | 61 |
category="org.txm.searchengine.rcp.preferences.SearchEnginePreferencesPage" |
62 | 62 |
class="org.txm.searchengine.cqp.rcp.preferences.CQPPreferencePage" |
63 | 63 |
id="org.txm.searchengine.cqp.rcp.preferences.CQPPreferencePage" |
64 |
name="CQP">
|
|
64 |
name="%page.name">
|
|
65 | 65 |
</page> |
66 | 66 |
<page |
67 | 67 |
category="org.txm.rcp.preferences.UserPreferencePage" |
68 | 68 |
class="org.txm.searchengine.cqp.rcp.preferences.SubcorpusPreferencePage" |
69 | 69 |
id="org.txm.searchengine.cqp.rcp.preferences.SubcorpusPreferencePage" |
70 |
name="Subcorpus">
|
|
70 |
name="%page.name.0">
|
|
71 | 71 |
</page> |
72 | 72 |
</extension> |
73 | 73 |
<extension |
... | ... | |
188 | 188 |
</command> |
189 | 189 |
<command |
190 | 190 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Substraction" |
191 |
label="- Substract"
|
|
191 |
label="%command.label"
|
|
192 | 192 |
style="push" |
193 |
tooltip="Substract">
|
|
193 |
tooltip="%command.tooltip">
|
|
194 | 194 |
<visibleWhen |
195 | 195 |
checkEnabled="false"> |
196 | 196 |
<reference |
... | ... | |
200 | 200 |
</command> |
201 | 201 |
<command |
202 | 202 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Union" |
203 |
label="∪ Add"
|
|
203 |
label="%command.label.0"
|
|
204 | 204 |
style="push"> |
205 | 205 |
<visibleWhen |
206 | 206 |
checkEnabled="false"> |
... | ... | |
211 | 211 |
</command> |
212 | 212 |
<command |
213 | 213 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Intersection" |
214 |
label="∩ Intersect"
|
|
214 |
label="%command.label.1"
|
|
215 | 215 |
style="push"> |
216 | 216 |
<visibleWhen |
217 | 217 |
checkEnabled="false"> |
... | ... | |
262 | 262 |
</command> |
263 | 263 |
<command |
264 | 264 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Substraction" |
265 |
label="- Substract"
|
|
265 |
label="%command.label.2"
|
|
266 | 266 |
style="push" |
267 |
tooltip="Substract">
|
|
267 |
tooltip="%command.tooltip.0">
|
|
268 | 268 |
<visibleWhen |
269 | 269 |
checkEnabled="false"> |
270 | 270 |
<reference |
... | ... | |
274 | 274 |
</command> |
275 | 275 |
<command |
276 | 276 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Union" |
277 |
label="∪ Add"
|
|
277 |
label="%command.label.3"
|
|
278 | 278 |
style="push"> |
279 | 279 |
<visibleWhen |
280 | 280 |
checkEnabled="false"> |
... | ... | |
285 | 285 |
</command> |
286 | 286 |
<command |
287 | 287 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Intersection" |
288 |
label="∩ Intersect"
|
|
288 |
label="%command.label.4"
|
|
289 | 289 |
style="push"> |
290 | 290 |
<visibleWhen |
291 | 291 |
checkEnabled="false"> |
... | ... | |
337 | 337 |
</command> |
338 | 338 |
<command |
339 | 339 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Substraction" |
340 |
label="-"
|
|
340 |
label="%command.label.5"
|
|
341 | 341 |
style="push" |
342 |
tooltip="Substract">
|
|
342 |
tooltip="%command.tooltip.1">
|
|
343 | 343 |
<visibleWhen |
344 | 344 |
checkEnabled="false"> |
345 | 345 |
<reference |
... | ... | |
349 | 349 |
</command> |
350 | 350 |
<command |
351 | 351 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Union" |
352 |
label="∪"
|
|
352 |
label="%command.label.6"
|
|
353 | 353 |
style="push"> |
354 | 354 |
<visibleWhen |
355 | 355 |
checkEnabled="false"> |
... | ... | |
360 | 360 |
</command> |
361 | 361 |
<command |
362 | 362 |
commandId="org.txm.searchengine.cqp.rcp.handlers.base.Intersection" |
363 |
label="∩"
|
|
363 |
label="%command.label.7"
|
|
364 | 364 |
style="push"> |
365 | 365 |
<visibleWhen |
366 | 366 |
checkEnabled="false"> |
... | ... | |
438 | 438 |
default="false" |
439 | 439 |
icon="icons/functions/subcorpus.png" |
440 | 440 |
id="org.txm.searchengine.cqp.rcp.editor.SubcorpusEditor" |
441 |
name="Subcorpus">
|
|
441 |
name="%editor.name">
|
|
442 | 442 |
</editor> |
443 | 443 |
<editor |
444 | 444 |
class="org.txm.searchengine.cqp.rcp.editor.PartitionEditor" |
445 | 445 |
default="false" |
446 | 446 |
icon="icons/functions/partition.png" |
447 | 447 |
id="org.txm.searchengine.cqp.rcp.editor.PartitionEditor" |
448 |
name="Partition">
|
|
448 |
name="%editor.name.0">
|
|
449 | 449 |
</editor> |
450 | 450 |
</extension> |
451 | 451 |
|
Formats disponibles : Unified diff