Bug 388552

Summary: "No matches" key assist popup on Esc after switching to Emacs and back
Product: [Eclipse Project] Platform Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: minor    
Priority: P3 CC: daniel_megert, dberill, Lars.Vogel
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
See Also: https://git.eclipse.org/r/151179
https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=924520d589b7cb0af7dec45fce8e452db492f35e
Whiteboard:

Description Markus Keller CLA 2012-08-31 11:46:01 EDT
M20120829-1200

"No matches" key assist popup on Esc after switching to Emacs and back:

- new workspace, close Welcome
- Preferences > Keys: switch to Emacs and click OK
- press Esc
  => Key assist popup appears and shows 3 proposals (good)

- Preferences > Keys: switch to Default and click OK
- press Esc (sometimes you have to press twice)
  => Key assist popup appears with message "No matches"
  => Expected: no popup, since Esc is not bound (same as if you press F1)

I did not get the "No matches" popup after a restart of Eclipse.
Comment 1 Dror Brill CLA 2017-01-02 02:13:51 EST
This bug is more general:
When binding a command with a prefix (for example "Ctrl+X,Ctrl+S"), and then unbinding it, the prefix is not properly removed. (even without changing to emacs scheme)

This causes the prefix sequence to be unusable by other commands until you restart eclipse.
Comment 2 Eclipse Genie CLA 2019-10-16 11:29:41 EDT
New Gerrit change created: https://git.eclipse.org/r/151179
Comment 3 Dani Megert CLA 2020-01-07 09:59:40 EST
Please set a new target if you plan to work on this.