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 225095 - Allow detaching of output view
Summary: Allow detaching of output view
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal with 3 votes (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 13:14 UTC by everflux
Modified: 2013-07-08 22:33 UTC (History)
1 user (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 everflux 2013-01-19 13:14:36 UTC
[ BUILD # : 201301172100 ]
[ JDK VERSION : 1.7.0_09 ]

Scenario:
Running embedded PHP web server  and Easel HTML5 project from Netbeans.
It would be nice if the output of each could be stacked given the screen is
sufficiently large. That would allow to monitor the ouput of frontend and
backend at the same time.

I assume it applies to glassfish as well.
Comment 1 Tomas Mysik 2013-01-21 09:10:04 UTC
Not PHP specific, please evaluate. Thanks.
Comment 2 Jaroslav Havlin 2013-03-12 15:07:55 UTC
Good idea. It seems that it will require quite complex changes in the code.
Thanks for reporting.
Comment 3 adingfelder 2013-06-30 22:16:03 UTC
I am voting for this feature as well.  In case it helps, here is my justification for this change:

My output "group" (e.g the dockable window that has output tabs) contains a tab for the output of each app I am running, and tabs for svn output, debugging output etc.

I am writing a client server app, and as expected, the client and server each have their own output tabs.

But because they are in separate tabs within the output group in netbeans, you can only have one tab focused at a time (to watch the log output)

In Eclipse, you can create multiple "groups", so that you can have one console tab active in one output group, and a different console tab active in another. 
That way I could monitor the tabs of both the client and server at the same time. 

We need this ability in netbeans as well, it makes client server development much easier.