CDT Commit Report for - March 11, 2004

amagloire

Support for OpenDeclaration action on the MakefileEditor.

hamer

Adding the undo manager for the Rename Refactor

jcamelon

Refactoring of Scanner to allow reuse in GCCScannerExtension for #include_next

Updated content assist to not clear() the Scanner's definition map.

sevoy

Fix for critical bug 44163.
The managed build info would become confused when the project it was associated with was renamed. The project still stored the build information in its session data, but the internal reference to the owner project was not updated in the build info. Now, when the build info is retrieved from a project, the manager asks the info to do a sanity test to check the identity of the true owner against the owner the it thinks it has. If they differ, the build information updates its owner and the owner of all the targets it maintains for the project.