CDT Commit Report for - September 7, 2004

amagloire

Follows ICDITarget

2004-09-07 Alain Magloire

Part of the uncoming work to supply formatting in CDT
* src/org/eclipse/cdt/internal/corext/CodeFormatterUtil.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/text/CFormatingStrategy.java
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
* plugin.properties
* plugin.xml

2004-09-07 Alain Magloire

Part of the uncoming work to supply formatting in CDT
* schema/CodeFormatter.exsd
* src/org/eclipse/cdt/core/CodePreferenceConstants.java
* src/org/eclipse/cdt/core/ToolFactory.java
* src/org/eclipse/cdt/core/formatter/CodeFormatter.java
* src/org/eclipse/cdt/core/formatter/CodeFormatterConstants.java
* src/org/eclipse/cdt/internal/core/CCorePreferenceInitializer.java
* plugin.properties
* plugin.xml

set the location for the builtin files correctly

Removing some warnings.

2004-09-06 Alain Magloire

The changes is move the MISession as part
of Target. The rationale; we want to have
Session
---------------
| |
Target(gdb) Target(gdb)
To be able to do this we need to untie the MISession
from Session.

Also we are moving toward retiring the ICDIXXXXManager
and move the methods in the the proper methods.

2004-09-07 Alain Magloire
New interfaces to Target.
* ICDITarget.java
* ICDIBreakpointManagement.java

2004-09-07 Alain Magloire
Wrong icons
* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
* src/org/eclipse/cdt/internal/ui/cview/CViewLabelProvider.java
* src/org/eclipse/cdt/internal/ui/cview/InlcudeReferenceProxy.java

Define the open declaration action properly

aniefer

fix broken buffer cache, 73378

cwiebe

2004-09-07 Chris Wiebe

comment out old class wizard
* plugin.xml

dschaefer

file IASTLiteral.java was initially added on branch cdt_ast2.

file IASTVariable.java was initially added on branch cdt_ast2.

file ICPPNamespace.java was initially added on branch cdt_ast2.

file IASTCompoundType.java was initially added on branch cdt_ast2.

file IASTIdentifier.java was initially added on branch cdt_ast2.

file IASTReference.java was initially added on branch cdt_ast2.

file IASTTypeReference.java was initially added on branch cdt_ast2.

file IASTNode.java was initially added on branch cdt_ast2.

file IASTTypeDeclaration.java was initially added on branch cdt_ast2.

file IASTParameter.java was initially added on branch cdt_ast2.

file IASTStatement.java was initially added on branch cdt_ast2.

file IASTFunction.java was initially added on branch cdt_ast2.

file IASTType.java was initially added on branch cdt_ast2.

file IASTVariableReference.java was initially added on branch cdt_ast2.

file IASTDeclaration.java was initially added on branch cdt_ast2.

file IASTVariableDeclaration.java was initially added on branch cdt_ast2.

file IASTScope.java was initially added on branch cdt_ast2.

file IASTExpression.java was initially added on branch cdt_ast2.

First cut new AST interfaces, including a shot at C++ namespaces.

gheorghe

Fix for Bug 73191: Search not finding all references in a specific example

jcamelon

Parser performance enhancement. Flatten Parser inheritance hierarchy. Remove x-reference caching.

Parser performance improvement through flattening the inheritence structure & removing reference caching.

Fixed 71534 - [Parser] IUsing does not have starting offset (IASTUsingDirective)

mkhodjai

Moved to the new breakpoint management API.