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 61236 - keyboard navigation in package view is hard
Summary: keyboard navigation in package view is hard
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-21 14:13 UTC by Pavel Buzek
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 Pavel Buzek 2005-07-21 14:13:49 UTC
I like being able to type the name of a node in netbeans explorer to get to the
file quickly. This works very well with files and reasonably well with logical
nodes (e.g. "Important Files" in nb module). The problem is that with package
names this is unusable when all packages start with the same - very long - prefix.

One idea would be to look for packages name postfix from where the individual
packages in explorer start to differ. For example:

MyProject
  Source Packages
    org.myproject.foo
    org.myproject.huh
    org.myproject.ui.foo
    org.myproject.ui.bar
    org.myproject.ui.blah

typing ui would select the 3rd package.

Another idea is to use automagical completion. When I type "o" in this case I
would immediately get "org.myproject." because there is nothing else starting
with "o".

Not sure about the right component (maybe depends on the selected solution).
Marking as a bug, bcs I think this is a usability problem for people who like
using keyboard.
Comment 1 Pavel Buzek 2005-07-21 14:16:21 UTC
ooops. I just found the "tab" key completes the word :-)
still, completing automatically would be better...
Comment 2 Quality Engineering 2007-09-20 11:55:32 UTC
Reorganization of java component