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.core.tests/resources
John Camelon 3e361ae186 Core :
Solution to bug#43162 : Code Assist not showing the right return value: 
        Saved a function return value string in the BasicSearchMatch object. 
        Created a new package org.eclipse.cdt.internal.core.parser.util and 
        added ASTUtil class with static methods to help convert an ASTFunction 
        return type from IASTAbstractDeclaration to String. Note that this was 
        previously implemented in the CModelBuilder. I just moved it to a common 
        library for others (BasicSearchMatch) to use. 
UI: 
        Solutions to 
        bug#43162 : Code Assist not showing the right return value 
        Bug#43145 : foo function still showing in Code Assist even if "f" is deleted 
        Bug#42810 : Code Assist adding characters after pressing <enter> 
        Bug#42861 : Code Assist should be case insensitive. 

Tests: 
        Solution to bug#43162 : Code Assist not showing the right return value. 
        Solution to Bug#42861 : Code Assist should be case insensitive. 
        Modified the CompletionProposalsTest to include upper and lower cases 
        and to include functions with different return values.
2003-09-23 13:54:28 +00:00
..
cfiles Core : 2003-09-23 13:54:28 +00:00
cmodel Patch for Victor Mozgin. 2003-07-28 00:02:34 +00:00
dependency Move the dependencies directory to the right place. 2003-07-24 15:11:52 +00:00
exe Patch for Brent Nicolle. 2003-06-18 21:29:47 +00:00
exebig Patch for Brent Nicolle. 2003-06-18 21:29:47 +00:00
indexer Patch for Bogdan Gheorghe 2003-09-16 17:31:43 +00:00
parser Updated Factory infrastructure, constructors, etc. 2003-06-23 18:05:31 +00:00
search Patch for Andrew Niefer 2003-09-18 15:15:09 +00:00
testlib Some resources were cvsignored. 2003-06-20 18:49:28 +00:00