public interface ICompletionProposalExtension6
ICompletionProposal
with the following
function:
Modifier and Type | Method and Description |
---|---|
StyledString |
getStyledDisplayString()
Returns the styled string used to display this proposal in the list of completion proposals.
|
StyledString getStyledDisplayString()
Note: ICompletionProposal.getDisplayString()
still needs to be
correctly implemented as this method might be ignored in case of uninstalled owner draw
support. If ICompletionProposalExtension7
is implemented by this proposal then
instead of using this method, the result from
ICompletionProposalExtension7.getStyledDisplayString(org.eclipse.jface.text.IDocument, int, BoldStylerProvider)
is used to display the proposal.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.