Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » exposing eclipse 3.x resources trough a e4.tools service
exposing eclipse 3.x resources trough a e4.tools service [message #1032068] Tue, 02 April 2013 14:26 Go to next message
Christophe Bouhier is currently offline Christophe BouhierFriend
Messages: 937
Registered: July 2009
Senior Member
Hello,

I am migrating an 3.x app, which requires 3.x workbench images typically
obtained as:

ISharedImages sharedImages = PlatformUI.getWorkbench().getSharedImages();

Now, I researched the topic a bit in relation to e4 and my conclusion
sofar is:

1) The images are in org.eclipse.ui and not available as such in pure e4.
2) The images are made available through the org.eclipse.ui.workbench
and there is no equivalent to expose them in pure e4.


woudn't it be nice to expose these images, and potentially other
resources from 3.x through an e4 tools IResourceProviderService ?
This could reside in it's own plugin or.... (I let the experts decide on
where it should go).

For now, I have made such a plugin, which now exposes the workbench
images.

You can find it here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=404727

I wouldn't mind hacking this into the official e4 release or tools some
place, but would need some advise on where this goes?

Merci!
Christophe
Re: exposing eclipse 3.x resources trough a e4.tools service [message #1032782 is a reply to message #1032068] Wed, 03 April 2013 12:30 Go to previous message
Eclipse UserFriend
This probably belongs to platform/ui.
Previous Topic:VisibleWhen core expression not working for Menu
Next Topic:Dynamically creating SWT components in e4 parts
Goto Forum:
  


Current Time: Thu Apr 25 09:48:42 GMT 2024

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

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

Back to the top