CDT Commit Report for - September 16, 2003

dinglis

removal of old make ui componets (wizards/views/actions/properties)

remove unused builder will move other cbuilder later

deprecate ties to old builder from nature and core plugin

prompt for convertion on statup if workspace contains old make projects

fixed bug when setting selected parser.

dschaefer

Make sure everything is exported out of the plugins.

Fixed up the build properties.

Patch for Sean Evoy:
- The fix is for bug 43017, something I need anyway. The
incremental build work is to make a full rebuild happen when the build
settings change through the UI. Tested the changes on Linux and Win32.

jcamelon

Patch for Hoda Amer


Core:
In completeParseASTFactory.getExpressionResultType(): Added the support
for expression type PRIMARY_THIS.
In createMethod(): changed the scope of a method definition to point to
the parent class.

Tests:
Added CompleteParseASTExpressionTest.testPrimaryThis()

IASTFunction::previouslyDeclared implementation

mkhodjai

Cleanup.

Fix for PR 38468: Error in files location.
Use the 'getCanonicalPath' method of the 'File' class to obtain the file name.

Correct dates.