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 115426 - Improve Tabs Container management
Summary: Improve Tabs Container management
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 10:55 UTC by Vladimir Voskresensky
Modified: 2010-04-16 07:49 UTC (History)
2 users (show)

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 Vladimir Voskresensky 2007-09-13 10:55:31 UTC
I propose to introduce general specification of behavior for features which show their results somehow in top component
containers (Find Usages, Find..., C++ Includes Hierarchy, C++ Class Hierarchy, ...)

There is always a problem, that Find Usages has too many opened tabs with old unused results, and opposite Find...
functionality doesn't allow to have more than one tab.
Having a lot of tabs is waisting space in window, but some features (like Find Usages) really need to remember a few
prev. results for easier navigation/code analysis.
When tab container has only one tab, this tab is not displayed and doesn't spend space => it looks like general window.
So, features in their "Query parameters" dialogs should have checkbox "reuse eldest tab" which allow to reuse tabs or
add few new ones when history is important. In this case user can use only, say, 3 Find Usages tab, 2 Search Results
tabs and save window space without loosing historically important queries.
Comment 1 Marian Mirilovic 2010-04-16 07:49:46 UTC
Window System