author | Eugene Ostroukhov <eugeneo@symbian.org> |
Mon, 17 May 2010 15:31:00 -0700 | |
changeset 336 | 131c321bf080 |
parent 274 | d236e890687c |
child 350 | 9db385b0ca89 |
permissions | -rw-r--r-- |
2 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<?eclipse version="3.4"?> |
|
3 |
<plugin> |
|
4 |
<extension |
|
5 |
point="org.eclipse.core.runtime.preferences"> |
|
6 |
<initializer |
|
7 |
class="org.symbian.tools.wrttools.debug.internal.PreferenceInitializer"> |
|
8 |
</initializer> |
|
9 |
</extension> |
|
10 |
<extension |
|
11 |
point="org.eclipse.ui.preferencePages"> |
|
12 |
<page |
|
237
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
13 |
category="org.eclipse.debug.ui.DebugPreferencePage" |
2 | 14 |
class="org.symbian.tools.wrttools.debug.ui.DebugPreferencePage" |
15 |
id="org.symbian.tools.wrttools.debug" |
|
237
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
16 |
name="WebRuntime Toolkit"> |
183
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
155
diff
changeset
|
17 |
<keywordReference |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
155
diff
changeset
|
18 |
id="org.symbian.tools.wrttools.wrtwords"> |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
155
diff
changeset
|
19 |
</keywordReference> |
237
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
20 |
<keywordReference |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
21 |
id="org.symbian.tools.wrttools.debug.page"> |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
22 |
</keywordReference> |
2 | 23 |
</page> |
24 |
</extension> |
|
25 |
<extension |
|
26 |
point="org.eclipse.debug.core.launchConfigurationTypes"> |
|
27 |
<launchConfigurationType |
|
28 |
delegate="org.symbian.tools.wrttools.debug.internal.launch.WidgetLaunchDelegate" |
|
29 |
id="org.symbian.tools.wrttools.debug.widget" |
|
30 |
modes="debug,run" |
|
134
b3adf4a221f2
Bugfix 1866 - Change Debug As ... and Run As ...
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
122
diff
changeset
|
31 |
name="WRT Application" |
2 | 32 |
public="true"> |
33 |
</launchConfigurationType> |
|
34 |
</extension> |
|
35 |
<extension |
|
36 |
point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
|
37 |
<launchConfigurationTabGroup |
|
38 |
class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchConfigurationTabGroup" |
|
134
b3adf4a221f2
Bugfix 1866 - Change Debug As ... and Run As ...
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
122
diff
changeset
|
39 |
description="WRT Application" |
2 | 40 |
id="org.symbian.tools.wrttools.debug.wrtTabGroup" |
41 |
type="org.symbian.tools.wrttools.debug.widget"> |
|
42 |
</launchConfigurationTabGroup> |
|
43 |
</extension> |
|
44 |
<extension |
|
45 |
point="org.eclipse.debug.ui.launchConfigurationTypeImages"> |
|
46 |
<launchConfigurationTypeImage |
|
47 |
configTypeID="org.symbian.tools.wrttools.debug.widget" |
|
48 |
icon="icons/main16.gif" |
|
49 |
id="org.symbian.tools.wrttools.debug.widget.image"> |
|
50 |
</launchConfigurationTypeImage> |
|
51 |
</extension> |
|
52 |
<extension |
|
53 |
point="org.eclipse.debug.ui.launchShortcuts"> |
|
54 |
<shortcut |
|
55 |
class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchShortcut" |
|
56 |
icon="icons/main16.gif" |
|
57 |
id="org.symbian.tools.wrttools.debug.wrtshortcut" |
|
134
b3adf4a221f2
Bugfix 1866 - Change Debug As ... and Run As ...
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
122
diff
changeset
|
58 |
label="WRT Application" |
2 | 59 |
modes="run, debug"> |
60 |
<configurationType |
|
61 |
id="org.symbian.tools.wrttools.debug.widget"> |
|
62 |
</configurationType> |
|
63 |
<contextualLaunch> |
|
64 |
<enablement> |
|
65 |
<with |
|
66 |
variable="selection"> |
|
67 |
<count |
|
68 |
value="1"/> |
|
69 |
<iterate> |
|
70 |
<adapt |
|
71 |
type="org.eclipse.core.resources.IResource"> |
|
72 |
<test |
|
73 |
forcePluginActivation="true" |
|
74 |
property="org.symbian.isWrtProject" |
|
75 |
> |
|
76 |
</test> |
|
77 |
</adapt> |
|
78 |
</iterate> |
|
79 |
</with> |
|
80 |
</enablement> |
|
81 |
<contextLabel |
|
134
b3adf4a221f2
Bugfix 1866 - Change Debug As ... and Run As ...
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
122
diff
changeset
|
82 |
label="WRT Application" |
2 | 83 |
mode="run"> |
84 |
</contextLabel> |
|
85 |
<contextLabel |
|
134
b3adf4a221f2
Bugfix 1866 - Change Debug As ... and Run As ...
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
122
diff
changeset
|
86 |
label="WRT Application" |
2 | 87 |
mode="debug"> |
88 |
</contextLabel></contextualLaunch> |
|
89 |
</shortcut> |
|
90 |
</extension> |
|
91 |
<extension |
|
92 |
point="org.eclipse.core.expressions.propertyTesters"> |
|
93 |
<propertyTester |
|
94 |
class="org.symbian.tools.wrttools.debug.internal.property.PropertyTester" |
|
95 |
id="org.symbian.tools.wrttools.debug.projectTester" |
|
96 |
namespace="org.symbian" |
|
97 |
properties="isWrtProject" |
|
98 |
type="org.eclipse.core.resources.IResource"> |
|
99 |
</propertyTester> |
|
100 |
</extension> |
|
101 |
<extension |
|
102 |
point="org.eclipse.ui.popupMenus"> |
|
103 |
<viewerContribution |
|
104 |
id="org.symbian.tools.wrttools.debug.core.js" |
|
105 |
targetID="#JavaScriptRulerContext"> |
|
106 |
<action |
|
107 |
class="org.eclipse.debug.ui.actions.RulerEnableDisableBreakpointActionDelegate" |
|
108 |
id="org.chromium.debug.ui.actions.EnableDisableBreakpointRulerActionDelegate" |
|
109 |
label="Toggle Enablement" |
|
110 |
menubarPath="debug"> |
|
111 |
</action> |
|
112 |
<action |
|
113 |
class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate" |
|
114 |
id="org.chromium.debug.ui.actions.EnableDisableBreakpointAction" |
|
115 |
label="Toggle Breakpoint" |
|
116 |
menubarPath="debug"> |
|
117 |
</action> |
|
118 |
<action |
|
119 |
class="org.symbian.tools.wrttools.debug.ui.actions.JsBreakpointPropertiesRulerActionDelegate" |
|
120 |
id="org.symbian.tools.wrttools.debug.core.js.JavaBreakpointPropertiesRulerActionDelegate" |
|
121 |
label="Breakpoint Properties..." |
|
122 |
menubarPath="group.properties"> |
|
123 |
</action> |
|
124 |
</viewerContribution> |
|
125 |
<viewerContribution |
|
126 |
id="org.symbian.tools.wrttools.debug.core.ro" |
|
127 |
targetID="#ReadOnlyJavaScriptRulerContext"> |
|
128 |
<action |
|
129 |
class="org.eclipse.debug.ui.actions.RulerEnableDisableBreakpointActionDelegate" |
|
130 |
id="org.chromium.debug.ui.actions.EnableDisableBreakpointRulerActionDelegate" |
|
131 |
label="Toggle Enablement" |
|
132 |
menubarPath="debug"> |
|
133 |
</action> |
|
134 |
<action |
|
135 |
class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate" |
|
136 |
id="org.chromium.debug.ui.actions.EnableDisableBreakpointAction" |
|
137 |
label="Toggle Breakpoint" |
|
138 |
menubarPath="debug"> |
|
139 |
</action> |
|
140 |
<action |
|
141 |
class="org.symbian.tools.wrttools.debug.ui.actions.JsBreakpointPropertiesRulerActionDelegate" |
|
142 |
id="org.symbian.tools.wrttools.debug.core.ro.JavaBreakpointPropertiesRulerActionDelegate" |
|
143 |
label="Breakpoint Properties..." |
|
144 |
menubarPath="group.properties"> |
|
145 |
</action> |
|
146 |
</viewerContribution> |
|
207
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
147 |
<objectContribution |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
148 |
id="org.symbian.tools.wrttools.debug.core.context" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
149 |
objectClass="java.lang.Object"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
150 |
<enablement> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
151 |
<or> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
152 |
<and> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
153 |
<not> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
154 |
<with |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
155 |
variable="org.eclipse.core.runtime.Platform"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
156 |
<test |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
157 |
args="org.eclipse.debug.core" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
158 |
property="org.eclipse.core.runtime.bundleState" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
159 |
value="ACTIVE"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
160 |
</test> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
161 |
</with> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
162 |
</not> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
163 |
<adapt |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
164 |
type="org.eclipse.core.resources.IResource"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
165 |
</adapt> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
166 |
</and> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
167 |
<and> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
168 |
<with |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
169 |
variable="org.eclipse.core.runtime.Platform"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
170 |
<test |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
171 |
args="org.eclipse.debug.core" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
172 |
property="org.eclipse.core.runtime.bundleState" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
173 |
value="ACTIVE"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
174 |
</test> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
175 |
</with> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
176 |
<test |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
177 |
property="org.eclipse.debug.core.launchable" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
178 |
value="debug"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
179 |
</test> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
180 |
</and> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
181 |
</or> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
182 |
</enablement> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
183 |
<action |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
184 |
class="org.eclipse.debug.internal.ui.actions.DebugLastAction" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
185 |
enablesFor="+" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
186 |
icon="icons/debug_exc.gif" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
187 |
id="org.eclipse.debug.ui.contextualLaunch.debug.submenu" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
188 |
label="Debug" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
189 |
menubarPath="additions" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
190 |
style="push"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
191 |
</action> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
192 |
</objectContribution> |
2 | 193 |
</extension> |
194 |
<extension |
|
195 |
point="org.eclipse.core.runtime.adapters"> |
|
196 |
<factory |
|
197 |
adaptableType="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaEditor" |
|
198 |
class="org.symbian.tools.wrttools.debug.internal.BreakpointAdapterFactory"> |
|
199 |
<adapter |
|
200 |
type="org.eclipse.debug.ui.actions.IToggleBreakpointsTarget"> |
|
201 |
</adapter> |
|
202 |
</factory> |
|
203 |
</extension> |
|
204 |
<extension |
|
205 |
point="org.eclipse.ui.editorActions"> |
|
206 |
<editorContribution |
|
207 |
id="org.symbian.tools.wrttools.debug.core.CompilationUnitEditor.BreakpointRulerActions" |
|
208 |
targetID="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"> |
|
209 |
<action |
|
210 |
actionID="RulerDoubleClick" |
|
211 |
class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate" |
|
212 |
id="org.eclipse.wst.jsdt.debug.ui.actions.ManageBreakpointRulerAction" |
|
213 |
label="Toggle Breakpoint"> |
|
214 |
</action> |
|
215 |
</editorContribution> |
|
216 |
<editorContribution |
|
217 |
id="org.symbian.tools.wrttools.debug.core.ClassFileEditor.BreakpointRulerActions" |
|
218 |
targetID="org.eclipse.wst.jsdt.ui.ClassFileEditor"> |
|
219 |
<action |
|
220 |
actionID="RulerDoubleClick" |
|
221 |
class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate" |
|
222 |
id="org.eclipse.wst.jsdt.debug.ui.actions.ManageBreakpointRulerAction" |
|
223 |
label="Toggle Breakpoint"> |
|
224 |
</action> |
|
225 |
</editorContribution> |
|
226 |
</extension> |
|
227 |
<extension |
|
228 |
point="org.eclipse.ui.perspectiveExtensions"> |
|
229 |
<perspectiveExtension |
|
207
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
230 |
targetID="org.symbian.tools.wrttools.mainPerspective"> |
2 | 231 |
<actionSet |
232 |
id="org.eclipse.debug.ui.breakpointActionSet"> |
|
233 |
</actionSet> |
|
234 |
<actionSet |
|
235 |
id="org.eclipse.debug.ui.debugActionSet"> |
|
236 |
</actionSet> |
|
207
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
237 |
<actionSet |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
238 |
id="org.symbian.tools.wrttools.debug.core.mainActions"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
239 |
</actionSet> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
240 |
</perspectiveExtension> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
241 |
<perspectiveExtension |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
242 |
targetID="org.eclipse.debug.ui.DebugPerspective"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
243 |
<actionSet |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
244 |
id="org.symbian.tools.wrttools.debug.core.mainActions"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
245 |
</actionSet> |
2 | 246 |
</perspectiveExtension> |
247 |
</extension> |
|
104
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
248 |
<extension |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
249 |
point="org.eclipse.debug.ui.debugModelPresentations"> |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
250 |
<debugModelPresentation |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
251 |
class="org.symbian.tools.wrttools.debug.internal.model.SymbianDebugModelPresentation" |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
252 |
id="org.symbian.debug"> |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
253 |
</debugModelPresentation> |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
254 |
</extension> |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
255 |
<extension point="org.eclipse.debug.core.watchExpressionDelegates"> |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
256 |
<watchExpressionDelegate |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
257 |
debugModel="org.symbian.debug" |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
258 |
delegateClass="org.symbian.tools.wrttools.debug.internal.model.JsWatchExpressionDelegate"/> |
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
259 |
</extension> |
115
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
260 |
<extension |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
261 |
point="org.eclipse.wst.sse.ui.breakpoint"> |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
262 |
<breakpointContribution |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
263 |
id="org.symbian.tools.wrttools.debug.htmlbreakpoints"> |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
264 |
<provider |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
265 |
class="org.symbian.tools.wrttools.debug.internal.HtmlBreakpointProvider" |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
266 |
contentTypes="org.eclipse.wst.html.core.htmlsource" |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
267 |
id="org.symbian.tools.wrttools.debug.htmlbreakpoints"> |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
268 |
</provider> |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
269 |
</breakpointContribution> |
d367ed1b2991
Bug 1665 (HTML Files Cannot be Debugged) was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
104
diff
changeset
|
270 |
</extension> |
122
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
271 |
<extension |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
272 |
point="org.eclipse.core.runtime.adapters"> |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
273 |
<factory |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
274 |
class="org.symbian.tools.wrttools.debug.internal.property.LaunchableFactory" |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
275 |
adaptableType="org.eclipse.wst.jsdt.core.IJavaScriptElement"> |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
276 |
<adapter type="org.eclipse.debug.ui.actions.ILaunchable"/> |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
277 |
</factory> |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
278 |
<factory |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
279 |
class="org.symbian.tools.wrttools.debug.internal.property.LaunchableFactory" |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
280 |
adaptableType="org.eclipse.core.resources.IResource"> |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
281 |
<adapter type="org.eclipse.debug.ui.actions.ILaunchable"/> |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
282 |
</factory> |
8bb5bc59bfcf
Bug 1667 (WRT Navigator view oddities) and other bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
119
diff
changeset
|
283 |
</extension> |
207
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
284 |
<extension |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
285 |
point="org.eclipse.ui.actionSets"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
286 |
<actionSet |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
287 |
description="Actions for WRT debugging" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
288 |
id="org.symbian.tools.wrttools.debug.core.mainActions" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
289 |
label="WRT Debug"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
290 |
<action |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
291 |
class="org.eclipse.debug.internal.ui.actions.DebugLastAction" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
292 |
helpContextId="debug_last_action_context" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
293 |
icon="icons/debug_exc.gif" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
294 |
id="org.symbian.tools.wrttools.debug.core.debug" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
295 |
label="Debug" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
296 |
style="push" |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
297 |
toolbarPath="debug"> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
298 |
</action> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
299 |
</actionSet> |
ee3db195dcef
Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
300 |
</extension> |
237
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
301 |
<extension |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
302 |
point="org.eclipse.ui.keywords"> |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
303 |
<keyword |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
304 |
id="org.symbian.tools.wrttools.debug.page" |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
305 |
label="chrome debug widget"> |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
306 |
</keyword> |
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
207
diff
changeset
|
307 |
</extension> |
274
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
237
diff
changeset
|
308 |
<extension |
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
237
diff
changeset
|
309 |
point="org.symbian.tools.wrttools.previewer.commands"> |
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
237
diff
changeset
|
310 |
<command |
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
237
diff
changeset
|
311 |
handler="org.symbian.tools.wrttools.debug.internal.session.TerminateSession" |
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
237
diff
changeset
|
312 |
name="terminateDebug"> |
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
237
diff
changeset
|
313 |
</command> |
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
237
diff
changeset
|
314 |
</extension> |
104
58b323842de3
Bug 1650 - Source not found for preview code while stepping in debugger - was fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
39
diff
changeset
|
315 |
|
2 | 316 |
</plugin> |