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 108544 Details for
Bug 241384
[Markers] Cannot delete marker from in marker, problems, task or bookmarks view
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
241384.txt (text/plain), 965 bytes, created by
Tod Creasey
on 2008-07-28 11:03:51 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tod Creasey
Created:
2008-07-28 11:03:51 EDT
Size:
965 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: src/org/eclipse/ui/internal/views/markers/DeleteHandler.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/DeleteHandler.java,v >retrieving revision 1.5 >diff -u -r1.5 DeleteHandler.java >--- src/org/eclipse/ui/internal/views/markers/DeleteHandler.java 9 Apr 2008 15:02:51 -0000 1.5 >+++ src/org/eclipse/ui/internal/views/markers/DeleteHandler.java 28 Jul 2008 15:03:29 -0000 >@@ -41,6 +41,8 @@ > if (view == null) > return this; > >+ final IMarker[] selected = getSelectedMarkers(event); >+ > // Verify. > MessageDialog dialog = new MessageDialog( > view.getSite().getShell(), >@@ -55,8 +57,6 @@ > return view; > } > >- final IMarker[] selected = getSelectedMarkers(event); >- > for (int i = 0; i < selected.length; i++) { > try { > selected[i].delete();
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 241384
: 108544