CDT Commit Report for - January 31, 2005

amagloire

2005-01-29 Alain Magloire
Copy the spaces and Newlines.
* model/org/eclipse/cdt/internal/core/model/CopylementsOperation.java
* model/org/eclipse/cdt/internal/core/model/DeleteElementsOperation.java

aniefer

C/C++ Problems & Exceptions
- semantic problems result in IProblemBindings
- attempting to do too much with an IProblemBinding results in a DOMException
- All IBinding, IType & IScope interface functions throw DOMException

small cleanup re namespaceType in CVisitor

jcamelon

Patch for Devin Steffler.

Further updates to DOM AST View.

Patch for David Daoust.

Fix #include_next logic in BaseScanner.

Patch for Devin Steffler.

Further updates to DOM AST View.
Removed NPE's from C/CPPVisitor.

Removed an ArrayIndexOutOfBoundsException.

sevoy

Fix for bugzilla 75529 -- [Managed Build] Shouldn't go to the beginning on configuration changing

Just tweaked the logic to check for a previously selected tool or option (which the tab was storing anyway). If one was selected, that selection is made in tree viewer.

No bugzilla, but this check-in removes a warning over the use of a new (Java 1.5) keyword 'enum'.

Fix for bugzilla 75529 -- [Managed Build] Shouldn't go to the beginning on configuration changing

Corrected a problem whereby a tree selection on a selected option would hide the options.