CDT Commit Report for - April 7, 2004

amagloire

typo in the string.

Change the parsing mode to be structural for the
TypeInfo parsing.

cache the values in the info for speed

wrap the output in to logs.

cleanup some warnings.

Patch from Chris Wiebe to clean out the layout.

New patch from Chris Wiebe to boost the performance
of the TypeInfo, a separation is done via
the Core and UI to provide more flexibility for clients
using this service.

aniefer

fix lookup in parents while doing content assist on list out of

changes for parsing iostream in a standard project with discovered symbols

fix bug 44338

dinglis

fixed event problem

patch from Mikhail

begining of new include/symbols page.

dschaefer

Removed the reference to xerces.

jcamelon

org.eclipse.cdt.core
Provided a partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=50152
Updated IExpressionParser::expression() interface necessitated by this fix, and updated its clients appropriately.

org.eclipse.cdt.core.tests
Updated test cases that used IExpressionParser::expression().
Added CompletionParseTest::testCompletionInFunctionBodyFullyQualified().
Added CompletionParseTest::testCompletionInFunctionBodyQualifiedName().

org.eclipse.cdt.ui.tests
Updated CompletionFailedTest_ScopedReference_Prefix_Bug50152, moved it out of failed tests package and renamed it to CompletionTest_ScopedReference_Prefix_Bug50152.
Updated CompletionFailedTest_TypeDef_Bug52948, moved it out of failed tests package and renamed it to CompletionTest_TypeDef_Bug52948.
Updated CompletionFailedTest_ScopedReference_NoPrefix_Bug50152 to show Hoda/Andrew what is still broken.

mkhodjai

Removed the "Show Debugger Console" action.

Removed the support of debugger process.

Strings externalization fixes and reformatting.