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 32475 - Implement 'Recent view list'
Summary: Implement 'Recent view list'
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 32223
  Show dependency tree
 
Reported: 2003-03-28 16:01 UTC by David Simonek
Modified: 2008-12-23 12:29 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Simonek 2003-03-28 16:01:09 UTC
Implement feature to be able to switch to recently
operated windows in document area, according to
the spec.
Comment 1 mslama 2003-07-02 11:06:29 UTC
I take this
Comment 2 mslama 2003-07-04 10:15:23 UTC
This is similar style as OS WM Alt-TAB dialog. It should list recently
activated view and enable user to activate one view (TopComponent)
from displayed list. Tim already did some UI component for it. I will
add action and add code to keep list of recently activated views.
Comment 3 mslama 2003-07-30 10:45:53 UTC
Finished. Currently list is invoked using Ctrl-Back Quote (key bellow
Esc on standard PC keyboard).
Comment 4 mslama 2003-07-30 10:47:03 UTC
Ctrl-Shift-Back Quote uses reverse traversal order.