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

Summary: Allow detaching of output view
Product: platform Reporter: everflux <everflux>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.