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 32756 - Each execution opens new tab in Output Window
Summary: Each execution opens new tab in Output Window
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-09 10:47 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-04-09 10:47:05 UTC
Each execution of project creates new tab in
Output Window. It should be customizable whether
to open new tab for each execution or reuse
already opened tab.
Comment 1 Vitezslav Stejskal 2003-04-09 13:25:35 UTC
We need some UI insight, I see following alternatives:

1. always reuse tabs for execution of the same profile
2. always reuse tabs for execution of the same project (than we should
use the project's name as a name of the tab)
3. always open new tab (current behavior)
4. create option somewhere which allows user to choose from above variants

My prefered alternative is #1.
Comment 2 Chris Ledantec 2003-04-09 15:07:35 UTC
i agree. option 1 will probably work best.
Comment 3 Vitezslav Stejskal 2003-04-09 15:53:43 UTC
OK, will implement.
Comment 4 Vitezslav Stejskal 2003-08-03 15:57:26 UTC
Should be fixed in java profiles.
Comment 5 Vitezslav Stejskal 2003-08-03 15:58:03 UTC
Fixed, output panes are reused.
Comment 6 Milan Kubec 2003-08-25 09:24:57 UTC
Verified.
Comment 7 Jan Becicka 2003-11-25 14:25:12 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.