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 236350 - Allow tabs reordering in tab containers
Summary: Allow tabs reordering in tab containers
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks: 231705
  Show dependency tree
 
Reported: 2013-09-25 08:45 UTC by ilia
Modified: 2013-09-25 10:22 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 ilia 2013-09-25 08:45:16 UTC
All view containing tabs doesn't allow reordering inside them (output, search, etc)
It would be great to be able to reorder inner tabs.
Comment 1 Stanislav Aubrecht 2013-09-25 08:48:07 UTC
The inner tabs in Output, Search and similar windows display only temporary content so what's the reason to reorder them?
Comment 2 Vladimir Voskresensky 2013-09-25 09:56:19 UTC
One reason is described in issue #231705: On Unix systems terminals have multi tabs and users reorder them, so the request to have the same for NB's Terminal.
I.e. user can create terminals for different hosts at different time and then would like to order by hosts
Comment 3 Stanislav Aubrecht 2013-09-25 10:22:23 UTC
Terminal window uses JTabbedPane with close button. JTabbedPane doesn't support tab reordering and there are no plans to implement such a custom JTabbedPane in the NetBeans platform.