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 67199 - Allow to select overriden methods by checkbox
Summary: Allow to select overriden methods by checkbox
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-20 13:46 UTC by Milan Kubec
Modified: 2007-09-26 09:14 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 Milan Kubec 2005-10-20 13:46:27 UTC
[release50]

Dialog opened by Ctrl+I for java source file shows tree of methods that can be
implemented or overriden. User is able to select more methods only by using both
hands using keys Ctrl and/or Shift. Easier way would be to have checkbox next to
each method and select methods by checking those checkboxes. The current way is
not very good e.g. when user wants to select more methods in long list or if
user holds Shift instead of Ctrl by mistake.
Comment 1 Milan Kubec 2005-10-20 15:13:10 UTC
Moreover current way of selecting items in the list is almost impossible to use
without mouse.
Comment 2 Jiri Prox 2007-09-08 13:32:11 UTC
This dialog was replaced by Insert Code -> Override Method, where are used checkboxes for selecting methods
Comment 3 Quality Engineering 2007-09-20 12:05:21 UTC
Reorganization of java component