Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/proposals/RegExContentProposalProvider.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/proposals/RegExContentProposalProvider.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/proposals/RegExContentProposalProvider.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/proposals/RegExContentProposalProvider.html
index d68bf832fa..d90444a357 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/proposals/RegExContentProposalProvider.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/proposals/RegExContentProposalProvider.html
@@ -104,14 +104,14 @@ Class RegExContentProposalProvider</H2>
</PRE>
<P>
-Content assist proposal provider for regular expressions.
- <p>
- Note: Replaces <code>RegExContentAssistProcessor</code> which was introduced in 3.0.
- </p>
- Copied from org.eclipse.ui.texteditor.RegExContentProposalProvider.
- <p>
- Needed by org.eclipse.mylyn.internal.team.ui.preferences.workaround.MylynTeamPreferencePage.
- <p>
+Content assist proposal provider for regular expressions.
+ <p>
+ Note: Replaces <code>RegExContentAssistProcessor</code> which was introduced in 3.0.
+ </p>
+ Copied from org.eclipse.ui.texteditor.RegExContentProposalProvider.
+ <p>
+ Needed by org.eclipse.mylyn.internal.team.ui.preferences.workaround.MylynTeamPreferencePage.
+ <p>
TODO Ask platform guys to open this API
<P>
@@ -155,7 +155,7 @@ Content assist proposal provider for regular expressions.
int&nbsp;position)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return an array of content proposals representing the valid proposals for a
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return an array of content proposals representing the valid proposals for a
field.</TD>
</TR>
</TABLE>
@@ -189,7 +189,7 @@ public <B>RegExContentProposalProvider</B>(boolean&nbsp;isFind)</PRE>
<DD>Creates a new completion proposal provider.
<P>
<DL>
-<DT><B>Parameters:</B><DD><CODE>isFind</CODE> - <code>true</code> if the provider is used for the 'find' field <code>false</code> if the provider is used
+<DT><B>Parameters:</B><DD><CODE>isFind</CODE> - <code>true</code> if the provider is used for the 'find' field <code>false</code> if the provider is used
for the 'reaplce' field</DL>
</DL>
@@ -210,7 +210,7 @@ public org.eclipse.jface.fieldassist.IContentProposal[] <B>getProposals</B>(<A H
int&nbsp;position)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.fieldassist.IContentProposalProvider</CODE></B></DD>
-<DD>Return an array of content proposals representing the valid proposals for a
+<DD>Return an array of content proposals representing the valid proposals for a
field.
<P>
<DD><DL>
@@ -218,7 +218,7 @@ public org.eclipse.jface.fieldassist.IContentProposal[] <B>getProposals</B>(<A H
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>contents</CODE> - the current contents of the text field<DD><CODE>position</CODE> - the current position of the cursor in the contents
-<DT><B>Returns:</B><DD>the array of <CODE>IContentProposal</CODE> that represent valid
+<DT><B>Returns:</B><DD>the array of <CODE>IContentProposal</CODE> that represent valid
proposals for the field.</DL>
</DD>
</DL>

Back to the top