diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index fe5ee1c052d..427b4541c98 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,10 @@ +2003-08-19 Keith Campbell + Extended CView and CViewDragAdapter to use LocalSelectionTransfer. + Eventually this will permit dragging elements from the "C/C++ Projects" view + to trigger refactoring operations as in the JDT, for example. + * src/org/eclipse/cdt/internal/ui/cview/CView.java + * src/org/eclipse/cdt/internal/ui/cview/CViewDragAdapter.java + 2003-08-14 Sean Evoy Added initial toolchain description for Solaris and Linux targets using Gnu tools. * plugin.xml