CDT Commit Report for - March 25, 2004

aniefer

ITokenDuple support for seperating fully qualified names that use template-ids,
also modify IASTFactory.createField & createVariable to take ITokenDuple for name
Better treatement for definitions of static members of template classes.

dinglis

added nature id to CProject
add scannerinfo upon project configure

added CBuildConsole schema

clean up getProcessList and schemas for CProject & CBuildConsole

added platform to extension

added natureID to Cproject schema to help recover missing .cdtproject files

update to allow non-owned project

small change to error string

fixed string in error

getProcessList can throw a CoreException

update processList schema to require a platform

simple change to use native defined in interface

hamer

Joined effort with Bogdan, Added parser timeout capability that is used by Content Assist

sevoy

The tool page was not refreshing on configuration change events. The problem was that the list control was returning the tool instead of the reference, and since all the references point to the same tool, the property page thought nothing had changed and did not repaint the selection. Switched around the logic of the list content and label provider to work better under this case.