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 244271 - Generating getter and setter with Alt+Insert shortcut should auto check pre-highlighted variable
Summary: Generating getter and setter with Alt+Insert shortcut should auto check pre-h...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-04 04:03 UTC by Exilor
Modified: 2016-10-24 20:05 UTC (History)
1 user (show)

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 Exilor 2014-05-04 04:03:11 UTC
I have noticed that for years I have always highlighted a particular variable that I wanted to generate a getter and or setter for. 

Steps to achieve desired result:

1. Highlight a variable in editor
2. Press Alt + Insert shortcut to see "Generate" list popup
3. Select "Getter..." (for example)
4. *Notice the variable highlighted in editor is already checked 

This would reduce the time required for you to look for the particular variable to check off that needs a getter and or setter generated each time.