2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
<plugin>
|
|
4 |
<!-- The following UI elements from CDT are unused and are hidden using this activity -->
|
|
5 |
|
|
6 |
<extension
|
|
7 |
point="org.eclipse.ui.activities">
|
|
8 |
|
|
9 |
<activity
|
|
10 |
name="Unused CDT UI"
|
|
11 |
description="These UI elements from CDT are not used and have been hidden using this capability"
|
|
12 |
id="com.nokia.carbide.cpp.debug.cdtactivity">
|
|
13 |
</activity>
|
|
14 |
|
|
15 |
<!-- The signals view is added to the debug perspective by CDT and therefore it
|
|
16 |
tries to show the view no matter what. Because we hide it here it fails to
|
|
17 |
show the view properly and gives an error. There is no way to remove it from
|
|
18 |
the default debug perspective without modifying CDT. We'll just leave it in
|
|
19 |
for now, it won't have any content anyway.
|
|
20 |
|
|
21 |
<activityPatternBinding
|
|
22 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
23 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.SignalsView">
|
|
24 |
</activityPatternBinding>
|
|
25 |
-->
|
|
26 |
|
|
27 |
<!-- The following UI elements are from org.eclipse.cdt.launch -->
|
|
28 |
<activityPatternBinding
|
|
29 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
30 |
pattern="org.eclipse.cdt.launch/org.eclipse.cdt.launch.localCLaunch">
|
|
31 |
</activityPatternBinding>
|
|
32 |
|
|
33 |
<activityPatternBinding
|
|
34 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
35 |
pattern="org.eclipse.cdt.launch/org.eclipse.cdt.launch.localAttachCLaunch">
|
|
36 |
</activityPatternBinding>
|
|
37 |
|
|
38 |
<activityPatternBinding
|
|
39 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
40 |
pattern="org.eclipse.cdt.launch/org.eclipse.cdt.launch.coreFileCLaunch">
|
|
41 |
</activityPatternBinding>
|
|
42 |
|
|
43 |
<activityPatternBinding
|
|
44 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
45 |
pattern="org.eclipse.cdt.launch/org.eclipse.cdt.debug.ui.localCShortcut">
|
|
46 |
</activityPatternBinding>
|
|
47 |
|
|
48 |
<!-- The following UI elements are from org.eclipse.cdt.debug.ui -->
|
|
49 |
|
|
50 |
<activityPatternBinding
|
|
51 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
52 |
pattern="org\.eclipse\.cdt.*/.*SignalZeroWorkbenchActionDelegate">
|
|
53 |
</activityPatternBinding>
|
|
54 |
|
|
55 |
|
|
56 |
<!-- The following UI elements are from org.eclipse.cdt.managedbuilder.ui -->
|
|
57 |
<activityPatternBinding
|
|
58 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
59 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.wizards.ConvertToMakeWizard">
|
|
60 |
</activityPatternBinding>
|
|
61 |
|
|
62 |
<!-- The following UI elements are from org.eclipse.cdt.ui -->
|
|
63 |
<activityPatternBinding
|
|
64 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
65 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard1">
|
|
66 |
</activityPatternBinding>
|
|
67 |
|
|
68 |
<activityPatternBinding
|
|
69 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
70 |
pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.NewCWizard2">
|
|
71 |
</activityPatternBinding>
|
|
72 |
|
|
73 |
<activityPatternBinding
|
|
74 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
75 |
pattern="org\.eclipse\.cdt.*/.*NewProjectDropDown">
|
|
76 |
</activityPatternBinding>
|
|
77 |
|
|
78 |
<activityPatternBinding
|
|
79 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
80 |
pattern="org\.eclipse\.cdt.*/.*NewTypeDropDown">
|
|
81 |
</activityPatternBinding>
|
|
82 |
|
|
83 |
<activityPatternBinding
|
|
84 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
85 |
pattern="org\.eclipse\.cdt.*/.*NewFileDropDown">
|
|
86 |
</activityPatternBinding>
|
|
87 |
|
|
88 |
<activityPatternBinding
|
|
89 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
90 |
pattern="org\.eclipse\.cdt.*/.*NewFolderDropDown">
|
|
91 |
</activityPatternBinding>
|
|
92 |
|
|
93 |
<!-- The following UI elements are from org.eclipse.debug.ui -->
|
|
94 |
<activityPatternBinding
|
|
95 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
96 |
pattern="org\.eclipse\.debug.*/.*relaunch">
|
|
97 |
</activityPatternBinding>
|
|
98 |
|
|
99 |
<activityPatternBinding
|
|
100 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
101 |
pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate">
|
|
102 |
</activityPatternBinding>
|
|
103 |
|
|
104 |
<activityPatternBinding
|
|
105 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
106 |
pattern=".*ImportExecutableWizard">
|
|
107 |
</activityPatternBinding>
|
|
108 |
|
|
109 |
<activityPatternBinding
|
|
110 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
111 |
pattern="org\.eclipse\.debug.*/.*TerminateAndRelaunch">
|
|
112 |
</activityPatternBinding>
|
|
113 |
|
|
114 |
<activityPatternBinding
|
|
115 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
116 |
pattern="org\.eclipse\.debug.*/.*terminateAndRemove">
|
|
117 |
</activityPatternBinding>
|
|
118 |
|
|
119 |
<activityPatternBinding
|
|
120 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
121 |
pattern="org\.eclipse\.debug.*/.*terminateAll">
|
|
122 |
</activityPatternBinding>
|
|
123 |
|
|
124 |
<activityPatternBinding
|
|
125 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
126 |
pattern="org\.eclipse\.debug.*/.*stepWithFilters">
|
|
127 |
</activityPatternBinding>
|
|
128 |
|
|
129 |
<activityPatternBinding
|
|
130 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
131 |
pattern="org\.eclipse\.debug.*/.*toggleStepFilters">
|
|
132 |
</activityPatternBinding>
|
|
133 |
|
|
134 |
<activityPatternBinding
|
|
135 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
136 |
pattern="org\.eclipse\.debug.*/.*ToggleStepFilters">
|
|
137 |
</activityPatternBinding>
|
|
138 |
|
|
139 |
<category
|
|
140 |
name="Nokia Debug"
|
|
141 |
description="Elements associated with the Nokia debugger"
|
|
142 |
id="com.nokia.carbide.cpp.debug.nokiacategory">
|
|
143 |
</category>
|
|
144 |
|
|
145 |
<activityPatternBinding
|
|
146 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
147 |
pattern="org.eclipse.ui.project.buildAutomatically">
|
|
148 |
</activityPatternBinding>
|
|
149 |
|
|
150 |
<activityPatternBinding
|
|
151 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
152 |
pattern="org.eclipse.ui.project.buildAll">
|
|
153 |
</activityPatternBinding>
|
|
154 |
|
|
155 |
<activityPatternBinding
|
|
156 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
157 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.buildConfigToolbarAction">
|
|
158 |
</activityPatternBinding>
|
|
159 |
|
|
160 |
<activityPatternBinding
|
|
161 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
162 |
pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.managedbuilder.ui.buildConfigMenuAction">
|
|
163 |
</activityPatternBinding>
|
|
164 |
|
|
165 |
<activityPatternBinding
|
|
166 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
167 |
pattern="org.eclipse.cdt.debug.mi.ui/org.eclipse.cdt.debug.mi.ui.MIPreferencePage">
|
|
168 |
</activityPatternBinding>
|
|
169 |
|
|
170 |
<categoryActivityBinding
|
|
171 |
activityId="com.nokia.carbide.cpp.debug.cdtactivity"
|
|
172 |
categoryId="com.nokia.carbide.cpp.debug.nokiacategory">
|
|
173 |
</categoryActivityBinding>
|
|
174 |
|
|
175 |
</extension>
|
|
176 |
|
|
177 |
</plugin>
|