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 105576 - An option for the initial state of the override dialog
Summary: An option for the initial state of the override dialog
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 14:22 UTC by dmiller
Modified: 2013-09-02 14:21 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 dmiller 2007-06-04 14:22:20 UTC
Currently when the "Override and Implement Methods" dialog is displayed it
defaults to
  not "Show Superclasses and Interfaces" 
  not "Show Abstract Methods Only".
      "Generate Super Calls"
  not "Copy Javadoc"

That's fine when working on simple classes that are 2 or 3 generations removed
from Object. But when working with Swing, the lightest class has an ancestry of
java.lang.Object (4 methods), java.awt.Component (130+), java.awt.Container
(50+), and javax.swing.JComponent (100+). That's 180+ lines of display. Working
with UI classes almost always requires selecting "Show Superclasses and
Interfaces" to make the list manageable. But, then the tree defaults to fully
expanded requiring yet more clicking to collapse the branches.

Please add preferences that will allow defaults for the 4 checkboxes on this
dialog. Plus an additional preference for whether to expand or collapse tree
nodes when "Show Superclasses and Interfaces" is selected.
Comment 1 Jiri Prox 2007-06-04 14:55:06 UTC
This feature was changed in upcoming 6.0, please, try some of the latest builds,
to check if was UI fullfills your requirements. If not then update this issue.
Thanks.