Bug 27279

Summary: [Keybindings] accelerators don't work on all platforms
Product: [Eclipse Project] Platform Reporter: Grant Gayed <grant_gayed>
Component: UIAssignee: Chris McLaren <csmclaren>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: gunnar, stephen.thompson, Tod_Creasey
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: All   
Whiteboard:

Description Grant Gayed CLA 2002-11-27 17:24:19 EST
1127 integration build, observed on win32, linux-motif and linux-gtk

- open any editor
- try ctrl+S, ctrl+Z, ctrl+F, etc., none of them work
- I don't think this is swt because:
   -> it happens on all platforms
   -> I sub'ed in the swt from M3 and it didn't help
   -> it's in all types of editors, so it's not StyledText
Comment 1 Charlie Gracie CLA 2002-11-27 17:35:03 EST
I checked today and noticed that in the preference window under workspace-
>keybindings that neither of the chooses were selected.  once I selected 
default it worked fine for me.
Comment 2 Nick Edgar CLA 2002-11-28 09:06:20 EST
Probably due to the reorganization of preference settings.
The keybindings stuff should be more resilient to not being able to read the 
pref.

Comment 3 Tod Creasey CLA 2002-11-28 09:13:01 EST
The keybindings preferences were not moved in the reorg, only the perspectives 
preferences. However this is worth looking at.
Comment 4 Sonia Dimitrov CLA 2002-12-02 09:24:37 EST
*** Bug 27387 has been marked as a duplicate of this bug. ***
Comment 5 Sonia Dimitrov CLA 2002-12-02 10:07:08 EST
*** Bug 27447 has been marked as a duplicate of this bug. ***
Comment 6 Chris McLaren CLA 2002-12-02 16:20:22 EST
was due to preference reorg. there was no default configuration. 

problem fixed + key binding service more resilient to missing configurations. 
now will happily run without any configurations (of course you don't get any 
keybindings, but...)