From b48df832816b76d44b5a1ad65b2d9b2c505a42be Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 6 Jun 2003 01:16:17 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index b4f0b838e98..9f274b02952 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,16 @@ +2003-06-05 Alain Magloire + + Patch from Christophe Juniet, this patch adds #ifdef guards + when generating a header for a class. + + Note the field NewClassWizardPage.createClass change to ICElement + since the C/C++ consider: + class foo { }; + like a variable instead IVariable instead of a IVariableDeclaration. + + * src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java + * src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties. + 2003-05-23 Alain Magloire Patch from Victor Mozgin to deal with PR 38405