Bug 1925 - [Navigator] skip frames in forward/back navigation (1GCG3VP)
Summary: [Navigator] skip frames in forward/back navigation (1GCG3VP)
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate, usability
Depends on:
Blocks:
 
Reported: 2001-10-10 22:22 EDT by Kevin McGuire CLA
Modified: 2016-11-10 10:32 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McGuire CLA 2001-10-10 22:22:24 EDT
- As you drill down you have no indication of the context that you are in.
- Forward and back don't make sense, its really up or down since its a tree
- We could borrow from the MS file explorer's where you get a dropdown viewer at the top
that show your parent tree.  This allows you to pick a spot in your parent tree to go back up to.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-24 06:50:15 EDT
PRODUCT VERSION:

045

Comment 2 Kevin Haaland CLA 2002-01-21 21:13:56 EST
There are no plans to change the current behavior
Comment 3 Randy Giffen CLA 2002-08-06 16:48:37 EDT
Reopened for investigation
Comment 4 Knut Radloff CLA 2003-04-07 11:37:19 EDT
A drop down on the toolbar to skip frames would be useful.
Forward and back *does* make sense since you navigate in the frame history. 
Back could mean down in the tree if you used up. Note that the tooltip on the 
navigation buttons shows the location you would get to so there is some context.
Comment 5 Knut Radloff CLA 2003-09-02 17:01:06 EDT
Reassigning to Nick since he is taking ownership of Navigator
Comment 6 Mike Wilson CLA 2006-06-12 14:26:01 EDT
Q: Do we even need "Go Into" style navigation any more?

Almost everyone is now familiar with forward/back arrows in the context of browsing the web, and our use of them (in the main coolbar) matches peoples expectations (including having historical context in a drop down). These, plus the pop up based navigation mechanisms (Open Type, Quick Type Hierarchy, Quick Outline, etc.), have made navigating around in a large data space relatively easy in Eclipse.

The only other value of the "Go Into" support was to make only a subset of the content viewable. The working set support in Eclipse can also be used to do this. Setting a working set that matches the content is both more flexible than "Go Into", and shows the "parent nodes" in the tree, which gives you the context you were looking for. Unfortunately, the workflow around setting/clearing working sets is still somewhat clunky. If we could fix *that*, I would argue that it's time to remove "Go Into" and the associated arrows.
Comment 7 David Kyle CLA 2007-07-25 17:02:28 EDT
Even when the workflow becomes less clunky having the "Go Into" feature is a great feature that is used constantly in our seismic processing application. We would miss it.
Comment 8 Mike Wilson CLA 2007-07-26 08:17:00 EDT
Thanks for the note, David. Can you describe a bit more about how it fits into your normal workflows?
Comment 9 David Kyle CLA 2007-08-28 11:49:47 EDT
We use the resource plugin to manage our seismic project files. Users work on various projects, sharing 100,000+ files, a terabyte of data per project and decades of CPU time.

A project is broken down into segments that are represented by an IFolder. Each user works on an IFolder. They use the navigator "go into" feature to isolate themselves from others work.

Extremely large projects could involve a few thousand IFolders and take 12 to 18 months to complete. Anything that helps reduce the number of files in the navigator view is greatly appreciated by our users.

I would love to see the working sets API improved so our user community would use it more but even with that the "go into" is still a fast/easy way to isolate an IFolder.

The "go into" feature is the Robertson screwdriver in our growing kit of resource management tools.