Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Using org.eclipse.ui.ide
Using org.eclipse.ui.ide [message #505492] Thu, 31 December 2009 06:00 Go to next message
Laurent Petit is currently offline Laurent PetitFriend
Messages: 35
Registered: July 2009
Member
Hello,

So by extensively browsing the archives, I've found that it's possible to share a workspace among all users of an application by adding org.eclipse.core.resources in the target platform and as a
dependency.

It works well for the non UI Part. Now I want to add some UI stuff !

I need for example the class IDE which has the registerAdapters() method which will register adapters to IWorkbenchAdapter for IResources, IFiles, IProjects, etc. (so that I can use
WorkbenchLabelProviders, etc.).
I also know I'll need in the near future editor inputs for IResources, too.

So it seems that I need to have org.eclipse.ui.ide as a dependency, since it's the one that provides those classes.

But I'm having trouble at getting there.

Is it feasible at all ? (since org.eclipse.ui.ide depends on org.eclipse.ui, and not org.eclipse.rap.ui ?)

Will I have to fork org.eclipse.ui.ide, fix the errors, and live with this adapted version ?

Is there another solution ?


Thanks in advance for your help,

--
Laurent
Re: Using org.eclipse.ui.ide [message #505558 is a reply to message #505492] Fri, 01 January 2010 17:03 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Hi Laurent,

I am glad to see that you give RAP a try Smile
For now, you will have to live with a forked org.eclipse.ui.ide as you suggested. At least I am not aware of a better solution.

HTH
Rüdiger
Re: Using org.eclipse.ui.ide [message #505897 is a reply to message #505558] Tue, 05 January 2010 14:18 Go to previous messageGo to next message
Laurent Petit is currently offline Laurent PetitFriend
Messages: 35
Registered: July 2009
Member
Rüdiger Herrmann wrote:
> Hi Laurent,
>
> I am glad to see that you give RAP a try :)
> For now, you will have to live with a forked org.eclipse.ui.ide as you
> suggested. At least I am not aware of a better solution.

Hi Rüdiger,

OK, so far do you think I'm following a dead-end path here ? Or does it make sense ?
Re: Using org.eclipse.ui.ide [message #507691 is a reply to message #505897] Thu, 14 January 2010 12:04 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi Laurent,

I think it depends on what you need from the IDE bundle. If you only
need some dialogs or simple things as label providers, I don't see a big
problem. The only thing I personally would be very careful in the
context of resources (IProject, IFile, etc). The while resource story of
Eclipse is not multi-user enabled and this can lead to problems like
workspace locking for all users.

Hope that helps a little bit. Was there any progress on your side in the
meantime?

Regards,
Benny

Laurent Petit wrote:
> Rüdiger Herrmann wrote:
>> Hi Laurent,
>>
>> I am glad to see that you give RAP a try :)
>> For now, you will have to live with a forked org.eclipse.ui.ide as you
>> suggested. At least I am not aware of a better solution.
>
> Hi Rüdiger,
>
> OK, so far do you think I'm following a dead-end path here ? Or does it
> make sense ?


--
Benjamin Muskalla | EclipseSource Karlsruhe
http://www.eclipsesource.com | http://twitter.com/eclipsesource
Previous Topic:Textbox height in a small browser window
Next Topic:How to properly shutdown Eclipse RAP application?
Goto Forum:
  


Current Time: Fri Apr 26 16:01:57 GMT 2024

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

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

Back to the top