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 43307 Details for
Bug 120606
[variables] Static variables disappeared after clicking a variable
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
bug120606-alternative.patch (text/plain), 1.48 KB, created by
Darin Wright
on 2006-06-01 16:28:17 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Darin Wright
Created:
2006-06-01 16:28:17 EDT
Size:
1.48 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.debug.ui >Index: ui/org/eclipse/debug/internal/ui/views/variables/VariablesView.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesView.java,v >retrieving revision 1.139 >diff -u -r1.139 VariablesView.java >--- ui/org/eclipse/debug/internal/ui/views/variables/VariablesView.java 4 May 2006 14:37:00 -0000 1.139 >+++ ui/org/eclipse/debug/internal/ui/views/variables/VariablesView.java 1 Jun 2006 20:29:22 -0000 >@@ -96,6 +96,7 @@ > import org.eclipse.jface.viewers.ISelectionProvider; > import org.eclipse.jface.viewers.IStructuredSelection; > import org.eclipse.jface.viewers.SelectionChangedEvent; >+import org.eclipse.jface.viewers.StructuredSelection; > import org.eclipse.jface.viewers.StructuredViewer; > import org.eclipse.jface.viewers.Viewer; > import org.eclipse.swt.SWT; >@@ -1379,6 +1380,11 @@ > if (id != fDebugModelIdentifier) { > fDebugModelIdentifier = id; > configureDetailsViewer(); >+ // force actions to initialize >+ getVariablesViewSelectionProvider().fireSelectionChanged(new SelectionChangedEvent( >+ getVariablesViewer(), new StructuredSelection(new Object()))); >+ getVariablesViewSelectionProvider().fireSelectionChanged(new SelectionChangedEvent( >+ getVariablesViewer(), getSelectionProvider().getSelection())); > } else { > updateAction("ContentAssist"); //$NON-NLS-1$ > }
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 120606
:
31649
|
43294
| 43307