OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 Copyright (c) 2009 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2009 The Chromium Authors. All rights reserved. |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. | 6 found in the LICENSE file. |
7 --> | 7 --> |
8 | 8 |
9 <plugin> | 9 <plugin> |
10 <extension point="org.eclipse.debug.ui.debugModelPresentations"> | 10 <extension point="org.eclipse.debug.ui.debugModelPresentations"> |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 </actionSet> | 269 </actionSet> |
270 </perspectiveExtension> | 270 </perspectiveExtension> |
271 </extension> | 271 </extension> |
272 | 272 |
273 <extension | 273 <extension |
274 point="org.eclipse.ui.popupMenus"> | 274 point="org.eclipse.ui.popupMenus"> |
275 <objectContribution | 275 <objectContribution |
276 objectClass="org.eclipse.debug.core.ILaunch" | 276 objectClass="org.eclipse.debug.core.ILaunch" |
277 id="org.chromium.debug.ui.actions.actions-for-launch"> | 277 id="org.chromium.debug.ui.actions.actions-for-launch"> |
278 <menu id="org.chromium.debug.ui.actions.SynchronizeBreakpoints.MenuId" | 278 <menu id="org.chromium.debug.ui.actions.SynchronizeBreakpoints.MenuId" |
279 label="Synchronize JavaScript Breakpoints" | 279 label="%SynchronizeBreakpoints.menu.label" |
280 path="launchGroup" | 280 path="launchGroup" |
281 > | 281 > |
282 <separator | 282 <separator |
283 name="group0"> | 283 name="group0"> |
284 </separator> | 284 </separator> |
285 </menu> | 285 </menu> |
286 <action | 286 <action |
287 label="Reset on Remote" | 287 label="%SynchronizeBreakpoints.ResetRemote.label" |
288 class="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Reset
Remote" | 288 class="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Reset
Remote" |
289 menubarPath="org.chromium.debug.ui.actions.SynchronizeBreakpoints
.MenuId/group0" | 289 menubarPath="org.chromium.debug.ui.actions.SynchronizeBreakpoints
.MenuId/group0" |
290 id="org.chromium.debug.ui.actions.SynchronizeBreakpoints$ResetRem
ote.forLaunch"> | 290 id="org.chromium.debug.ui.actions.SynchronizeBreakpoints$ResetRem
ote.forLaunch"> |
291 </action> | 291 </action> |
292 <action | 292 <action |
293 label="Reset on Local" | 293 label="%SynchronizeBreakpoints.ResetLocal.label" |
294 class="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Reset
Local" | 294 class="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Reset
Local" |
295 menubarPath="org.chromium.debug.ui.actions.SynchronizeBreakpoints
.MenuId/group0" | 295 menubarPath="org.chromium.debug.ui.actions.SynchronizeBreakpoints
.MenuId/group0" |
296 id="org.chromium.debug.ui.actions.SynchronizeBreakpoints$ResetLoc
al.forLaunch"> | 296 id="org.chromium.debug.ui.actions.SynchronizeBreakpoints$ResetLoc
al.forLaunch"> |
297 </action> | 297 </action> |
298 <action | 298 <action |
299 label="Merge Remote and Local" | 299 label="%SynchronizeBreakpoints.Merge.label" |
300 class="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Merge
" | 300 class="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Merge
" |
301 menubarPath="org.chromium.debug.ui.actions.SynchronizeBreakpoints
.MenuId/group0" | 301 menubarPath="org.chromium.debug.ui.actions.SynchronizeBreakpoints
.MenuId/group0" |
302 id="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Merge.fo
rLaunch"> | 302 id="org.chromium.debug.ui.actions.SynchronizeBreakpoints$Merge.fo
rLaunch"> |
303 </action> | 303 </action> |
| 304 <menu id="org.chromium.debug.ui.actions.ExceptionBreakpoints.MenuId" |
| 305 label="%ExceptionBreakpoints.menu.label" |
| 306 path="launchGroup" |
| 307 > |
| 308 <separator |
| 309 name="group0"> |
| 310 </separator> |
| 311 </menu> |
| 312 <action |
| 313 label="%ExceptionBreakpoints.Caught.label" |
| 314 class="org.chromium.debug.ui.actions.ExceptionBreakpoints$Caught" |
| 315 menubarPath="org.chromium.debug.ui.actions.ExceptionBreakpoints.M
enuId/group0" |
| 316 id="org.chromium.debug.ui.actions.ExceptionBreakpoints$Caught.for
Launch"> |
| 317 </action> |
| 318 <action |
| 319 label="%ExceptionBreakpoints.Uncaught.label" |
| 320 class="org.chromium.debug.ui.actions.ExceptionBreakpoints$Uncaugh
t" |
| 321 menubarPath="org.chromium.debug.ui.actions.ExceptionBreakpoints.M
enuId/group0" |
| 322 id="org.chromium.debug.ui.actions.ExceptionBreakpoints$Uncaught.f
orLaunch"> |
| 323 </action> |
304 </objectContribution> | 324 </objectContribution> |
305 </extension> | 325 </extension> |
306 | 326 |
307 <extension | 327 <extension |
308 point="org.eclipse.ui.propertyPages"> | 328 point="org.eclipse.ui.propertyPages"> |
309 <page | 329 <page |
310 name="%BreakpointProperties.name" | 330 name="%BreakpointProperties.name" |
311 class="org.chromium.debug.ui.propertypages.JsLineBreakpointPage" | 331 class="org.chromium.debug.ui.propertypages.JsLineBreakpointPage" |
312 id="org.chromium.debug.ui.propertypages.LineBreakpoints"> | 332 id="org.chromium.debug.ui.propertypages.LineBreakpoints"> |
313 <enabledWhen> | 333 <enabledWhen> |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 </extension> | 365 </extension> |
346 | 366 |
347 <extension | 367 <extension |
348 point="org.eclipse.ui.ide.projectNatureImages"> | 368 point="org.eclipse.ui.ide.projectNatureImages"> |
349 <image | 369 <image |
350 icon="res/nature_decorator_16.png" | 370 icon="res/nature_decorator_16.png" |
351 natureId="org.chromium.debug.core.jsnature" | 371 natureId="org.chromium.debug.core.jsnature" |
352 id="org.chromium.debug.core.jsnature.image"> | 372 id="org.chromium.debug.core.jsnature.image"> |
353 </image> | 373 </image> |
354 </extension> | 374 </extension> |
355 | |
356 | |
357 </plugin> | 375 </plugin> |
OLD | NEW |