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 32454 - [2003-09-23] Specify behaviour of Output window
Summary: [2003-09-23] Specify behaviour of Output window
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
: 34633 (view as bug list)
Depends on:
Blocks: 35931
  Show dependency tree
 
Reported: 2003-03-28 10:05 UTC by David Simonek
Modified: 2008-12-22 22:44 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Simonek 2003-03-28 10:05:39 UTC
output window will be now regular top component,
with inner tabs for various outputs (compiler,
debugger, execution). Creating of inner tabs will
be the same like is creating of output tabs in 3.5.
However, tabs will be *inside* output top
component, so they are completely separated from
other winsys tabs and they're not movable or
dockable anywhere.
Comment 1 Peter Zavadsky 2003-09-16 16:03:37 UTC
*** Issue 34633 has been marked as a duplicate of this issue. ***
Comment 2 jrojcek 2003-09-25 09:46:58 UTC
This is the summary of Output window behavior in the new windowing system:

- each output stream is written into a separate "output" tab inside
the output window

- the user has to discard output tabs manually by selecting a discard
action

- the discard action is shown in contextual menus over the output tabs
and over the current output text area in two forms: "Discard Output",
"Discard All Outputs"

- "Discard Output" discards the current output tab/stream, or the
contents of the output window (and associated stream) if it is the
last output instance

- "Discard All Outputs" discards all output instances
Comment 3 jrojcek 2003-09-25 10:36:04 UTC
One important thing to add:

- if there is only one output instance in the output window then no
tabs are displayed and output window title displays the name of output
instance using this pattern "Output - <output instance name>", e.g.
"Output - ColorPicker I/O"

- if there are more output instances then they are displayed in
separate tabs, each tab showing the name of output instance.
Comment 4 Jan Chalupa 2003-11-03 17:41:09 UTC
*** Issue 34633 has been marked as a duplicate of this issue. ***