mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() 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. |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |