Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2007-02-15 19:02:29 +0000
committerrelves2007-02-15 19:02:29 +0000
commitb1a50c64c835ee5c45cb3e31b081a1e4767bd0fe (patch)
tree243541c90dc941911749f08f9089d3247a5f4f16 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent4b0eddbf170e1bb166dd57a8ac89641540c2dfb2 (diff)
downloadorg.eclipse.mylyn.tasks-b1a50c64c835ee5c45cb3e31b081a1e4767bd0fe.tar.gz
org.eclipse.mylyn.tasks-b1a50c64c835ee5c45cb3e31b081a1e4767bd0fe.tar.xz
org.eclipse.mylyn.tasks-b1a50c64c835ee5c45cb3e31b081a1e4767bd0fe.zip
NEW - bug 170679: [api] improve hyperlink detection api
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170679
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 08a473a56..c2c190f80 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -53,4 +53,13 @@
</description>
</decorator>
</extension>
+ <extension
+ point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
+ <hyperlinkDetector
+ class="org.eclipse.mylar.internal.bugzilla.ui.BugzillaTaskHyperlinkDetector"
+ id="org.eclipse.mylar.bugzilla.ui.bugzillataskhyperlink"
+ name="Bugzilla Task"
+ targetId="org.eclipse.jdt.ui.javaCode">
+ </hyperlinkDetector>
+ </extension>
</plugin>

Back to the top