Bug 198881 - Hyperlink detector not working on Build source page
Summary: Hyperlink detector not working on Build source page
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC All
: P3 trivial (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Brock Janiczak CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-08-04 20:21 EDT by Brock Janiczak CLA
Modified: 2007-08-05 15:04 EDT (History)
1 user (show)

See Also:


Attachments
patch to org.eclipse.pde.ui (921 bytes, patch)
2007-08-04 20:21 EDT, Brock Janiczak CLA
no flags Details | Diff
mylyn/context/zip (868 bytes, application/octet-stream)
2007-08-05 15:04 EDT, Chris Aniszczyk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brock Janiczak CLA 2007-08-04 20:21:09 EDT
Created attachment 75393 [details]
patch to org.eclipse.pde.ui

Version: 3.3.0
Build id: I20070625-1500

The build.properties editor has a hyperlink detector, but it is never enabled due to a bug in BuildSourcePage.  It is attempting to adapt to IHyperlinkDetector[] instead of IHyperlinkDetector.  Patch is attached.
Comment 1 Chris Aniszczyk CLA 2007-08-05 15:01:01 EDT
nice find!
Comment 2 Chris Aniszczyk CLA 2007-08-05 15:04:30 EDT
thanks Brock!
Comment 3 Chris Aniszczyk CLA 2007-08-05 15:04:36 EDT
Created attachment 75397 [details]
mylyn/context/zip