History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-18583
Type: Usability Problem Usability Problem
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Intentions in library classes do not respond after first escape

Created: 04 Jul 07 14:09   Updated: 10 Jul 08 19:45
Component/s: Editor. Intention Actions
Fix Version/s: Diana 8582

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,049
Fixed in build: 8,554


 Description  « Hide
Observed with 'Add Annotation' intention, but may be common problem.
Open a source of library class, e.g. java.lang.String. Locate some method name like copyValueOf(char[]):String.
After a moment light bulb appears. Alt+Enter: intention menu opens. Ok.
Press Escape. Menu is hidden. Light bulb does not appear again. User has to move cursor to make it appear.

In project classes light bulb appears again after pressing Escape + a second. This checked with 'Add @Override annotation'.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 10 Jul 08 19:45
8554: fix confirmed.
Now in both project and library sources light bulb does not appear after escape until moving cursor. Looks like acceptable unification.