org.eclipse.jface.text.contentassist
Interface ICompletionProposalExtension6
-
public interface ICompletionProposalExtension6
Extends
ICompletionProposal
with the following
function:
- Allow styled ranges in the display string.
-
Since:
- 3.4
getStyledDisplayString
StyledString getStyledDisplayString()
- Returns the styled string used to display this proposal in the list of completion proposals.
This can for example be used to draw mixed colored labels.
Note:
ICompletionProposal.getDisplayString()
still needs to be
correctly implemented as this method might be ignored in case of uninstalled owner draw
support.
-
-
Returns:
- the string builder used to display this proposal
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.