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 228796 - Filter "generate" items by typing
Summary: Filter "generate" items by typing
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-20 14:24 UTC by everflux
Modified: 2015-10-05 13:07 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 everflux 2013-04-20 14:24:36 UTC
When invoking "Generate" (alt-insert) I would like to filter the items by typing the first letters.
F.E. alt-insert, "set" should reduce the list to 
- setter
- getter and setter (not sure about this, though)

Use case: I can quickly selection the option without having to use the up/down keys or reverting to mouse input.

This might become even more useful if the "generate" menu is receiving more options.
Comment 1 markiewb 2013-06-18 11:45:37 UTC
Similar to https://netbeans.org/bugzilla/show_bug.cgi?id=181234 ?
Comment 2 everflux 2013-06-18 14:01:40 UTC
Yes similar to #181234 but not the same: The other issue is about the overriding, I am talking about the dialog before.

alt-insert: "what do you want to do"

-> override
-> generate...

I would like to type "ov" to filter the list to show "override method" only, hit enter and can override now or "set" and the list shows "generate setter" and "generate getter and setter".

#181234 is about filtering on the "override method" dialog in my understanding.