Revision 2348 tmp/org.txm.tigersearch.rcp/plugin.xml
plugin.xml (revision 2348) | ||
---|---|---|
13 | 13 |
categoryId="TIGERSearch4TXM.commands.category" |
14 | 14 |
defaultHandler="org.txm.tigersearch.commands.ComputeTIGERSearch" |
15 | 15 |
id="org.txm.tigersearch.commands.ComputeTIGERSearch" |
16 |
name="%command.name"
|
|
16 |
name="%command.label"
|
|
17 | 17 |
returnTypeId="org.txm.function.tigersearch.TIGERSearch"> |
18 | 18 |
</command> |
19 | 19 |
<command |
... | ... | |
48 | 48 |
<extension |
49 | 49 |
point="org.eclipse.ui.menus"> |
50 | 50 |
<menuContribution |
51 |
locationURI="menu:menu.tools?after=menu.tools.separator.misc"> |
|
52 |
<command |
|
53 |
commandId="org.txm.tigersearch.commands.ComputeTIGERSearch" |
|
54 |
icon="icons/functions/TS.png" |
|
55 |
label="%command.label" |
|
56 |
style="push"> |
|
57 |
<visibleWhen |
|
58 |
checkEnabled="false"> |
|
59 |
<or> |
|
60 |
<test |
|
61 |
forcePluginActivation="true" |
|
62 |
property="org.txm.rcp.testers.TIGERSearchReady" |
|
63 |
value="TIGERSearchReady"> |
|
64 |
</test> |
|
65 |
</or> |
|
66 |
</visibleWhen> |
|
67 |
</command> |
|
68 |
</menuContribution> |
|
69 |
<menuContribution |
|
70 | 51 |
locationURI="menu:menu.help.plugins"> |
71 | 52 |
<command |
72 | 53 |
commandId="org.txm.rcp.commands.OpenBrowser" |
... | ... | |
74 | 55 |
style="push"> |
75 | 56 |
<parameter |
76 | 57 |
name="org.txm.rcp.commands.commandParameter2" |
77 |
value="https://groupes.renater.fr/wiki/txm-users/public/extensions_alpha#tigersearch">
|
|
58 |
value="https://groupes.renater.fr/wiki/txm-users/public/extensions#tigersearch"> |
|
78 | 59 |
</parameter> |
79 | 60 |
</command> |
80 | 61 |
</menuContribution> |
... | ... | |
116 | 97 |
</menuContribution> |
117 | 98 |
<menuContribution |
118 | 99 |
allPopups="false" |
119 |
locationURI="popup:org.txm.rcp.views.CorporaView">
|
|
100 |
locationURI="popup:org.txm.rcp.views.corpora.CorporaView?after=org.txm.rcp.corporaview.annotation">
|
|
120 | 101 |
<command |
121 | 102 |
commandId="org.txm.tigersearch.commands.ComputeTIGERSearch" |
122 | 103 |
icon="icons/functions/TS.png" |
123 |
label="%command.label.3"
|
|
104 |
label="%command.label" |
|
124 | 105 |
style="push"> |
125 | 106 |
<visibleWhen |
126 | 107 |
checkEnabled="false"> |
... | ... | |
140 | 121 |
<command |
141 | 122 |
commandId="org.txm.tigersearch.commands.ComputeTIGERSearch" |
142 | 123 |
icon="icons/functions/TS.png" |
143 |
label="%command.label.4"
|
|
124 |
label="%command.label" |
|
144 | 125 |
style="push"> |
145 | 126 |
<visibleWhen |
146 | 127 |
checkEnabled="false"> |
... | ... | |
168 | 149 |
</command> |
169 | 150 |
</menuContribution> |
170 | 151 |
<menuContribution |
171 |
locationURI="menu:menu.corpus?after=menu.corpus.build"> |
|
172 |
<command |
|
173 |
commandId="org.txm.tigersearch.commands.ImportTIGERAnnotations" |
|
174 |
icon="icons/functions/TSplus.png" |
|
175 |
style="push"> |
|
176 |
<visibleWhen |
|
177 |
checkEnabled="false"> |
|
178 |
<or> |
|
179 |
<test |
|
180 |
forcePluginActivation="true" |
|
181 |
property="org.txm.rcp.testers.TIGERSearchReady" |
|
182 |
value="TIGERSearchReady"> |
|
183 |
</test> |
|
184 |
<reference |
|
185 |
definitionId="OneMainCorpusSelected"> |
|
186 |
</reference> |
|
187 |
</or> |
|
188 |
</visibleWhen> |
|
189 |
</command> |
|
152 |
locationURI="menu:org.eclipse.ui.main.menu?after=menu.tools"> |
|
153 |
<menu |
|
154 |
id="menu.tiger" |
|
155 |
label="TIGER" |
|
156 |
mnemonic="T"> |
|
157 |
<command |
|
158 |
commandId="org.txm.tigersearch.commands.ComputeTIGERSearch" |
|
159 |
icon="icons/functions/TS.png" |
|
160 |
style="push"> |
|
161 |
<visibleWhen |
|
162 |
checkEnabled="false"> |
|
163 |
<or> |
|
164 |
<test |
|
165 |
forcePluginActivation="true" |
|
166 |
property="org.txm.rcp.testers.TIGERSearchReady" |
|
167 |
value="TIGERSearchReady"> |
|
168 |
</test> |
|
169 |
</or> |
|
170 |
</visibleWhen> |
|
171 |
</command> |
|
172 |
<menu |
|
173 |
id="menu.tiger.tools" |
|
174 |
label="Tools"> |
|
175 |
<dynamic |
|
176 |
class="org.txm.rcp.menu.MacrosMenuContribution" |
|
177 |
id="org.txm.macro.tiger.exploit"> |
|
178 |
</dynamic> |
|
179 |
</menu> |
|
180 |
<command |
|
181 |
commandId="org.txm.tigersearch.commands.ImportTIGERAnnotations" |
|
182 |
icon="icons/functions/TSplus.png" |
|
183 |
style="push"> |
|
184 |
<visibleWhen |
|
185 |
checkEnabled="false"> |
|
186 |
<or> |
|
187 |
<test |
|
188 |
forcePluginActivation="true" |
|
189 |
property="org.txm.rcp.testers.TIGERSearchReady" |
|
190 |
value="TIGERSearchReady"> |
|
191 |
</test> |
|
192 |
<reference |
|
193 |
definitionId="OneMainCorpusSelected"> |
|
194 |
</reference> |
|
195 |
</or> |
|
196 |
</visibleWhen> |
|
197 |
</command> |
|
198 |
</menu> |
|
190 | 199 |
</menuContribution> |
191 | 200 |
</extension> |
192 | 201 |
<extension |
Also available in: Unified diff