mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
updated.
This commit is contained in:
parent
b18a703288
commit
b48df83281
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue