Revision 260 tmp/org.txm.cooccurrence.rcp/plugin.xml
plugin.xml (revision 260) | ||
---|---|---|
7 | 7 |
categoryId="org.txm.rcpapplication.category.txm" |
8 | 8 |
defaultHandler="org.txm.cooccurrence.rcp.handlers.ComputeCooccurrences" |
9 | 9 |
id="ComputeCooccurrences" |
10 |
name="%command.name.35">
|
|
10 |
name="%command.name"> |
|
11 | 11 |
</command> |
12 | 12 |
</extension> |
13 | 13 |
<extension |
... | ... | |
16 | 16 |
category="org.txm.rcpapplication.preferences.UserPreferencePage" |
17 | 17 |
class="org.txm.cooccurrence.rcp.preferences.CoocPreferencePage" |
18 | 18 |
id="org.txm.cooccurrence.rcp.preferences.CoocPreferencePage" |
19 |
name="%page.name.11">
|
|
19 |
name="%page.name"> |
|
20 | 20 |
</page> |
21 | 21 |
</extension> |
22 | 22 |
<extension |
23 | 23 |
point="org.eclipse.core.runtime.adapters"> |
24 | 24 |
<factory |
25 |
adaptableType="org.txm.functions.cooccurrence.Cooccurrence"
|
|
25 |
adaptableType="org.txm.cooccurrence.core.functions.Cooccurrence"
|
|
26 | 26 |
class="org.txm.cooccurrence.rcp.adapters.CooccurrenceAdapterFactory"> |
27 | 27 |
<adapter |
28 | 28 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
... | ... | |
37 | 37 |
<command |
38 | 38 |
commandId="ComputeCooccurrences" |
39 | 39 |
icon="icons/cooccurrences.png" |
40 |
label="%command.label.96" |
|
41 |
style="push" |
|
42 |
tooltip="%command.tooltip.57"> |
|
40 |
style="push"> |
|
43 | 41 |
<visibleWhen |
44 | 42 |
checkEnabled="false"> |
45 | 43 |
<or> |
... | ... | |
58 | 56 |
<command |
59 | 57 |
commandId="ComputeCooccurrences" |
60 | 58 |
icon="icons/cooccurrences.png" |
61 |
label="%command.label.91" |
|
62 |
style="push" |
|
63 |
tooltip="%command.tooltip.53"> |
|
59 |
style="push"> |
|
64 | 60 |
<visibleWhen |
65 | 61 |
checkEnabled="false"> |
66 | 62 |
<or> |
... | ... | |
80 | 76 |
<command |
81 | 77 |
commandId="ComputeCooccurrences" |
82 | 78 |
icon="icons/cooccurrences.png" |
83 |
label="%command.label.96" |
|
84 | 79 |
style="push" |
85 |
tooltip="%command.tooltip.57">
|
|
80 |
tooltip="%command.tooltip"> |
|
86 | 81 |
<visibleWhen |
87 | 82 |
checkEnabled="false"> |
88 | 83 |
<or> |
... | ... | |
104 | 99 |
default="false" |
105 | 100 |
icon="icons/cooccurrences.png" |
106 | 101 |
id="CooccurrencesEditor" |
107 |
name="%editor.name.9">
|
|
102 |
name="%editor.name"> |
|
108 | 103 |
</editor> |
109 | 104 |
</extension> |
105 |
<extension |
|
106 |
point="org.eclipse.core.expressions.definitions"> |
|
107 |
<definition |
|
108 |
id="OneCooccurrenceSelected"> |
|
109 |
<with |
|
110 |
variable="selection"> |
|
111 |
<iterate |
|
112 |
ifEmpty="false" |
|
113 |
operator="and"> |
|
114 |
<instanceof |
|
115 |
value="org.txm.cooccurrence.core.functions.Cooccurrence"> |
|
116 |
</instanceof> |
|
117 |
</iterate> |
|
118 |
</with> |
|
119 |
</definition> |
|
120 |
</extension> |
|
110 | 121 |
|
111 | 122 |
</plugin> |
Also available in: Unified diff