Bug 27279 - [Keybindings] accelerators don't work on all platforms
Summary: [Keybindings] accelerators don't work on all platforms
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P1 critical (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Chris McLaren CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 27387 27447 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-27 17:24 EST by Grant Gayed CLA
Modified: 2002-12-02 16:20 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...)