From 5fd96de2e53d63d1ebd12fead0c8d4dd7df4f281 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 20 Aug 2003 17:34:42 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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