CDT Commit Report for - March 8, 2004

amagloire

Conflict with changes from Bogdan

Fix the point size of the icons in the CView, they were too big.

New source browser for the Type hierarchy, From Chris Wiebe.

dschaefer

Fixed up build.properties to include new browser folder.

gheorghe

Patch for Chris Wiebe: BasicSearchResultCollector refactoring
Refactored MouseClickListener out of CEditor; modified it to use CppCodeScanner keywords
Fixed Outline refresh problem by reverting to an earlier copy of WorkingCopyManager

Minor refactoring to Chris Wiebe's jumbo patch - modified TypeSearchResultCollector.createMatch
in AllTypesCache

hamer

Partial Fix for bug#52948

mkhodjai

Display global variable name in the error message when the "Add Globals" action fails.

sevoy

Committing the changes needed by our partners to better support a variety of tool references. A class hierarchy of tool references has been introduced. The base class is an abstract tool reference. Unqualified tool references, like those used in the manifest or project files will be continue to be treated as tool references. However, we now have some flexibility for the future should a more refined type of tool reference be needed; for example, a dynamic tool that reads a configuration file to determine what environment it is targetting.