Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Re: Updated drag patch

> 
> --=_mixed 004F84FC85256DAA_=
> Content-Type: text/plain; charset="US-ASCII"
> 
> Thanks, Alain.
> 
> I noticed that CView#initDragAndDrop now uses 
> org.eclipse.cdt.ui.LocalSelectionTransfer in both dragTransfers and 
> dropTransfers while the patch I submitted used 
> org.eclipse.ui.views.navigator.LocalSelectionTransfer in dropTransfers as 
> was the case in earlier versions. CViewDropAdapter supports 
> org.eclipse.ui.views.navigator.LocalSelectionTransfer but not 
> org.eclipse.cdt.ui.LocalSelectionTransfer.
> 
> Was this change intentional? Here's a patch to correct this.
> 

Probably not, a side effect of "organise import" action done at the wrong time .. maybe.

I would say that we should refactor
org.eclipse.cdt.ui.LocalSelectionTransfer --> CLocalSelectionTransfer

To minimise this sort of things,

Any other things ?




Back to the top