Bug 5456 - Esc doesn't cancel code assist anymore
Summary: Esc doesn't cancel code assist anymore
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 critical (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-02 05:08 EST by Dirk Baeumer CLA
Modified: 2001-11-02 10:13 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 Dirk Baeumer CLA 2001-11-02 05:08:41 EST
Steps to reproduce
- open code assist in Java file
- press ESC 
observe: nothing happens

I suspect that this has something to do with the new ESC behaviour introduced 
by the workbench.
Comment 1 Kai-Uwe Maetzel CLA 2001-11-02 09:21:42 EST
The problem is caused by the "Activate Editor" action which uses ESC as 
shortcut. Thus the content assist as well as the parameter info popup, the 
general info popup, etc. never see this key event.

ESC should be reserved for closing windows.
Comment 2 Nick Edgar CLA 2001-11-02 09:57:57 EST
This also affects rename in the Navigator.  It activates the editor.
I will remove the ESC support for activating the editor.

As a workaround, in org.eclipse.ui/messages.properties, remove the @Esc from 
ActivateEditorAction.text.

Comment 3 Nick Edgar CLA 2001-11-02 10:13:03 EST
Fixed.