1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
build fixed bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=43337 2003-09-22 12:44:46 +00:00
core Core : 2003-09-23 13:54:28 +00:00
debug Moved the 'AddAddressBreakpointActionDelegate' action to the 'org.eclipse.cdt.debug.internal.ui.actions' package. 2003-09-22 17:31:55 +00:00
doc/org.eclipse.cdt.doc.user September 12, 2003 delivery 2003-09-15 17:47:20 +00:00
launch/org.eclipse.cdt.launch 2003-08-05 Mikhail Khodjaiants 2003-08-05 17:06:19 +00:00
releng Added in the new make projects. 2003-09-16 21:31:41 +00:00