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

Summary: Improve Tabs Container management
Product: platform Reporter: Vladimir Voskresensky <vv159170>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker CC: sergius, vkvashin
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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