CDT Commit Report for - February 5, 2004

amagloire

2004-02-05 Alain Magloire
PR 51221
Reformat Patch from Bogdan base on Thomas Fletcher original patch
In a nutshell, it moves the search operation into a runnable which
can be passed to a progress dialog.

Fix PR 50810
COFF/PE parser the String Table had wrong value.
Guard against it.

Model:
Cache the IBinaryArchive class in Archive.

PR 51221
Move the search operation in a runnable.

Fix for PR 50810
PE/Coff guard agains bad values of String Table.

Model: cache the IBinaryArchive class in Archive.

Patch from Chris Wiebe
to deal with includes outside the workspace.

2004-02-05 Alain Magloire
PR 51221
Reformat Patch from Bogdan base on Thomas Fletcher original patch
In a nutshell, it moves the search operation into a runnable which
can be passed to a progress dialog.

* src/org/eclipse/cdt/internal/ui/editor/OpenDeclarationsAction.java

Patch from Chris to catch Cancel exception

hamer

Content Assist Preference fix

jcamelon

org.eclipse.cdt.core
Added preliminary (crude) SelectionParser IParser implementation for SELECTION_PARSE clients.

org.eclipse.cdt.core.tests
Added preliminary SelectionParseTests to test SELECTION_PARSE clients.
Added SelectionParseTests to ParserTestSuite.