This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 65780 - [50cat] Change method parameter improvements
Summary: [50cat] Change method parameter improvements
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Ralph Ruijs
URL:
Keywords: PLAN
Depends on: 53146 53147 54652 54688 56114 59834 66414 69198 69199 74493 74578 83483 112555 126930 154948 157497 159240 176206 194592 199738
Blocks:
  Show dependency tree
 
Reported: 2005-10-03 23:39 UTC by vbrabant
Modified: 2011-07-22 07:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vbrabant 2005-10-03 23:39:55 UTC
[ BUILD # : Beta ]
[ JDK VERSION : 1.5.0_05 ]

Firstly, I noted that it's impossible to say that parameter would be final or not.

Secondly, the edition of the parameters in the change method parameters is not user friendly:
Now, when I click on Add, I have to take my mouse to double-click on the parameter name, use the keyboard to change the name, use the mouse to double-click on the type, use the keyboard to type the type, ...

I would like to do the following proposal:
When I click on Add, I would be able to edit the parameter name, press tab, change his type, press tab and change his default value, and press tab to create a new parameter row, ...

So, I am not obliged to always switch between the mouse and the keyboard
Comment 1 Ralph Ruijs 2011-07-22 07:17:22 UTC
Changeset: 32af1d7eec00
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2011-07-22 08:58


Above changeset was the last part to solve this enhancement.