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

Key: IDEADEV-20401
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Maxim Shafirov
Votes: 7
Watchers: 5
Operations

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

22 refactorings in menu : preselect most probable/gray out invalid refactorings

Created: 07 Feb 05 19:08   Updated: 20 Sep 07 20:13
Component/s: Refactoring
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-5842 Please make refactoring is context de... Resolved


 Description  « Hide
http://www.intellij.net/tracker/idea/viewSCR?publicId=4028
The short story :
-----------------

<code>
clearutton.addActionListener( new ActionListener(){| ... });
</code>

With the caret at the above position, if I call the refactoring menu, it's easy to guess that I most probably want to "[i]Convert anonymous to inner[/i]"

Request 1: when opening the refactoring menu, preselect the most probable choice.

The other short story :
-----------------------

Currently, there are 22 entries in the refactoring menu.

Request 2 : gray out all the uncallable refactorings.

"uncallable" == will display the "Cannot perform the refactoring" message, when trying to apply it.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.