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

Key: IDEABKL-3534
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Keith Lea
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

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

"Methods to implement" methods should show up in Override Methods as well

Created: 15 Sep 05 19:15   Updated: 22 Nov 06 19:29
Component/s: Editor. Intention Actions
Affects Version/s: None
Fix Version/s: None

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

Build: 3,483
Severity: Medium


 Description  « Hide
I realized that many times I press Ctrl+O looking for implementable methods (that is, abstract methods from supers which are not implemented). I've been used to Ctrl+O and Ctrl+I for years but I still do it. I think Ctrl+O should show all methods which could be implemented or overridden. (I think Implement Methods should not be changed.)

 All   Comments   Work Log   Change History      Sort Order:
Sascha Weinreuter - 16 Sep 05 12:04
Sometimes I'm doing the opposite: Ctrl-I to override methods, but I think neither should be changed; it might be too confusing and inconsistent (some may consider it a bug). On the other hand, if the UI properly separates the methods to implement from the ones to override, maybe it wouldn't hurt.

Bas Leijdekkers - 16 Sep 05 13:37
Another solution would be to make it just as easy to switch between override and implement as between goto class, file and symbol. When in override mode ctrl+i could take you immediately to implement mode with already typed quick search text intact.