root / tmp / org.txm.querycooccurrences.rcp / plugin.xml @ 3115
Historique | Voir | Annoter | Télécharger (3,89 ko)
1 | 478 | mdecorde | <?xml version="1.0" encoding="UTF-8"?>
|
---|---|---|---|
2 | 478 | mdecorde | <?eclipse version="3.4"?>
|
3 | 2217 | mdecorde | <plugin>
|
4 | 478 | mdecorde | <extension
|
5 | 478 | mdecorde | point="org.eclipse.core.runtime.adapters"> |
6 | 478 | mdecorde | <factory
|
7 | 478 | mdecorde | adaptableType="org.txm.functions.coocmatrix.QueryAutoCooccurrence" |
8 | 673 | mdecorde | class="org.txm.rcp.AdapterFactory"> |
9 | 478 | mdecorde | <adapter
|
10 | 478 | mdecorde | type="org.eclipse.ui.model.IWorkbenchAdapter"> |
11 | 478 | mdecorde | </adapter>
|
12 | 1005 | sjacqu01 | <adapter
|
13 | 1005 | sjacqu01 | type="org.eclipse.ui.model.IWorkbenchAdapter2"> |
14 | 1005 | sjacqu01 | </adapter>
|
15 | 478 | mdecorde | </factory>
|
16 | 478 | mdecorde | <factory
|
17 | 478 | mdecorde | adaptableType="org.txm.functions.coocmatrix.QueryCooccurrence" |
18 | 673 | mdecorde | class="org.txm.rcp.AdapterFactory"> |
19 | 478 | mdecorde | <adapter
|
20 | 478 | mdecorde | type="org.eclipse.ui.model.IWorkbenchAdapter"> |
21 | 478 | mdecorde | </adapter>
|
22 | 1005 | sjacqu01 | <adapter
|
23 | 1005 | sjacqu01 | type="org.eclipse.ui.model.IWorkbenchAdapter2"> |
24 | 1005 | sjacqu01 | </adapter>
|
25 | 478 | mdecorde | </factory>
|
26 | 478 | mdecorde | </extension>
|
27 | 478 | mdecorde | <extension
|
28 | 478 | mdecorde | point="org.eclipse.ui.commands"> |
29 | 478 | mdecorde | <command
|
30 | 673 | mdecorde | categoryId="org.txm.rcp.category.txm" |
31 | 673 | mdecorde | defaultHandler="org.txm.rcp.commands.function.ComputeQueryAutoCooccurrence" |
32 | 673 | mdecorde | id="org.txm.rcp.commands.function.ComputeQueryAutoCooccurrence" |
33 | 1045 | mdecorde | name="%command.name.1"> |
34 | 478 | mdecorde | </command>
|
35 | 478 | mdecorde | <command
|
36 | 673 | mdecorde | categoryId="org.txm.rcp.category.txm" |
37 | 673 | mdecorde | defaultHandler="org.txm.rcp.commands.function.ComputeQueryCooccurrence" |
38 | 673 | mdecorde | id="org.txm.rcp.commands.function.ComputeQueryCooccurrence" |
39 | 1045 | mdecorde | name="%command.name.2"> |
40 | 478 | mdecorde | </command>
|
41 | 478 | mdecorde | </extension>
|
42 | 478 | mdecorde | <extension
|
43 | 478 | mdecorde | point="org.eclipse.core.expressions.definitions"> |
44 | 478 | mdecorde | <definition id="OneAutoCooccurrenceSelected"> |
45 | 478 | mdecorde | <with variable="selection"> |
46 | 478 | mdecorde | <iterate
|
47 | 478 | mdecorde | ifEmpty="false" |
48 | 478 | mdecorde | operator="and"> |
49 | 478 | mdecorde | <instanceof
|
50 | 478 | mdecorde | value="org.txm.functions.coocmatrix.QueryAutoCooccurrence"> |
51 | 478 | mdecorde | </instanceof>
|
52 | 478 | mdecorde | </iterate>
|
53 | 478 | mdecorde | </with>
|
54 | 478 | mdecorde | </definition>
|
55 | 478 | mdecorde | <definition
|
56 | 478 | mdecorde | id="OneQueryCooccurrenceSelected"> |
57 | 478 | mdecorde | <with
|
58 | 478 | mdecorde | variable="selection"> |
59 | 478 | mdecorde | <iterate
|
60 | 478 | mdecorde | ifEmpty="false" |
61 | 478 | mdecorde | operator="and"> |
62 | 478 | mdecorde | <instanceof
|
63 | 478 | mdecorde | value="org.txm.functions.coocmatrix.QueryCooccurrence"> |
64 | 478 | mdecorde | </instanceof>
|
65 | 478 | mdecorde | </iterate>
|
66 | 478 | mdecorde | </with>
|
67 | 478 | mdecorde | </definition>
|
68 | 478 | mdecorde | </extension>
|
69 | 478 | mdecorde | <extension
|
70 | 478 | mdecorde | point="org.eclipse.ui.menus"> |
71 | 478 | mdecorde | <menuContribution
|
72 | 478 | mdecorde | allPopups="true" |
73 | 478 | mdecorde | locationURI="toolbar:org.eclipse.ui.main.toolbar"> |
74 | 478 | mdecorde | <toolbar
|
75 | 673 | mdecorde | id="org.txm.rcp.toolbartools"> |
76 | 478 | mdecorde | <command
|
77 | 673 | mdecorde | commandId="org.txm.rcp.commands.function.ComputeQueryAutoCooccurrence" |
78 | 478 | mdecorde | icon="icons/functions/CooccurrencesP.png" |
79 | 478 | mdecorde | style="push"> |
80 | 478 | mdecorde | <visibleWhen
|
81 | 478 | mdecorde | checkEnabled="false"> |
82 | 478 | mdecorde | <or>
|
83 | 478 | mdecorde | <reference
|
84 | 478 | mdecorde | definitionId="OneQueryIndexSelected"> |
85 | 478 | mdecorde | </reference>
|
86 | 478 | mdecorde | <reference
|
87 | 478 | mdecorde | definitionId="OneLexiconSelected"> |
88 | 478 | mdecorde | </reference>
|
89 | 478 | mdecorde | <reference
|
90 | 478 | mdecorde | definitionId="OneIndexSelected"> |
91 | 478 | mdecorde | </reference>
|
92 | 478 | mdecorde | </or>
|
93 | 478 | mdecorde | </visibleWhen>
|
94 | 478 | mdecorde | </command>
|
95 | 478 | mdecorde | <command
|
96 | 673 | mdecorde | commandId="org.txm.rcp.commands.function.ComputeQueryCooccurrence" |
97 | 478 | mdecorde | icon="icons/functions/QueryCooccurrences.png" |
98 | 478 | mdecorde | style="push"> |
99 | 478 | mdecorde | <visibleWhen
|
100 | 478 | mdecorde | checkEnabled="false"> |
101 | 478 | mdecorde | <or>
|
102 | 478 | mdecorde | <reference
|
103 | 478 | mdecorde | definitionId="OneCorpusSelected"> |
104 | 478 | mdecorde | </reference>
|
105 | 478 | mdecorde | </or>
|
106 | 478 | mdecorde | </visibleWhen>
|
107 | 478 | mdecorde | </command>
|
108 | 478 | mdecorde | </toolbar>
|
109 | 478 | mdecorde | </menuContribution>
|
110 | 478 | mdecorde | </extension>
|
111 | 2802 | mdecorde | |
112 | 478 | mdecorde | </plugin> |