ISubjectControlContentAssistProcessor.computeContextInformation(
IContentAssistSubjectControl contentAssistSubjectControl,
int documentOffset) Deprecated. Returns information about possible contexts based on the specified
location within the document that corresponds to the current cursor
position within the content assist subject control.
ISubjectControlContextInformationPresenter.install(
IContextInformation info,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset) Deprecated. Installs this presenter for the given context information.
void
ISubjectControlContextInformationValidator.install(
IContextInformation info,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset) Deprecated. Installs this validator for the given context information.
IContentAssistProcessor.computeContextInformation(
ITextViewer viewer,
int offset)
Returns information about possible contexts based on the
specified location within the document that corresponds
to the current cursor position within the text viewer.
IContextInformationPresenter.install(
IContextInformation info,
ITextViewer viewer,
int offset)
Installs this presenter for the given context information.
void
IContextInformationValidator.install(
IContextInformation info,
ITextViewer viewer,
int offset)
Installs this validator for the given context information.
CompletionProposal(
String replacementString,
int replacementOffset,
int replacementLength,
int cursorPosition,
Image image,
String displayString,
IContextInformation contextInformation,
String additionalProposalInfo)
Creates a new completion proposal.