root / TXM / trunk / org.txm.xmleditor.rcp / plugin.xml @ 3422
Historique | Voir | Annoter | Télécharger (2,33 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.eclipse.ui.commands"> |
6 |
<command
|
7 |
categoryId="org.txm.rcp.category.txm" |
8 |
defaultHandler="org.txm.xmleditor.OpenXMLEditor" |
9 |
id="org.txm.xmleditor.OpenXMLEditor" |
10 |
name="%command.name"> |
11 |
</command>
|
12 |
</extension>
|
13 |
<extension
|
14 |
point="org.eclipse.ui.menus"> |
15 |
<menuContribution
|
16 |
locationURI="menu:menu.file?after=menu.file.separator.open"> |
17 |
</menuContribution>
|
18 |
<menuContribution
|
19 |
locationURI="menu:menu.help.plugins"> |
20 |
</menuContribution>
|
21 |
<menuContribution
|
22 |
locationURI="popup:org.txm.rcp.views.fileexplorer.Explorer"> |
23 |
</menuContribution>
|
24 |
<menuContribution
|
25 |
locationURI="popup:org.txm.edition.rcp.editors.SynopticEditionEditor"> |
26 |
<command
|
27 |
commandId="org.txm.xmleditor.OpenXMLEditor" |
28 |
label="%command.label.0" |
29 |
style="push"> |
30 |
</command>
|
31 |
</menuContribution>
|
32 |
<menuContribution
|
33 |
locationURI="popup:org.txm.concordance.rcp.editors.ConcordanceEditor"> |
34 |
<command
|
35 |
commandId="org.txm.xmleditor.OpenXMLEditor" |
36 |
label="%command.label.0" |
37 |
style="push"> |
38 |
</command>
|
39 |
</menuContribution>
|
40 |
</extension>
|
41 |
<extension
|
42 |
point="org.eclipse.ui.activities"> |
43 |
|
44 |
<activityPatternBinding
|
45 |
activityId="arm.activity.disabled" |
46 |
pattern=".*org\.eclipse\.search\..*"> |
47 |
</activityPatternBinding>
|
48 |
<activityPatternBinding
|
49 |
activityId="arm.activity.disabled" |
50 |
pattern=".*ValidationPreferencePage.*"> |
51 |
</activityPatternBinding>
|
52 |
<activityPatternBinding
|
53 |
activityId="arm.activity.disabled" |
54 |
pattern=".*org\.eclipse\.debug\.ui\.DebugPreferencePage.*"> |
55 |
</activityPatternBinding>
|
56 |
<activityPatternBinding
|
57 |
activityId="arm.activity.disabled" |
58 |
pattern=".*org\.eclipse\.team\.ui\.TeamPreferences.*"> |
59 |
</activityPatternBinding>
|
60 |
|
61 |
<activity
|
62 |
id="arm.activity.disabled" |
63 |
name="%activity.name"> |
64 |
<enabledWhen>
|
65 |
<with
|
66 |
variable="selection"> |
67 |
<count
|
68 |
value="-1"> |
69 |
</count>
|
70 |
</with>
|
71 |
</enabledWhen>
|
72 |
</activity>
|
73 |
</extension>
|
74 |
|
75 |
</plugin>
|