From 58fba52badf53e9cfd797bb2fd4344d4b72dec34 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 1 Sep 2003 21:50:10 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.core/ChangeLog | 6 ++++++ core/org.eclipse.cdt.ui/ChangeLog | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 7409d4dc884..1705421a81a 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,9 @@ +2003-09-01 Alain Magloire + + Typo in the class signature. + + * plugin.xml + 2003-08-31 Alain Magloire Add method to save the ErrorParsers diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index b6ff50f548e..be20143c788 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,15 @@ +2003-09-01 Alain Magloire + + The Drag&Drop code is revisited with a facelift. + The good news much of the code can be removed, the Eclise + platform/Worbench folks refactor there code so more can now + be shared. We take adavantage of this. + The bad news much of the code will have to be revisited + and rewrite again when we will start dealing with refactoring. + + * src/org/eclipse/cdt/internal/ui/cview/CViewDropAdapter.java + * src/org/eclipse/cdt/internal/ui/cview/CViewDragAdapter.java + 2003-08-31 Alain Magloire Added new block ErrorParserBlock, not enable yet.