1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.ui.tests
John Camelon 5cc0a37e2b org.eclipse.cdt.core <BR>
&nbsp;&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=50808. <BR>
&nbsp;&nbsp;Provided partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=50807. <BR>
&nbsp;&nbsp;Provided partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=52988. <BR>
&nbsp;&nbsp;Introduced EMPTY_STRING, a single constant that replaced > 100'S O literal "" in the code. <BR>
&nbsp;&nbsp;Updated IASTCompletionNode interface to provide better support for FUNCTION_REFERENCE and CONSTRUCTOR_REFERENCE. <BR>
&nbsp;&nbsp;Implemented IASTTypeId.getFullSignature() for both QUICK_PARSE and COMPLETE_PARSE. <BR>
&nbsp;&nbsp;Tweaked ASTNode.lookup() so that it would work for FUNCTION_REFERENCE. <BR><BR>
org.eclipse.cdt.ui <BR>
&nbsp;&nbsp;Updated CompletionEngine to use the extended IASTCompletionNode interface for FUNCTION_REFERENCE. <BR><BR>
org.eclipse.cdt.ui.tests <BR>
&nbsp;&nbsp;Updated CompletionFailedTest_ConstructorReference_Bug50808, renamed it to CompletionTest_ConstructorReference and moved it out of the failed tests folder. <BR>
&nbsp;&nbsp;Updated CompletionFailedTest_TypeDef_Bug52948, renamed it to CompletionTest_TypeDef_Prefix and moved it out of the failed tests folder. <BR>
&nbsp;&nbsp;Renamed CompletionTest_TypeDef_Bug52948 it to CompletionTest_TypeDef_NoPrefix. <BR>
&nbsp;&nbsp;Updated CompletionTest_SingleName_Parameter and renamed it to CompletionTest_FunctionReference_Prefix. <BR>
&nbsp;&nbsp;Updated CompletionFailedTest_FunctionReference_Bug50807, renamed it to CompletionTest_FunctionReference_NoPrefix and moved it out of the failed tests folder. <BR>
2004-04-08 00:33:43 +00:00
..
core/org/eclipse/cdt/ui/tests/textmanipulation Remove usage of Java 1.4 reserved keyword assert. 2003-07-17 15:23:56 +00:00
resources/contentassist Partial Fix for bug#52948 2004-03-08 21:20:11 +00:00
src/org/eclipse/cdt/testplugin Upgrade to Eclipse 3.0. Includes: 2003-11-24 18:31:03 +00:00
ui/org/eclipse/cdt/ui/tests org.eclipse.cdt.core <BR> 2004-04-08 00:33:43 +00:00
.classpath Updated classpath so it uses dynamic classpath entries. 2004-01-15 19:40:37 +00:00
.cvsignore enter .cvsignore. 2002-10-24 12:42:02 +00:00
.project Content Assist Work : Moved logging and testing to the UI side of CDT 2004-01-15 18:06:14 +00:00
about.html First crack at junit CDT tests 2002-08-20 16:35:24 +00:00
build.properties Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
ChangeLog org.eclipse.cdt.core <BR> 2004-04-08 00:33:43 +00:00
plugin.xml Content Assist Work : Moved logging and testing to the UI side of CDT 2004-01-15 18:06:14 +00:00
test.xml Cleanup some left over gunk from the move of stuff to org.eclipse.cdt.core.tests 2003-07-15 13:43:18 +00:00