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 52744 - The editor combo box's key accelerator is incomplete
Summary: The editor combo box's key accelerator is incomplete
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 16:19 UTC by mclaassen
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mclaassen 2004-12-21 16:19:18 UTC
I really appreciate the key accelerator in the 
editor's combo box.  Unfortunately, it seems to  
wrap a bit too early.

For instance:

public class Tester {
	
	private int foo;
	private int foo2;
	
	public Tester() {
	}
	public void foo3() {
		
	}
	
}

If 'f' is pressed in the combo box it will go 
to "foo".  Press 'f' again and it will go 
to "foo2".  Now press 'f' again.  I would expect 
it would go do method foo3(), but instead it 
wraps and goes to the variable foo again.
Comment 1 Martin Roskanin 2005-01-18 15:35:06 UTC
reassigning to java module, where the feature is implemented
Comment 2 Jan Pokorsky 2005-01-18 20:05:58 UTC
The navigation view in the editor toolbar is going to be replaced with
Navigator component for release 4.1. See issue #53602. Closing as WONTFIX.