Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 211735 Details for
Bug 371130
'Delete' key does not work in 'Breakpoints' view in I20120208-2200
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
bug371130-patch-v1.txt (text/plain), 1.89 KB, created by
Remy Suen
on 2012-02-28 10:29:22 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Remy Suen
Created:
2012-02-28 10:29:22 EST
Size:
1.89 KB
patch
obsolete
>diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml >index 1bc0af6..b18ff86 100644 >--- a/org.eclipse.debug.ui/plugin.xml >+++ b/org.eclipse.debug.ui/plugin.xml >@@ -748,6 +748,7 @@ > </action> > <action > id="org.eclipse.debug.ui.breakpointsView.toolbar.remove" >+ definitionId="org.eclipse.ui.edit.delete" > toolbarPath="breakpointGroup" > hoverIcon="$nl$/icons/full/elcl16/rem_co.gif" > class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveBreakpointAction" >diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractRemoveActionDelegate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractRemoveActionDelegate.java >index b553c9a..2e71e72 100644 >--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractRemoveActionDelegate.java >+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractRemoveActionDelegate.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2011 IBM Corporation and others. >+ * Copyright (c) 2000, 2012 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -10,8 +10,6 @@ > *******************************************************************************/ > package org.eclipse.debug.internal.ui.actions; > >- >-import org.eclipse.debug.ui.IDebugView; > import org.eclipse.ui.IViewPart; > > /** >@@ -30,10 +28,6 @@ > */ > public void init(IViewPart view) { > super.init(view); >- IDebugView debugView= (IDebugView)getView().getAdapter(IDebugView.class); >- if (debugView != null) { >- debugView.setAction(IDebugView.REMOVE_ACTION, getAction()); >- } > } > > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 371130
: 211735