mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=50808. <BR> Provided partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=50807. <BR> Provided partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=52988. <BR> Introduced EMPTY_STRING, a single constant that replaced > 100'S O literal "" in the code. <BR> Updated IASTCompletionNode interface to provide better support for FUNCTION_REFERENCE and CONSTRUCTOR_REFERENCE. <BR> Implemented IASTTypeId.getFullSignature() for both QUICK_PARSE and COMPLETE_PARSE. <BR> Tweaked ASTNode.lookup() so that it would work for FUNCTION_REFERENCE. <BR><BR> org.eclipse.cdt.ui <BR> Updated CompletionEngine to use the extended IASTCompletionNode interface for FUNCTION_REFERENCE. <BR><BR> org.eclipse.cdt.ui.tests <BR> Updated CompletionFailedTest_ConstructorReference_Bug50808, renamed it to CompletionTest_ConstructorReference and moved it out of the failed tests folder. <BR> Updated CompletionFailedTest_TypeDef_Bug52948, renamed it to CompletionTest_TypeDef_Prefix and moved it out of the failed tests folder. <BR> Renamed CompletionTest_TypeDef_Bug52948 it to CompletionTest_TypeDef_NoPrefix. <BR> Updated CompletionTest_SingleName_Parameter and renamed it to CompletionTest_FunctionReference_Prefix. <BR> Updated CompletionFailedTest_FunctionReference_Bug50807, renamed it to CompletionTest_FunctionReference_NoPrefix and moved it out of the failed tests folder. <BR> |
||
---|---|---|
.. | ||
core/org/eclipse/cdt/ui/tests/textmanipulation | ||
resources/contentassist | ||
src/org/eclipse/cdt/testplugin | ||
ui/org/eclipse/cdt/ui/tests | ||
.classpath | ||
.cvsignore | ||
.project | ||
about.html | ||
build.properties | ||
ChangeLog | ||
plugin.xml | ||
test.xml |