| AbstractIdeTemplateProposalProvider |
|
| AbstractIdeTemplateProposalProvider.Cursor |
Placeholder for the cursor (exit position) in a template.
|
| AbstractIdeTemplateProposalProvider.Variable |
Placeholder for a variable (edit position) in a template.
|
| CompletionPrefixProvider |
Small utility to extract the parsable content of a document when content assist is invoked at a given location.
|
| ContentAssistContext |
Abstraction of a commonly used set of attributes related to the current content assist request.
|
| ContentAssistContext.Builder |
|
| ContentAssistEntry |
|
| FQNPrefixMatcher |
Prefix matcher for fully qualified names.
|
| IdeContentProposalAcceptor |
|
| IdeContentProposalCreator |
Factory for content assist entries.
|
| IdeContentProposalPriorities |
Determines priorities for content assist proposal entries.
|
| IdeContentProposalProvider |
Generic content proposal provider for use in different IDE contexts.
|
| IdeCrossrefProposalProvider |
Special content assist proposal provider for cross-references.
|
| IFollowElementAcceptor.NullSafeElementAcceptor |
|
| IndentationAwareCompletionPrefixProvider |
A CompletionPrefixProvider specialization that is capable of handling synthetic
BEGIN and END tokens.
|
| IPrefixMatcher.IgnoreCase |
Default prefix matcher that compares the prefix of the candidate ignoring case.
|
| IProposalConflictHelper.NullHelper |
|
| ProposalConflictHelper |
Abstract base implementation of the IProposalConflictHelper that
deals with the node model to extract the previous sibling of the input source.
|