Bug 1842 - Need way of notifying parts of changes to font preferences, etc. (1G5HVIH)
Summary: Need way of notifying parts of changes to font preferences, etc. (1G5HVIH)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:20 EDT by Nick Edgar CLA
Modified: 2001-12-14 15:33 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 Nick Edgar CLA 2001-10-10 22:20:26 EDT
We need to allow users to change the font preferences used in various parts of the desktop.
Likewise for colour preferences.
Views and editors must be able to update themselves when these preferences change.

There is some support in JFace for this.  See Window.handleFontChange(...) and the rest of the implementation.
Need a story for how desktop parts update themselves.
Desktop parts will need control over this, since they may be using their own font.

NOTES:

NE (12/5/00 2:04:40 PM)
	Low priority.  Can wait until Jan.

NE (1/12/01 10:29:31 AM) Moved back to Inbox for reassignment.

KH (8/2/2001 12:56:50 PM)
	Also need to avoid having every plugin define their own preference pages.
Comment 1 DJ Houghton CLA 2001-10-24 06:47:54 EDT
PRODUCT VERSION:
035

Comment 2 Nick Edgar CLA 2001-12-14 15:33:14 EST
Stale PR.
FontRegistry has listeners, which are now being used for this purpose.