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 144630

Summary: Re-running a script should reuse the same Output tab
Product: profiler Reporter: William Leonard <bleonard>
Component: DTraceAssignee: Nasser Nouri <nassern>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description William Leonard 2008-08-20 19:32:56 UTC
Currently, every time a script is run, a new output tab is opened. The number of open tabs quickly accumulates. Ideally
the same Output tab would be used. This is also consistent with how other scripts are run from NetBeans (e.g., Ruby).
Comment 1 Nasser Nouri 2008-08-20 22:58:13 UTC
Did you click on double chevron green icon in the output window to re-run the script? If yes, it shouldn't open a new
output window! The run button always opens a new output window. 
Comment 2 William Leonard 2008-08-21 14:48:13 UTC
Right. Traditionally a script reuses the same output window. I case in this case, however, the issue arises that the
first script may very well still be running. I'll change it to INVALID for now.