Package org.eclipse.cdt.internal.ui.text.contentassist

Interface Summary
RelevanceConstants  
 

Class Summary
CCompletionProposal  
CCompletionProposalComparator  
CContentAssistInvocationContext Describes the context of a content assist invocation in a C/C++ editor.
CContentAssistProcessor C/C++ content assist processor.
CompletionProposalCategory Describes a category extension to the "completionProposalComputer" extension point.
CompletionProposalComputerRegistry A registry for all extensions to the org.eclipse.cdt.ui.completionProposalComputer extension point.
ContentAssistComputerParameter Map of parameters for the specific content assist command.
ContentAssistHandler A command handler to invoke a content assist for a specific proposal category.
ContentAssistPreference  
ContentAssistProcessor A content assist processor that aggregates the proposals of the ICompletionProposalComputers contributed via the org.eclipse.cdt.ui.completionProposalComputer extension point.
CProposalContextInformation  
DefaultProposalFilter The default code completion filter: Remove duplicate entries on the basis of their id string.
DOMCompletionProposalComputer Searches the DOM (both the AST and the index) for completion proposals.
HelpCompletionProposalComputer  
HippieProposalComputer A computer wrapper for the hippie processor.
KeywordCompletionProposalComputer  
LegacyCompletionProposalComputer A proposal computer for handling the legacy extensions from the org.eclipse.cdt.core.completionContributors extension point.
ParsingBasedProposalComputer The base class for any proposal computers that require a completion node in order to determine its completion proposals.
TemplateCompletionProposalComputer A completion proposal computer for templates.