views:

9

answers:

0

We ship an eclipse RCP with a main view that contains a structured viewer. I define a DropTarget on the viewer that seems to work fine (supports File, Plugin and Resource Transfer Types).

The only problem is, when I use this with our other product, an IDE based on the full eclipse platform, I can't get the resource from my selection in the IDE.

The DropTargetEvent that gets handled in the RCP's view uses a plugin transfer type, and the 'data' is just the view id of the view in the IDE that contained the original selection.

FYI - The IDE view is CNF based (actually just org.eclipse.ui.navigator.ProjectExplorer).

Any help is appreciated! Thanks