Bug 36420

Summary: [KeyBindings] Imported key preferences have no effect until you look at the page
Product: [Eclipse Project] Platform Reporter: Boris Shingarov <bshingar>
Component: UIAssignee: Chris McLaren <csmclaren>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch to PreferenceCommandRegistry none

Description Boris Shingarov CLA 2003-04-11 16:11:13 EDT
When I import all my preferences and press OK, I don't get my preferred key 
bindings.  I then go to the corresponding prefs page; all the imported 
bindings are in place; after I hit Apply, they work.

I can't really go through all the prefs pages just to make sure everything 
that was imported, has been "picked up" (sort of contrary to why we need pref 
export/import in the first place).
Comment 1 Douglas Pollock CLA 2003-09-16 12:13:03 EDT
Created attachment 6111 [details]
Patch to PreferenceCommandRegistry

This registers a listener to the preference store -- reloading the commands
when the preference store changes the appropriate property.
Comment 2 Douglas Pollock CLA 2003-09-16 12:13:34 EDT
chris: review/apply
Comment 3 Chris McLaren CLA 2003-09-25 13:23:13 EDT
fixed