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 227390 - Select all and deselect all on code generation dialogs
Summary: Select all and deselect all on code generation dialogs
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 5 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 06:42 UTC by mienamoo
Modified: 2013-08-10 14:40 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 mienamoo 2013-03-13 06:42:53 UTC
For classes with lots of fields, it would be very useful to have the ability to select all and deselect all fields on the following generation dialogs:

- Generate Constructor
- Generate equals() and hashCode()
- Generate toString()
Comment 1 mago_ebon 2013-03-13 12:52:39 UTC
I think it will also be good to have class inheritance and interface implementations selectable from the new class dialog.
Comment 2 markiewb 2013-08-10 14:22:58 UTC
Also for
- Generate Getters
- Generate Setters
- Generate Getters/Setters
Comment 3 markiewb 2013-08-10 14:23:36 UTC
(In reply to mago_ebon from comment #1)
> I think it will also be good to have class inheritance and interface
> implementations selectable from the new class dialog.

IMHO this has nothing to do with this issue. Please file a separate one.
Comment 4 markiewb 2013-08-10 14:40:00 UTC
See 
#157853 - Generate equals() and hashCode() dialog could use "Select all" button