
public class RegExContentProposalProvider extends Object implements IContentProposalProvider
Note: Replaces RegExContentAssistProcessor which was introduced in 3.0.
Needed by org.eclipse.mylyn.internal.team.ui.preferences.workaround.MylynTeamPreferencePage.
TODO Ask platform guys to open this API
| Constructor and Description |
|---|
RegExContentProposalProvider(boolean isFind)
Creates a new completion proposal provider.
|
public RegExContentProposalProvider(boolean isFind)
isFind - true if the provider is used for the 'find' field false if the provider is used
for the 'reaplce' fieldpublic IContentProposal[] getProposals(String contents, int position)
getProposals in interface IContentProposalProviderCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.