Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Long running jobs in e4
Long running jobs in e4 [message #768673] Tue, 20 December 2011 15:36 Go to next message
trish3r is currently offline trish3rFriend
Messages: 2
Registered: December 2011
Junior Member
I'm currently trying to implement a long running job with a progress view in an e4 application. I tried it the way it worked for me in eclipse 3.x but this seems to not working anymore because the workbench does not exist anymore. I searched a lot of time but all i found for e4 development were ideas how it could be done in the future. Is there a way to implement long running jobs? Is there an working API for it?
As addition, i don't want to use the compatibitility layer.
Re: Long running jobs in e4 [message #769250 is a reply to message #768673] Wed, 21 December 2011 16:47 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Right now there's no Progress Service in the Eclipse 4 world. You either have to implement your own org.eclipse.core.runtime.jobs.ProgressProvider for jobs, and use some of the components from org.eclipse.jface.dialogs or simply use org.eclipse.jface.dialogs.ProgressMonitorDialog directly.

PW


Re: Long running jobs in e4 [message #769543 is a reply to message #769250] Thu, 22 December 2011 09:45 Go to previous messageGo to next message
trish3r is currently offline trish3rFriend
Messages: 2
Registered: December 2011
Junior Member
Thank you for your answer. Are there any plans to implement something like that until the release of 4.2?
Re: Long running jobs in e4 [message #769677 is a reply to message #769543] Thu, 22 December 2011 14:15 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

There won't be any push to get the progress service into the Eclipse 4 code in 4.2, as the focus of 4.2 is on supporting the 3.x plugins available in Juno. It might get looked at in 4.3

PW


Previous Topic:ToolBar in a MPart
Next Topic:Limit child count of a PartSashContainer
Goto Forum:
  


Current Time: Thu Apr 25 10:47:46 GMT 2024

Powered by FUDForum. Page generated in 0.03693 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top