Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2019-11-22 20:23:23 +0000
committerPaul Pazderski2019-11-22 21:08:24 +0000
commit52f489ee726a5e60319bf40620717581bd0b0435 (patch)
treeb7abe88cdd4e33c805766f42c618e37f0e5d34d3 /org.eclipse.jface.text
parent5e10cc37deefc6d92f881b25b74c8e0038b74bf1 (diff)
downloadeclipse.platform.text-52f489ee726a5e60319bf40620717581bd0b0435.tar.gz
eclipse.platform.text-52f489ee726a5e60319bf40620717581bd0b0435.tar.xz
eclipse.platform.text-52f489ee726a5e60319bf40620717581bd0b0435.zip
Change-Id: I84f9f4c00e81494dc69134e660e261fcab1dc493 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'org.eclipse.jface.text')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java2
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/ContentAssistant2.java6
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/internal/text/revisions/Range.java2
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java10
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/codemining/ICodeMining.java2
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java2
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/MatchingCharacterPainter.java2
7 files changed, 13 insertions, 13 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java
index 3bcaab28954..f08f6fa2f2c 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java
@@ -64,11 +64,11 @@ import org.eclipse.jface.text.TextPresentation;
* </p>
* <p>
* Current problems:
+ * </p>
* <ul>
* <li>the size computation is too small</li>
* <li>focusLost event is not sent - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=84532</li>
* </ul>
- * </p>
*
* @since 3.2
*/
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/ContentAssistant2.java b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/ContentAssistant2.java
index 302648441c2..e41f75837ce 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/ContentAssistant2.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/ContentAssistant2.java
@@ -1086,7 +1086,7 @@ public class ContentAssistant2 implements IContentAssistant, IContentAssistantEx
* <li>CONTEXT_SELECTOR
* <li>PROPOSAL_SELECTOR
* <li>CONTEXT_INFO_POPUP
- * <ul>
+ * </ul>
* @param type the listener type for which to acquire
* @return <code>true</code> if the widget token could be acquired
* @since 2.0
@@ -1114,7 +1114,7 @@ public class ContentAssistant2 implements IContentAssistant, IContentAssistantEx
* <li>CONTEXT_SELECTOR
* <li>PROPOSAL_SELECTOR
* <li>CONTEXT_INFO_POPUP
- * <ul>
+ * </ul>
* Returns whether the listener could be added successfully. A listener
* can not be added if the widget token could not be acquired.
*
@@ -1169,7 +1169,7 @@ public class ContentAssistant2 implements IContentAssistant, IContentAssistantEx
* <li>CONTEXT_SELECTOR
* <li>PROPOSAL_SELECTOR
* <li>CONTEXT_INFO_POPUP
- * <ul>
+ * </ul>
*
* @param type the listener type
* @since 2.0
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/revisions/Range.java b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/revisions/Range.java
index 163a7b689c1..386e01fa75e 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/revisions/Range.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/revisions/Range.java
@@ -232,7 +232,7 @@ public final class Range implements ILineRange, Cloneable {
*
* @param remaining the number of lines to remain in the receiver, must be in [1, {@link #length() length})
* @return the split off range
- * @throws LineIndexOutOfBoundsException if <code>remaining</code>&gt;= {@link #length()} or <code>remaining</code>&ltt;= 0
+ * @throws LineIndexOutOfBoundsException if <code>remaining</code>&gt;= {@link #length()} or <code>remaining</code>&lt;= 0
*/
public Range split(int remaining) throws LineIndexOutOfBoundsException {
if (!(remaining < length())) // assert before modification
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java
index 181e79cf20b..d7be9207fa2 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java
@@ -314,13 +314,13 @@ abstract public class AbstractInformationControlManager {
private Anchor fAnchor= ANCHOR_BOTTOM;
/**
- * The anchor sequence used to layout the information control if the original anchor
- * can not be used because the information control would not fit in the display client area.
- * <p>
- * The fallback anchor for a given anchor is the one that comes directly after the given anchor or
- * is the first one in the sequence if the given anchor is the last one in the sequence.
+ * The anchor sequence used to layout the information control if the original anchor can not be
+ * used because the information control would not fit in the display client area.
* <p>
+ * The fallback anchor for a given anchor is the one that comes directly after the given anchor
+ * or is the first one in the sequence if the given anchor is the last one in the sequence.
* </p>
+ * <p>
* Note: This sequence is ignored if the original anchor is not contained in this sequence.
* </p>
*
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/codemining/ICodeMining.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/codemining/ICodeMining.java
index 540c6e29538..8e1416deaff 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/codemining/ICodeMining.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/codemining/ICodeMining.java
@@ -58,6 +58,7 @@ public interface ICodeMining {
*
* <p>
* The returned label can have several values:
+ * </p>
* <ul>
* <li><code>null</code> when mining is not resolved</li>
* <li><code>null</code> when mining is resolved means that mining was resolved with an error and it will not
@@ -65,7 +66,6 @@ public interface ICodeMining {
* <li>empty when mining is resolved means that mining will not be displayed</li>
* <li>non empty when mining must be displayed</li>
* </ul>
- * </p>
*
* @return the label may be set early in the class lifecycle, or upon completion of the future
* provided by {@link #resolve(ITextViewer, IProgressMonitor)} operation.
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java
index 38516f5d5c1..56d7e1de8d4 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java
@@ -277,7 +277,7 @@ class ContentAssistSubjectControlAdapter implements IContentAssistSubjectControl
*
* @param contentAssistant the content assistant
* @param controller the additional info controller, or <code>null</code>
- * @param asynchronous <true> if this content assistant should present the proposals
+ * @param asynchronous <code>true</code> if this content assistant should present the proposals
* asynchronously, <code>false</code> otherwise
* @return the completion proposal popup
*/
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/MatchingCharacterPainter.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/MatchingCharacterPainter.java
index 856b92764b8..3f5fb801be5 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/MatchingCharacterPainter.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/MatchingCharacterPainter.java
@@ -279,7 +279,7 @@ public final class MatchingCharacterPainter implements IPainter, PaintListener {
*
* @param sourceViewer the source viewer
* @return a region denoting the current signed selection, for a resulting RtoL selections
- * length is < 0
+ * length is &lt; 0
* @since 3.8
*/
private static final IRegion getSignedSelection(ISourceViewer sourceViewer) {

Back to the top