CDT Commit Report for - April 8, 2004

dinglis

update - work in progress

jcamelon

org.eclipse.cdt.core

  Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57800.


org.eclipse.cdt.core.tests

  Removed warnings from CompletionTests.

  Added CompleteParseASTTest::testBug57800().

org.eclipse.cdt.core

  Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=50808.

  Provided partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=50807.

  Provided partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=52988.

  Introduced EMPTY_STRING, a single constant that replaced > 100'S O literal "" in the code.

  Updated IASTCompletionNode interface to provide better support for FUNCTION_REFERENCE and CONSTRUCTOR_REFERENCE.

  Implemented IASTTypeId.getFullSignature() for both QUICK_PARSE and COMPLETE_PARSE.

  Tweaked ASTNode.lookup() so that it would work for FUNCTION_REFERENCE.


org.eclipse.cdt.ui

  Updated CompletionEngine to use the extended IASTCompletionNode interface for FUNCTION_REFERENCE.


org.eclipse.cdt.ui.tests

  Updated CompletionFailedTest_ConstructorReference_Bug50808, renamed it to CompletionTest_ConstructorReference and moved it out of the failed tests folder.

  Updated CompletionFailedTest_TypeDef_Bug52948, renamed it to CompletionTest_TypeDef_Prefix and moved it out of the failed tests folder.

  Renamed CompletionTest_TypeDef_Bug52948 it to CompletionTest_TypeDef_NoPrefix.

  Updated CompletionTest_SingleName_Parameter and renamed it to CompletionTest_FunctionReference_Prefix.

  Updated CompletionFailedTest_FunctionReference_Bug50807, renamed it to CompletionTest_FunctionReference_NoPrefix and moved it out of the failed tests folder.

mkhodjai

Added breakpoint images and implemented the extension points for breakpoint marker annotations.

Implementing retargettable actions.

sevoy

Committing work from BitMethods to replace the list field editor with a new class that uses icons instead of labesl for New, Edit, Delete, etc