root / tmp / org.txm.xmleditor.rcp / plugin.xml @ 2392
History | View | Annotate | Download (2.3 kB)
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 |
style="push"> |
29 |
</command>
|
30 |
</menuContribution>
|
31 |
<menuContribution
|
32 |
locationURI="popup:org.txm.concordance.rcp.editors.ConcordanceEditor"> |
33 |
<command
|
34 |
commandId="org.txm.xmleditor.OpenXMLEditor" |
35 |
style="push"> |
36 |
</command>
|
37 |
</menuContribution>
|
38 |
</extension>
|
39 |
<extension
|
40 |
point="org.eclipse.ui.activities"> |
41 |
|
42 |
<activityPatternBinding
|
43 |
activityId="arm.activity.disabled" |
44 |
pattern=".*org\.eclipse\.search\..*"> |
45 |
</activityPatternBinding>
|
46 |
<activityPatternBinding
|
47 |
activityId="arm.activity.disabled" |
48 |
pattern=".*ValidationPreferencePage.*"> |
49 |
</activityPatternBinding>
|
50 |
<activityPatternBinding
|
51 |
activityId="arm.activity.disabled" |
52 |
pattern=".*org\.eclipse\.debug\.ui\.DebugPreferencePage.*"> |
53 |
</activityPatternBinding>
|
54 |
<activityPatternBinding
|
55 |
activityId="arm.activity.disabled" |
56 |
pattern=".*org\.eclipse\.team\.ui\.TeamPreferences.*"> |
57 |
</activityPatternBinding>
|
58 |
|
59 |
<activity
|
60 |
id="arm.activity.disabled" |
61 |
name="%activity.name"> |
62 |
<enabledWhen>
|
63 |
<with
|
64 |
variable="selection"> |
65 |
<count
|
66 |
value="-1"> |
67 |
</count>
|
68 |
</with>
|
69 |
</enabledWhen>
|
70 |
</activity>
|
71 |
</extension>
|
72 |
</plugin>
|