Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/schema/hyperlinkDetectors.exsd')
-rw-r--r--org.eclipse.ui.workbench.texteditor/schema/hyperlinkDetectors.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/schema/hyperlinkDetectors.exsd b/org.eclipse.ui.workbench.texteditor/schema/hyperlinkDetectors.exsd
index faa451dbe35..3b5c6d133f8 100644
--- a/org.eclipse.ui.workbench.texteditor/schema/hyperlinkDetectors.exsd
+++ b/org.eclipse.ui.workbench.texteditor/schema/hyperlinkDetectors.exsd
@@ -81,7 +81,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- the fully qualified class name implementing the interface &lt;code&gt;org.eclipse.jface.text.hyperlink.IHyperlinkDetector&lt;/code&gt;
+ the fully qualified class name implementing the interface &lt;code&gt;org.eclipse.jface.text.hyperlink.IHyperlinkDetector&lt;/code&gt;. Subclass &lt;code&gt;org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector&lt;/code&gt; if you want to access context that is provided by the target.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector"/>

Back to the top