1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse.test / fragment.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4    <extension
5          point="org.eclipse.ui.popupMenus">
6       <objectContribution
7             objectClass="net.sourceforge.phpdt.core.IImportDeclaration"
8             id="net.sourceforge.phpdt.import">
9          <menu
10                label="IncludeTest"
11                path="additions"
12                id="net.sourceforge.phpdt.import1">
13             <separator
14                   name="mainActionsGroup">
15             </separator>
16             <separator
17                   name="actionsGroup">
18             </separator>
19             <separator
20                   name="infoGroup">
21             </separator>
22          </menu>
23          <action
24                label="Do nothing 1"
25                class="net.sourceforge.phpeclipse.example.outline.Import2Console"
26                menubarPath="net.sourceforge.phpdt.import1/infoGroup"
27                enablesFor="1"
28                id="net.sourceforge.phpdt.donothing1">
29          </action>
30          <action
31                label="Print source to Console"
32                class="net.sourceforge.phpeclipse.example.outline.Import2Console"
33                menubarPath="net.sourceforge.phpdt.import1/actionsGroup"
34                enablesFor="1"
35                id="net.sourceforge.example.outline.Import2Console">
36          </action>
37          <action
38                label="Do nothing 2"
39                class="net.sourceforge.phpeclipse.example.outline.Import2Console"
40                menubarPath="net.sourceforge.phpdt.import1/mainActionsGroup"
41                enablesFor="1"
42                id="net.sourceforge.phpdt.donothing2">
43          </action>
44       </objectContribution>
45    </extension>
46       <extension
47          point="org.eclipse.ui.popupMenus">
48       <objectContribution
49             objectClass="net.sourceforge.phpdt.core.IType"
50             id="net.sourceforge.phpdt.type">
51          <menu
52                label="TypeTest"
53                path="additions"
54                id="net.sourceforge.phpdt.type1">
55             <separator
56                   name="mainActionsGroup">
57             </separator>
58             <separator
59                   name="actionsGroup">
60             </separator>
61             <separator
62                   name="infoGroup">
63             </separator>
64          </menu>
65          <action
66                label="Do nothing 3"
67                class="net.sourceforge.phpeclipse.example.outline.Type2Console"
68                menubarPath="net.sourceforge.phpdt.type1/infoGroup"
69                enablesFor="1"
70                id="net.sourceforge.phpdt.donothing3">
71          </action>
72          <action
73                label="Print source to Console"
74                class="net.sourceforge.phpeclipse.example.outline.Type2Console"
75                menubarPath="net.sourceforge.phpdt.type1/actionsGroup"
76                enablesFor="1"
77                id="net.sourceforge.example.outline.Type2Console">
78          </action>
79          <action
80                label="Do nothing 4"
81                class="net.sourceforge.phpeclipse.example.outline.Type2Console"
82                menubarPath="net.sourceforge.phpdt.type1/mainActionsGroup"
83                enablesFor="1"
84                id="net.sourceforge.phpdt.donothing4">
85          </action>
86       </objectContribution>
87    </extension>
88 </plugin>