CDT Commit Report for - February 25, 2004

amagloire

Fix PR 52138

New constructor for ShowInCView

gheorghe

- First go at adding selection search to CDT. You can now search for Declarations, References in Workspace, WorkingSets triggered from the CEditor, CView or COutline.
- Added Dependency NPE check + test
- Selection Parser change from John
- Cleaned up search properties file

jcamelon

org.eclipse.cdt.core
Updated Scanner to allow for invalid identifier names despite C++'s best efforts at maintaining its honour.

org.eclipse.cdt.core.tests
Added ScannerTestCase::testGerman().

org.eclipse.cdt.core
Fixed Bug 43051 : Search: cannot specify relative search paths
Fixed Bug 45140 : refactor IScanner to allow use of Readers of IResource

org.eclipse.cdt.core.tests
org.eclipse.cdt.ui
Updates for new ISourceElementRequestor interface updates.

Refactoring Scanner.handleInclusion to be more modular.