Bug 135224 - [navigation] Hyperlinking should use workbench colors
Summary: [navigation] Hyperlinking should use workbench colors
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 199256 (view as bug list)
Depends on: 313396
Blocks:
  Show dependency tree
 
Reported: 2006-04-06 04:50 EDT by Dani Megert CLA
Modified: 2013-02-12 08:32 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2006-04-06 04:50:00 EDT
3.2 M6

org.eclipse.ui defines hyperlink colors which appear on the 'Colors and Fonts' preference page. We should use those for our text hyperlinks.
Comment 1 Dani Megert CLA 2007-08-08 10:15:34 EDT
*** Bug 199256 has been marked as a duplicate of this bug. ***
Comment 2 Dani Megert CLA 2013-02-12 08:32:32 EST
Out of the box we use the Platform value which is now also available as SWT system color (SWT.COLOR_LINK_FOREGROUND). Once Platform UI uses that color for one of its hyperlinks we can do the switch.