Bug 165827 - Javadoc hyperlink detectors for bug id patterns
Summary: Javadoc hyperlink detectors for bug id patterns
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 0.9   Edit
Hardware: All Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Robert Elves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 88293
Blocks:
  Show dependency tree
 
Reported: 2006-11-24 16:36 EST by Willian Mitsuda CLA
Modified: 2007-02-15 14:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Willian Mitsuda CLA 2006-11-24 16:36:58 EST
I'm not sure how open the java editor is, but I'd like it to recognize patterns like "bug#123" on javadoc comments and hyperlink it by Ctrl+click or F3, using the repository configured on current project.
Comment 1 Eugene Kuleshov CLA 2006-11-24 17:10:56 EST
Welcome to the club.

88293: [misc] Extension-Point for HyperlinkDetectors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=88293

153932: [History] Custom hyperlink detectors for comments in History view
https://bugs.eclipse.org/bugs/show_bug.cgi?id=153932
Comment 2 Mik Kersten CLA 2006-11-24 19:36:52 EST
And just to rub salt on the wounds, we used to have this in 0.3 when we were extending/overriding the Java editor, for which we implemented extenxible hyperlink detection: http://www.eclipse.org/mylar/doc/images/0.3/bugzilla-hyperlink.gif

The good news is that bug 88293 is scheduled for Eclipse 3.3.
Comment 3 Eugene Kuleshov CLA 2006-11-24 20:00:51 EST
 (In reply to comment #2)
> And just to rub salt on the wounds, we used to have this in 0.3 when we were extending/overriding the Java editor, for which we implemented extenxible hyperlink detection: http://www.eclipse.org/mylar/doc/images/0.3/bugzilla-hyperlink.gif

Hey! That didn't work for multiple repositories anyways. :-)

PS: looks like you need to install dictionary...
Comment 4 Willian Mitsuda CLA 2006-11-24 22:44:47 EST
(In reply to comment #1)
> Welcome to the club.

Oh, good... I think we'll have this resolved on Eclipse 5.0 together with the split file editor (bug#8009) :-P
Comment 5 Willian Mitsuda CLA 2007-01-28 11:56:43 EST
(In reply to comment #4)
> Oh, good... I think we'll have this resolved on Eclipse 5.0 together with the
> split file editor (bug#8009) :-P
> 

It seems I've been so pessimistic this time ;)

Now that bug#88293 is apparently fixed, is there room to have this on 2.0?
Comment 6 Eugene Kuleshov CLA 2007-01-28 12:54:53 EST
Hey, they can still change mind and call next release 6 or 7 to match netbeans versions...
Comment 7 Mik Kersten CLA 2007-01-29 14:40:42 EST
Yes, we asked for that fix, and so we should check whether we can implement this asap, in case we need any changes in the APIs before M5 goes out.
Comment 8 Robert Elves CLA 2007-02-15 14:43:35 EST
Fixed. Tracking related enhancement on bug#170679.