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 157413 Details for
Bug 300849
Selection changes in Breakpoints View unexpectedly when a context menu is clicked
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
bp-multi-select.patch (text/plain), 1.09 KB, created by
Darin Wright
on 2010-01-27 11:28:56 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Darin Wright
Created:
2010-01-27 11:28:56 EST
Size:
1.09 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.debug.ui >Index: ui/org/eclipse/debug/internal/ui/model/elements/AbstractBreakpointManagerContentProvider.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/AbstractBreakpointManagerContentProvider.java,v >retrieving revision 1.7 >diff -u -r1.7 AbstractBreakpointManagerContentProvider.java >--- ui/org/eclipse/debug/internal/ui/model/elements/AbstractBreakpointManagerContentProvider.java 23 Jan 2010 22:19:34 -0000 1.7 >+++ ui/org/eclipse/debug/internal/ui/model/elements/AbstractBreakpointManagerContentProvider.java 27 Jan 2010 16:27:25 -0000 >@@ -745,7 +745,7 @@ > if (parent.contains(breakpoint)) { > if ((containers.length != 0)) { > for (int i = 0; i < containers.length; ++i) { >- ModelDelta nodeDelta = parentDelta.addNode(containers[i], flags); >+ ModelDelta nodeDelta = parentDelta.addNode(containers[i], IModelDelta.STATE); > appendModelDelta(containers[i], nodeDelta, flags, breakpoint); > } > } else {
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 300849
:
157277
|
157278
| 157413