Community
Participate
Working Groups
I am trying to support dropping of links from Internet Explorer to the blank editor area (WorkbenchWindow?) of our RCP application. As far as I can tell from examining the Eclipse source code, IE wants this operation to be a DROP_LINK. It would seem that the DropTarget object being instantiated automatically by the RCP is being initialized with the style 'DND.DROP_DEFAULT | DND.DROP_COPY', thus all DROP_LINK operations are disallowed. This instantiation occurs in org.eclipse.ui.internal.EditorSashContainer and seems to be preventing us from supporting dropping of links from IE. Would it be possible to get support for DROP_LINK?
Oops - just noticed I had linux set. (I submitted the bug using a linux machine :)
Created attachment 27891 [details] Add "DROP_LINK" to the list of valid operations for the EditorSashContainer
richard, have you tried this patch. I'm wondering if this works for you, before we put it in?
NOTE, Richard this code is not in the builds yet, are you able to test it first?
(In reply to comment #4) > NOTE, Richard this code is not in the builds yet, are you able to test it first? Negative. I don't have the Eclipse src checked out right now, nor an appropriate environment setup. (Is there something like a quickstart available? that would help) If someone makes a release with the code for me, I can try it out. A little short on time right now though.
how about I release it to HEAD, then you could take the next Integration build and verify and once that is done we can close this bug? fix released to head, will be available in nightly builds starting tomorrow, or the I20051025 Integration build.
I have downloaded N20051030-0010-win32 and confirmed that the above patch fixes this problem. Is there any chance it will be fixed on 3.1.x? Thanks! Richard
MVM, could you please apply this patch for me?? Thanks
fixed in M3. marking bug as 3.1.2 and leaving open. Once there is a plan to build 3.1.2 we can discuss getting this in.
3.1.2 builds are starting with M20051116-0800.
This patch has already been applied to the maintenance branch by MVM on Nov 11th...
Eric, I guess this bug can be marked resolved-fixed then?
Marking as FIXED since the change is already in the maintenance branch...
verified by looking at the code on Motif - 3.1.2 RC0 M20060109-1200
Verified through source inspection on M20060109-1200...