From ecf1086df4d20670089a6e3e0188f0eea635bc40 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 22 Feb 2005 02:44:30 +0000 Subject: [PATCH] 2005-02-15 Alain Magloire Fix PR 82322, PR 78330 * plugin.xml --- core/org.eclipse.cdt.ui/ChangeLog | 4 +++ core/org.eclipse.cdt.ui/plugin.xml | 40 +++++++++++++++++++++++++++--- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index d77c6785c52..b3228ec2cca 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,7 @@ +2005-02-15 Alain Magloire + Fix PR 82322, PR 78330 + * plugin.xml + 2005-02-15 Alain Magloire Fix PR 82856 * src/org/eclipse/cdt/internal/ui/editor/ExternalSearchAnnotationModel.java diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index b3d59c8510f..575f800d708 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -466,8 +466,24 @@ name="%cDocumentSetupParticipant" point="org.eclipse.core.filebuffers.documentSetup"> + class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant" + contentTypeId="org.eclipse.cdt.core.cSource"> + + + + + + + + + class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory" + contentTypeId="org.eclipse.cdt.core.cSource"> + + + + + + + +