Révision 664
tmp/org.txm.ca.rcp/plugin.xml (revision 664) | ||
---|---|---|
12 | 12 |
point="org.eclipse.ui.menus"> |
13 | 13 |
<menuContribution |
14 | 14 |
allPopups="false" |
15 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=org.txm.partition.rcp.handlers.ComputePartitionDimensionsBarChart">
|
|
15 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=ComputeIndexFromPartition">
|
|
16 | 16 |
<command |
17 | 17 |
commandId="org.txm.ca.rcp.handlers.ComputeCA" |
18 | 18 |
icon="icons/ca.png" |
tmp/org.txm.index.rcp/plugin.xml (revision 664) | ||
---|---|---|
87 | 87 |
checkEnabled="false"> |
88 | 88 |
<or> |
89 | 89 |
<reference |
90 |
definitionId="OnePartitionSelected">
|
|
90 |
definitionId="OneCorpusSelected">
|
|
91 | 91 |
</reference> |
92 |
</or> |
|
93 |
</visibleWhen> |
|
94 |
</command> |
|
95 |
</menuContribution> |
|
96 |
<menuContribution |
|
97 |
allPopups="false" |
|
98 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=ComputeLexicalTableFromPartition"> |
|
99 |
<command |
|
100 |
commandId="org.txm.index.rcp.handlers.ComputeIndex" |
|
101 |
icon="icons/index.png" |
|
102 |
id="ComputeIndexFromPartition" |
|
103 |
style="push" |
|
104 |
tooltip="%command.tooltip"> |
|
105 |
<visibleWhen |
|
106 |
checkEnabled="false"> |
|
107 |
<or> |
|
92 | 108 |
<reference |
93 |
definitionId="OneCorpusSelected">
|
|
109 |
definitionId="OnePartitionSelected">
|
|
94 | 110 |
</reference> |
95 | 111 |
</or> |
96 | 112 |
</visibleWhen> |
tmp/org.txm.textsbalance.rcp/plugin.xml (revision 664) | ||
---|---|---|
28 | 28 |
point="org.eclipse.ui.menus"> |
29 | 29 |
<menuContribution |
30 | 30 |
allPopups="false" |
31 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=org.txm.internalview.rcp.handlers.ComputeInternalView">
|
|
31 |
locationURI="toolbar:org.txm.rcp.toolbartools"> |
|
32 | 32 |
<command |
33 | 33 |
commandId="org.txm.textsbalance.rcp.handlers.ComputeTextsBalance" |
34 | 34 |
icon="icons/balance.png" |
tmp/org.txm.cah.rcp/plugin.xml (revision 664) | ||
---|---|---|
14 | 14 |
point="org.eclipse.ui.menus"> |
15 | 15 |
<menuContribution |
16 | 16 |
allPopups="false" |
17 |
locationURI="toolbar:org.txm.rcp.toolbartools"> |
|
17 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=org.txm.ca.rcp.handlers.ComputeCA">
|
|
18 | 18 |
<command |
19 | 19 |
commandId="org.txm.cah.rcp.handlers.ComputeAHC" |
20 | 20 |
icon="icons/cah.png" |
tmp/org.txm.rcp/plugin.xml (revision 664) | ||
---|---|---|
1450 | 1450 |
style="push" |
1451 | 1451 |
tooltip="%command.tooltip.0"> |
1452 | 1452 |
</command> |
1453 |
<separator |
|
1454 |
name="org.txm.rcp.toolbartools.extensions" |
|
1455 |
visible="true"> |
|
1456 |
</separator> |
|
1453 | 1457 |
</toolbar> |
1454 | 1458 |
<separator |
1455 | 1459 |
name="org.txm.rcp.toolbar.separator2" |
tmp/org.txm.searchengine.cqp.rcp/plugin.xml (revision 664) | ||
---|---|---|
286 | 286 |
</visibleWhen> |
287 | 287 |
</command> |
288 | 288 |
</menuContribution> |
289 |
<menuContribution |
|
290 |
locationURI="toolbar:org.txm.rcp.toolbarcorpus"> |
|
291 |
<command |
|
292 |
commandId="org.txm.searchengine.cqp.rcp.handlers.ComputeInformation" |
|
293 |
icon="icons/functions/information.png" |
|
294 |
style="push" |
|
295 |
tooltip="%command.tooltip.60"> |
|
296 |
<visibleWhen |
|
297 |
checkEnabled="false"> |
|
298 |
<reference |
|
299 |
definitionId="OnePartitionSelected"> |
|
300 |
</reference> |
|
301 |
</visibleWhen> |
|
302 |
</command> |
|
303 |
</menuContribution> |
|
289 | 304 |
</extension> |
290 | 305 |
<extension |
291 | 306 |
point="org.eclipse.ui.preferencePages"> |
tmp/org.txm.lexicaltable.rcp/plugin.xml (revision 664) | ||
---|---|---|
68 | 68 |
checkEnabled="false"> |
69 | 69 |
<or> |
70 | 70 |
<reference |
71 |
definitionId="OnePartitionSelected"> |
|
72 |
</reference> |
|
73 |
<reference |
|
74 | 71 |
definitionId="OneIndexSelected"> |
75 | 72 |
</reference> |
76 | 73 |
<reference |
... | ... | |
80 | 77 |
</visibleWhen> |
81 | 78 |
</command> |
82 | 79 |
</menuContribution> |
80 |
<menuContribution |
|
81 |
allPopups="false" |
|
82 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=org.txm.partition.rcp.handlers.ComputePartitionDimensionsBarChart"> |
|
83 |
<command |
|
84 |
commandId="org.txm.lexicaltable.rcp.handlers.ComputeLexicalTable" |
|
85 |
icon="icons/lexicaltable.png" |
|
86 |
id="ComputeLexicalTableFromPartition" |
|
87 |
style="push" |
|
88 |
tooltip="%command.tooltip"> |
|
89 |
<visibleWhen |
|
90 |
checkEnabled="false"> |
|
91 |
<or> |
|
92 |
<reference |
|
93 |
definitionId="OnePartitionSelected"> |
|
94 |
</reference> |
|
95 |
</or> |
|
96 |
</visibleWhen> |
|
97 |
</command> |
|
98 |
</menuContribution> |
|
83 | 99 |
<menuContribution |
84 | 100 |
locationURI="popup:LexicalTableEditorContextMenu"> |
85 | 101 |
<command |
tmp/org.txm.specificities.rcp/plugin.xml (revision 664) | ||
---|---|---|
94 | 94 |
checkEnabled="false"> |
95 | 95 |
<or> |
96 | 96 |
<reference |
97 |
definitionId="OnePartitionSelected"> |
|
98 |
</reference> |
|
99 |
<reference |
|
100 | 97 |
definitionId="OneSubCorpusSelected"> |
101 | 98 |
</reference> |
102 | 99 |
<reference |
... | ... | |
107 | 104 |
</command> |
108 | 105 |
</menuContribution> |
109 | 106 |
<menuContribution |
107 |
allPopups="false" |
|
108 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=ComputeIndexFromPartition"> |
|
109 |
<command |
|
110 |
commandId="org.txm.specificities.rcp.handlers.ComputeSpecifities" |
|
111 |
icon="icons/functions/specificities.png" |
|
112 |
style="push" |
|
113 |
tooltip="%command.tooltip"> |
|
114 |
<visibleWhen |
|
115 |
checkEnabled="false"> |
|
116 |
<or> |
|
117 |
<reference |
|
118 |
definitionId="OnePartitionSelected"> |
|
119 |
</reference> |
|
120 |
</or> |
|
121 |
</visibleWhen> |
|
122 |
</command> |
|
123 |
</menuContribution> |
|
124 |
<menuContribution |
|
110 | 125 |
locationURI="popup:SpecificitiesEditorContextMenu"> |
111 | 126 |
<command |
112 | 127 |
commandId="org.txm.specificities.rcp.handlers.ComputeSpecifictiesSelectionChart" |
tmp/org.txm.wordcloud.rcp/plugin.xml (revision 664) | ||
---|---|---|
15 | 15 |
point="org.eclipse.ui.menus"> |
16 | 16 |
<menuContribution |
17 | 17 |
allPopups="false" |
18 |
locationURI="toolbar:org.txm.rcp.toolbartools?after=org.txm.internalview.rcp.handlers.ComputeInternalView">
|
|
18 |
locationURI="toolbar:org.txm.rcp.toolbartools"> |
|
19 | 19 |
<command |
20 | 20 |
commandId="org.txm.wordcloud.rcp.handlers.ComputeWordCloud" |
21 | 21 |
icon="icons/functions/wordcloud.png" |
tmp/org.txm.partition.rcp/plugin.xml (revision 664) | ||
---|---|---|
14 | 14 |
<extension |
15 | 15 |
point="org.eclipse.ui.menus"> |
16 | 16 |
<menuContribution |
17 |
allPopups="false" |
|
18 |
locationURI="toolbar:org.txm.rcp.toolbartools"> |
|
17 |
locationURI="menu:menu.tools"> |
|
19 | 18 |
<command |
20 | 19 |
commandId="org.txm.partition.rcp.handlers.ComputePartitionDimensionsBarChart" |
21 | 20 |
icon="icons/silk_dimensions.png" |
22 |
style="push" |
|
23 |
tooltip="%command.tooltip"> |
|
21 |
style="push"> |
|
24 | 22 |
<visibleWhen |
25 | 23 |
checkEnabled="false"> |
26 | 24 |
<or> |
... | ... | |
33 | 31 |
</menuContribution> |
34 | 32 |
<menuContribution |
35 | 33 |
allPopups="false" |
36 |
locationURI="popup:org.txm.rcp.views.corpora.CorporaView">
|
|
34 |
locationURI="toolbar:org.txm.rcp.toolbartools">
|
|
37 | 35 |
<command |
38 | 36 |
commandId="org.txm.partition.rcp.handlers.ComputePartitionDimensionsBarChart" |
39 | 37 |
icon="icons/silk_dimensions.png" |
40 |
style="push"> |
|
38 |
style="push" |
|
39 |
tooltip="%command.tooltip"> |
|
41 | 40 |
<visibleWhen |
42 | 41 |
checkEnabled="false"> |
43 | 42 |
<or> |
... | ... | |
47 | 46 |
</or> |
48 | 47 |
</visibleWhen> |
49 | 48 |
</command> |
49 |
</menuContribution> |
|
50 |
<menuContribution |
|
51 |
allPopups="false" |
|
52 |
locationURI="popup:org.txm.rcp.views.corpora.CorporaView"> |
|
50 | 53 |
<command |
51 |
commandId="CloneTXMResult" |
|
54 |
commandId="org.txm.partition.rcp.handlers.ComputePartitionDimensionsBarChart" |
|
55 |
icon="icons/silk_dimensions.png" |
|
52 | 56 |
style="push"> |
53 | 57 |
<visibleWhen |
54 | 58 |
checkEnabled="false"> |
55 | 59 |
<or> |
56 | 60 |
<reference |
57 |
definitionId="OneChartResultSelected">
|
|
61 |
definitionId="OnePartitionSelected">
|
|
58 | 62 |
</reference> |
59 | 63 |
</or> |
60 | 64 |
</visibleWhen> |
61 | 65 |
</command> |
62 |
</menuContribution> |
|
63 |
<menuContribution |
|
64 |
locationURI="menu:menu.tools"> |
|
65 | 66 |
<command |
66 |
commandId="org.txm.partition.rcp.handlers.ComputePartitionDimensionsBarChart" |
|
67 |
icon="icons/silk_dimensions.png" |
|
67 |
commandId="CloneTXMResult" |
|
68 | 68 |
style="push"> |
69 | 69 |
<visibleWhen |
70 | 70 |
checkEnabled="false"> |
71 | 71 |
<or> |
72 | 72 |
<reference |
73 |
definitionId="OnePartitionSelected">
|
|
73 |
definitionId="OneChartResultSelected">
|
|
74 | 74 |
</reference> |
75 | 75 |
</or> |
76 | 76 |
</visibleWhen> |
Formats disponibles : Unified diff