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 39256

Summary: List Methods before fields in editor combo!
Product: java Reporter: Jan Jancura <jjancura>
Component: UnsupportedAssignee: Jan Pokorsky <jpokorsky>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jan Jancura 2004-01-27 09:09:44 UTC
Tor Norbye:
===========
In the editor combo box which lists the class
contents for the current file, methods should be
listed before fields. Methods are more likely what
the user wants to jump to (that's where most of
the editing is happening after all!), and more
importantly, key typeahead (which scrolls the view
to the key you pressed) now jumps you to the field
section instead of the method) - effectively
forcing you to scroll with a mouse - UGH!
Comment 1 Martin Roskanin 2004-01-30 10:24:01 UTC
feature implemented in java module.
Comment 2 Jan Pokorsky 2004-03-03 16:10:01 UTC
enhancement not defect
Comment 3 Martin Matula 2004-11-10 09:43:20 UTC
Honzo, is this something we should address in 4.1? If so, please set
the target milestone to 4.1. Thanks.
Comment 4 Martin Matula 2004-11-13 00:36:32 UTC
Honzo P., please evaluate.
Comment 5 Jan Pokorsky 2005-01-24 15:38:16 UTC
The combo is no longer a part of netbeans. See issue #53602.