Révision 3559 TXM/trunk/org.txm.rcp/plugin.xml
plugin.xml (revision 3559) | ||
---|---|---|
2237 | 2237 |
</visibleWhen> |
2238 | 2238 |
</command> |
2239 | 2239 |
<command |
2240 |
commandId="org.txm.rcp.handlers.results.CopyTXMResult" |
|
2241 |
label="Copy" |
|
2242 |
style="push"> |
|
2243 |
<visibleWhen |
|
2244 |
checkEnabled="false"> |
|
2245 |
<and> |
|
2246 |
<reference |
|
2247 |
definitionId="OneTXMResultSelected"> |
|
2248 |
</reference> |
|
2249 |
<not> |
|
2250 |
<reference |
|
2251 |
definitionId="OneMainCorpusSelected"> |
|
2252 |
</reference> |
|
2253 |
</not> |
|
2254 |
<reference |
|
2255 |
definitionId="ExpertEnabled"> |
|
2256 |
</reference> |
|
2257 |
</and> |
|
2258 |
</visibleWhen> |
|
2259 |
</command> |
|
2260 |
<command |
|
2261 |
commandId="org.txm.rcp.handlers.results.CopyTXMResultTree" |
|
2262 |
label="Copy All" |
|
2263 |
style="push"> |
|
2264 |
<visibleWhen |
|
2265 |
checkEnabled="false"> |
|
2266 |
<and> |
|
2267 |
<reference |
|
2268 |
definitionId="OneTXMResultSelected"> |
|
2269 |
</reference> |
|
2270 |
<not> |
|
2271 |
<reference |
|
2272 |
definitionId="OneMainCorpusSelected"> |
|
2273 |
</reference> |
|
2274 |
</not> |
|
2275 |
<reference |
|
2276 |
definitionId="ExpertEnabled"> |
|
2277 |
</reference> |
|
2278 |
</and> |
|
2279 |
</visibleWhen> |
|
2280 |
</command> |
|
2281 |
<command |
|
2282 |
commandId="org.txm.rcp.handlers.results.CutTXMResultTree" |
|
2283 |
label="Cut" |
|
2284 |
style="push"> |
|
2285 |
<visibleWhen |
|
2286 |
checkEnabled="false"> |
|
2287 |
<and> |
|
2288 |
<reference |
|
2289 |
definitionId="OneTXMResultSelected"> |
|
2290 |
</reference> |
|
2291 |
<not> |
|
2292 |
<reference |
|
2293 |
definitionId="OneMainCorpusSelected"> |
|
2294 |
</reference> |
|
2295 |
</not> |
|
2296 |
<reference |
|
2297 |
definitionId="ExpertEnabled"> |
|
2298 |
</reference> |
|
2299 |
</and> |
|
2300 |
</visibleWhen> |
|
2301 |
</command> |
|
2302 |
<command |
|
2303 |
commandId="org.txm.rcp.handlers.results.PasteTXMResultTree" |
|
2304 |
label="Paste" |
|
2305 |
style="push"> |
|
2306 |
<visibleWhen |
|
2307 |
checkEnabled="false"> |
|
2308 |
<and> |
|
2309 |
<reference |
|
2310 |
definitionId="OneTXMResultSelected"> |
|
2311 |
</reference> |
|
2312 |
<reference |
|
2313 |
definitionId="ExpertEnabled"> |
|
2314 |
</reference> |
|
2315 |
</and> |
|
2316 |
</visibleWhen> |
|
2317 |
</command> |
|
2318 |
<command |
|
2240 | 2319 |
commandId="org.txm.rcp.handlers.results.CloneTXMResult" |
2241 | 2320 |
label="%command.label.372" |
2242 | 2321 |
style="push"> |
... | ... | |
2729 | 2808 |
point="org.eclipse.ui.commands"> |
2730 | 2809 |
|
2731 | 2810 |
<command |
2732 |
defaultHandler="org.txm.rcp.handlers.export.ExportResult" |
|
2811 |
defaultHandler="org.txm.rcp.handlers.export.ExportResultParameter"
|
|
2733 | 2812 |
id="org.txm.rcp.commands.function.ExportResult" |
2734 | 2813 |
name="%command.name.24"> |
2735 | 2814 |
</command> |
2736 | 2815 |
<command |
2737 |
defaultHandler="org.txm.rcp.handlers.export.ExportResultParameters"
|
|
2816 |
defaultHandler="org.txm.rcp.handlers.export.ExportResultChain"
|
|
2738 | 2817 |
id="org.txm.rcp.handlers.export.ExportResultParameters" |
2739 | 2818 |
name="%command.name.35"> |
2740 | 2819 |
</command> |
... | ... | |
2744 | 2823 |
name="%command.name.34"> |
2745 | 2824 |
</command> |
2746 | 2825 |
<command |
2747 |
defaultHandler="org.txm.rcp.handlers.export.ImportResult" |
|
2826 |
defaultHandler="org.txm.rcp.handlers.export.ImportResultParameter"
|
|
2748 | 2827 |
id="org.txm.rcp.handlers.export.ImportResult" |
2749 | 2828 |
name="%command.name.39"> |
2750 | 2829 |
</command> |
2751 | 2830 |
<command |
2752 |
defaultHandler="org.txm.rcp.handlers.export.ImportResultParameters"
|
|
2831 |
defaultHandler="org.txm.rcp.handlers.export.ImportResultChain"
|
|
2753 | 2832 |
id="org.txm.rcp.handlers.export.ImportResultParameters" |
2754 | 2833 |
name="%command.name.40"> |
2755 | 2834 |
</command> |
... | ... | |
2962 | 3041 |
id="org.txm.rcp.commands.workspace.CloseCorpus" |
2963 | 3042 |
name="%command.name.85"> |
2964 | 3043 |
</command> |
3044 |
<command |
|
3045 |
defaultHandler="org.txm.rcp.handlers.results.CopyTXMResult" |
|
3046 |
id="org.txm.rcp.handlers.results.CopyTXMResult" |
|
3047 |
name="Copy"> |
|
3048 |
</command> |
|
3049 |
<command |
|
3050 |
defaultHandler="org.txm.rcp.handlers.results.CopyTXMResultTree" |
|
3051 |
id="org.txm.rcp.handlers.results.CopyTXMResultTree" |
|
3052 |
name="Copy All"> |
|
3053 |
</command> |
|
3054 |
<command |
|
3055 |
defaultHandler="org.txm.rcp.handlers.results.PasteTXMResultTree" |
|
3056 |
id="org.txm.rcp.handlers.results.PasteTXMResultTree" |
|
3057 |
name="Paste"> |
|
3058 |
</command> |
|
3059 |
<command |
|
3060 |
defaultHandler="org.txm.rcp.handlers.results.CutTXMResultTree" |
|
3061 |
id="org.txm.rcp.handlers.results.CutTXMResultTree" |
|
3062 |
name="Cut All"> |
|
3063 |
</command> |
|
2965 | 3064 |
</extension> |
2966 | 3065 |
<extension |
2967 | 3066 |
id="scripts" |
Formats disponibles : Unified diff