Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » creating/using linked resource group ui element
creating/using linked resource group ui element [message #528597] Wed, 21 April 2010 08:21
Kristof Szabados is currently offline Kristof SzabadosFriend
Messages: 82
Registered: July 2009
Member
Hi,

I would like to allow my users to set the location of a folder in our
plug-in as a linked resource.

Right now they can provide the location of this folder as part of the
resource system of the project they are actually working on, but they
also wish to be able to link it to a project-external location.
As this folder needs to be created by our builder when a new project is
checked out, we have to support the user in this task. And we also would
like to make it look like the advanced part of the new file/folder wizards.

The problem is that the control used in those wizards is eclipse
internal /*
org.eclipse.ui.internal.ide.dialogs.CreateLinkedResourceGrou p */, so
using it does not sound to be a good idea, since we also have to support
several version of eclipse.

So far, however I have not been able to find any other resource I could
use to achieve my aims.
/* Even if I would try to take the source from that class, it builds on
functionality from several other internal packages */

Is there any eclipse provided, non-internal, resource to solve this
problem ?
/* or we should just write our "look-alike" version */

Best Regards
Kristof
Previous Topic:IWorkbenchPartSite vs IWorkbenchSite vs IWorkbenchPart vs IWorkbenchPage
Next Topic:Using a .jnilib file in released product
Goto Forum:
  


Current Time: Sat Jul 27 09:50:26 GMT 2024

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

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

Back to the top