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 88373 Details for
Bug 215734
[Progress] Need way to listen to when DeferredTreeContentManager is finished
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]
proposed patch
bug215734.txt (text/plain), 1.17 KB, created by
Brian Bauman
on 2008-01-31 01:46:18 EST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Brian Bauman
Created:
2008-01-31 01:46:18 EST
Size:
1.17 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java,v >retrieving revision 1.56 >diff -u -r1.56 DeferredTreeContentManager.java >--- Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java 9 Jan 2008 15:56:02 -0000 1.56 >+++ Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java 31 Jan 2008 06:42:54 -0000 >@@ -380,7 +380,13 @@ > return; > } > // Clear the placeholder if it is still there >- WorkbenchJob clearJob = new WorkbenchJob( >+ WorkbenchJob clearJob = getClearJob(placeholder); >+ clearJob.setSystem(true); >+ clearJob.schedule(); >+ } >+ >+ protected WorkbenchJob getClearJob(final PendingUpdateAdapter placeholder) { >+ return new WorkbenchJob( > ProgressMessages.DeferredTreeContentManager_ClearJob) { > /* > * (non-Javadoc) >@@ -399,8 +405,6 @@ > return Status.OK_STATUS; > } > }; >- clearJob.setSystem(true); >- clearJob.schedule(); > } > > /**
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 215734
: 88373 |
88456