Community
Participate
Working Groups
Build Identifier: This is a regression of bug#317761. In the past, users were able to drag and drop files from TS Explorer on other applications, which would open the file in those application. This has stopped working after the Explorer transition. Reproducible: Always Steps to Reproduce: 1. Create a TS Project in TS Explorer 2. Create foo.xml in the project 3. Drag and Drop foo.xml onto Firefox (or to another editor). In the past, the file used to get open in the application that it was dropped on.
Fixed.
This is still not working for me! Yuri, which classes did you modify?
Hi Navid, We've added a small fix to the org.eclipse.tigerstripe.workbench.ui.base/plugin.xml: <extension point="org.eclipse.ui.navigator.viewer"> <dragAssistant class="org.eclipse.ui.navigator.resources.ResourceDragAdapterAssistant" viewerId="org.eclipse.tigerstripe.workbench.views.artifactExplorerViewNew"/> ... So we just provide standard drag assist. And your scenario works well for me...
Thanks Yuri! For some reason I had to start with a clean workspace to get this working. Marking back as fixed.
Verified.