I'm refactoring some methods with quite a lot of arguments (partly to decrease the number of arguments). When I'm using Change Signature, not all of the arguments are visible at once.
If I use cursor up/down to move the cursor, the table view will automatically scroll so that the current row is visible. However, if I use alt-A to add a parameter, the cursor moves to a new, invisible row and I have to scroll the view manually. Similarly, if I use alt-U/D to move a parameter in the list, the parameter might move out of view. It's not a major problem, but it would be nice if you would use scrollRectToVisible() to ensure that the correct row is always shown. Build 544, IBM JDK 1.3.0, Win2k. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
