From 692b6647df6cda90f6bc65d46521760025efc242 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 14 Apr 2003 17:31:36 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 4650b30c996..c44d40b60bd 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,13 @@ +2003-04-14 Alain Magloire + + The problem: the old parser can still hangs and bring chaos, this + temporary code(since the new parser does not have yet a callback + mechanism) allow us to use the new parser when doing the visual diffs. + It is key on the preference setting, to enable/disable the old parser. + + * src/org/eclipse/cdt/internal/ui/comparator/CStructureCreator.java: + * src/org/eclipse/cdt/internal/ui/comparator/ComparatorModelbuilder.java: + 2003-04-10 Alain Magloire * src/org/eclipse/cdt/internal/ui/editor/CEditorActionContributor.java: