Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] RE: file drag and drop broken with latest changes

Ah, yess..... my fault.
Refactored ISystemDragDropAdapter to non-UI and forgot fixing fully qualified pathes in plugin.xml
See also

https://bugs.eclipse.org/bugs/show_bug.cgi?id=183769

Cheers,
--

Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm

 


From: David McKnight [mailto:dmcknigh@xxxxxxxxxx]
Sent: Tuesday, April 24, 2007 2:12 PM
To: Oberhuber, Martin
Subject: file drag and drop broken with latest changes


I've noticed with your latest changed (for the adapters) that there's no file drag and drop.   In the dragstart method of SystemViewDataDragAdapter, we have this call:                                         ISystemDragDropAdapter adapter = (ISystemDragDropAdapter) ((IAdaptable) dragObject).getAdapter(ISystemDragDropAdapter.class);

However it returns null now instead of the adapter.

Could you take a look?

____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/YFY/8200/TOR
____________________________________

Back to the top