CDT Commit Report for - November 5, 2004

amagloire

updating changelog

Code formate block UI

format help id

Change to CodeFormat interface

keys for code formatter NLS

reset to the default formatter.

reorganize import

new code format extension page

framework for code formatter.

Code formatter Preference Page.

Changes to codeformat

cwiebe

changed label

2004-11-05 Chris Wiebe

Fix for 56204 - empty source files are no longer created
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java

2004-11-05 Chris Wiebe

Remove option to use an existing class as enclosing type (defer to future release)
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties

jcamelon

file CASTLiteralExpression.java was initially added on branch cdt_ast2.

Patch for Devin Steffler.

Fixed 77379[IProblems][line: -1] IProblem with line: -1 in basic_string.tcc (template related?)
Fixed 77382[IProblems][line: -1] 'this->' in basic_string.tcc has invalid IProblem
Fixed 77389[IProblems] no filename associated with IProblem (ambiguity encountered during lookup)
Fixed 77390 [IProblems] no filename associated with IProblem (Invalid arithmetic conversion in file)
Fixed 77391 [IProblems] no filename/message associated with IProblem in list.tcc

Get physical tree for AST2Tests working.

file IASTConditionalExpression.java was initially added on branch cdt_ast2.

file CASTInitializerExpresion.java was initially added on branch cdt_ast2.

file CASTExpressionStatement.java was initially added on branch cdt_ast2.

file CASTBinaryExpression.java was initially added on branch cdt_ast2.

file CASTIdExpression.java was initially added on branch cdt_ast2.

file CASTFieldReference.java was initially added on branch cdt_ast2.

file ICASTCompositeTypeSpecifier.java was initially added on branch cdt_ast2.

AST2Tests#testBasicFunction() now passes the physical assertions.

file CASTCompositeTypeSpecifier.java was initially added on branch cdt_ast2.

file CASTCompoundStatement.java was initially added on branch cdt_ast2.

mkhodjai

Cleanup.