Revision 626 tmp/org.txm.referencer.rcp/plugin.xml
plugin.xml (revision 626) | ||
---|---|---|
6 | 6 |
<editor |
7 | 7 |
class="org.txm.rcp.editors.referencer.ReferencerEditor" |
8 | 8 |
default="false" |
9 |
icon="icons/functions/Referencer.png"
|
|
9 |
icon="icons/functions/referencer.png"
|
|
10 | 10 |
id="org.txm.rcp.editors.referencer.ReferencerEditor" |
11 | 11 |
name="%editor.name.14"> |
12 | 12 |
</editor> |
... | ... | |
14 | 14 |
<extension |
15 | 15 |
point="org.eclipse.ui.menus"> |
16 | 16 |
<menuContribution |
17 |
locationURI="popup:org.txm.rcp.editors.referencer.ReferencerEditor"> |
|
18 |
<command |
|
19 |
commandId="org.txm.rcp.commands.link.ReferencerToConc" |
|
20 |
label="%command.label.73" |
|
21 |
style="push"> |
|
22 |
</command> |
|
23 |
</menuContribution> |
|
24 |
<menuContribution |
|
25 | 17 |
locationURI="menu:menu.tools"> |
26 | 18 |
<command |
27 | 19 |
commandId="org.txm.referencer.rcp.commands.ComputeReferencer" |
28 |
icon="icons/functions/Referencer.png" |
|
29 |
label="%command.label.108" |
|
20 |
icon="icons/functions/referencer.png" |
|
30 | 21 |
style="push" |
31 | 22 |
tooltip="%command.tooltip.62"> |
32 | 23 |
<visibleWhen |
... | ... | |
42 | 33 |
locationURI="toolbar:org.txm.rcp.toolbartools"> |
43 | 34 |
<command |
44 | 35 |
commandId="org.txm.referencer.rcp.commands.ComputeReferencer" |
45 |
icon="icons/functions/Referencer.png" |
|
46 |
label="%command.label.108" |
|
36 |
icon="icons/functions/referencer.png" |
|
47 | 37 |
style="push" |
48 | 38 |
tooltip="%command.tooltip.62"> |
49 | 39 |
<visibleWhen |
... | ... | |
59 | 49 |
locationURI="popup:org.txm.rcp.views.corpora.CorporaView"> |
60 | 50 |
<command |
61 | 51 |
commandId="org.txm.referencer.rcp.commands.ComputeReferencer" |
62 |
icon="icons/functions/Referencer.png" |
|
63 |
label="%command.label.108" |
|
52 |
icon="icons/functions/referencer.png" |
|
64 | 53 |
style="push" |
65 | 54 |
tooltip="%command.tooltip.62"> |
66 | 55 |
<visibleWhen |
... | ... | |
71 | 60 |
</visibleWhen> |
72 | 61 |
</command> |
73 | 62 |
</menuContribution> |
63 |
<menuContribution |
|
64 |
locationURI="popup:ReferencerEditorContextMenu"> |
|
65 |
<command |
|
66 |
commandId="org.txm.rcp.commands.link.ReferencerToConc" |
|
67 |
style="push"> |
|
68 |
</command> |
|
69 |
</menuContribution> |
|
74 | 70 |
</extension> |
75 | 71 |
<extension |
76 | 72 |
point="org.eclipse.ui.commands"> |
... | ... | |
82 | 78 |
|
83 | 79 |
<command |
84 | 80 |
categoryId="org.txm.rcp.category.txm" |
85 |
defaultHandler="org.txm.referencer.rcp.commands.ComputeReferencer"
|
|
81 |
defaultHandler="org.txm.referencer.rcp.handlers.ComputeReferencer"
|
|
86 | 82 |
id="org.txm.referencer.rcp.commands.ComputeReferencer" |
87 | 83 |
name="%command.name.44"> |
88 | 84 |
</command> |
... | ... | |
97 | 93 |
ifEmpty="false" |
98 | 94 |
operator="and"> |
99 | 95 |
<instanceof |
100 |
value="org.txm.functions.referencer.Referencer">
|
|
96 |
value="org.txm.referencer.core.functions.Referencer">
|
|
101 | 97 |
</instanceof> |
102 | 98 |
</iterate> |
103 | 99 |
</with> |
... | ... | |
106 | 102 |
<extension |
107 | 103 |
point="org.eclipse.core.runtime.adapters"> |
108 | 104 |
<factory |
109 |
adaptableType="org.txm.functions.referencer.Referencer"
|
|
105 |
adaptableType="org.txm.referencer.core.functions.Referencer"
|
|
110 | 106 |
class="org.txm.referencer.rcp.adapters.ReferencerAdapterFactory"> |
111 | 107 |
<adapter |
112 | 108 |
type="org.eclipse.ui.model.IWorkbenchAdapter"> |
Also available in: Unified diff