From e030d04985a0999a3d80c03c0a4fb795a8f1a97b Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 14 Sep 2004 14:19:39 +0000 Subject: [PATCH] 2004-09-14 Alain Magloire Define contentTypes for some of the extension points. * plugin.xml --- core/org.eclipse.cdt.ui/ChangeLog | 6 +++++ core/org.eclipse.cdt.ui/plugin.xml | 38 ++++++++++++++++++++++++++++-- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index b7893efa6f9..219edea467c 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,9 @@ +2004-09-14 Alain Magloire + + Define contentTypes for some of the + extension points. + * plugin.xml + 2004-09-11 Alain Magloire Allow grouping of namespace in the outliner. diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 591c410567c..cb657fa2e6c 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -532,15 +532,49 @@ point="org.eclipse.compare.structureCreators"> + class="org.eclipse.cdt.internal.ui.compare.CStructureCreator" + id="org.eclipse.cdt.ui.compare.CStructureCreator"> + + + + + + + + + class="org.eclipse.cdt.internal.ui.compare.CContentViewerCreator" + id="org.eclipse.cdt.ui.compare.CContentViewerCreator"> + + + + + + + +