mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() 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. |
||
---|---|---|
build | ||
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |