Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] SelectionTransferDragAdapter should not block dragging of Folders.


Hi All,

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

Currently SelectionTransferDragAdapter#isDragable(ISelection) blocks dragging of folders, this blocks LocalSelectionTransfer.

Ideally it should be dropTarget that need to validate whether the drag is valid or not. we should not block dragging any of the ICElements in SelectionTransferDragAdapter.

I would like to get more comments on this before i create a patch.


Thanks and Regards,

Janees


Back to the top