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 54958 - Dialog version of navigator (was: My Navigator Usability Problem)
Summary: Dialog version of navigator (was: My Navigator Usability Problem)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: UI, USABILITY
Depends on:
Blocks:
 
Reported: 2005-02-14 17:52 UTC by _ pkuzel
Modified: 2008-10-15 12:59 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 _ pkuzel 2005-02-14 17:52:16 UTC
I wanted to use Navigator to navigate in Java
source structure. I expected something like IDEA
provides for Ctrl+F12
<http://www.jetbrains.com/idea/docs/help/viewingstructure/filestructureview.html>.

At first glance Navigator provides such feature
BUT it's window cannot be showed as dialog over
editor. It's just wasting space in *corner* all
the time (well I can slide it).

Why is it so important for me? When I navigate to
a method/field it's my primary task at the moment
so let the UI appear right in the center of screen
over editor. Once I select destination method and
hit ENTER it means that the navigation task
finishes and it's UI disappears.

Again compare to IDEA, they go one step further
gaining times better usability. Sably enough in
other respects are our and their implementations
comparable.
Comment 1 David Simonek 2005-02-15 11:58:33 UTC
Hm, yes, I also see some value in this. Although you can nearly
simulate use case you described with sliding navigator, difference in
position is important (user is distracted from working in editor, have
to look on the side and back).
Comment 2 David Simonek 2008-10-15 12:59:00 UTC
Implemented by "members" actions - Ctrl+F12, Ctrl+Shift+F12