CDT Commit Report for - October 27, 2003

amagloire

updated.

added method for implementing firing events when
cpathentry is modified.

dinglis

applied patch fro Thomasf
- Add Edit buttons for changing the symbol and include paths
values.
- Adjusted to use MakeUIPlugin properties instead of CUIPlugin
properties.

fixes bug# 45612

dschaefer

Patch for Bogdan: (44366 & 45324)
- Moved off all dependency calculations to the Indexer thread,
created a new UpdateDependency job
- Modified CSearchOperation to only lock the workspace
when tagging resources with markers.

Merged 1.2 fixes into HEAD. Includes:
- managed make fix for infinite make recursion
- search fix for large projects
- fixes to source project so that it actually contains source

Patch for Bogda Gheorghe: (44366 & 45324)
- Moved off all dependency calculations to the Indexer thread,
created a new UpdateDependency job
- Modified CSearchOperation to only lock the workspace when
tagging resources with markers.

file UpdateDependency.java was initially added on branch cdt_1_2.

file AcceptMatchOperation.java was initially added on branch cdt_1_2.

hamer

Fix for outline flickers problem

mkhodjai

Renamed 'SourceLocationFactory' to 'SourceLookupFactory'.

Added support of the old launch configurations.

Moved 'DefaultSourceLocator' from the 'org.eclipse.cdt.launch' plugin and merge it with 'CUISourceLocator'.
Added dependency to 'org.apache.xerces'.
Moved the 'org.eclipse.debug.core.sourceLocators' extension from the launcher.
Changed the initialization of 'SourceLookupBlock'.

Renamed 'SourceLocationFactory' to 'SourceLookupFactory'.
Added the 'createSourceLocator' method to 'SourceLookupFactory'.

Changed the 'getAdapter' method of 'CSourceManager' to return the adapter of the 'ICSourceLocator' class.

tfletcher

Patch from Mikhail Khodjaiants regarding source lookup.