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 171919

Summary: Too many output windows opened
Product: php Reporter: Filip Zamboj <fzamboj>
Component: SymfonyAssignee: issues@php <issues>
Status: NEW ---    
Severity: blocker CC: tmysik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Filip Zamboj 2009-09-10 13:16:17 UTC
Each time you run a symfony command it generates new output window. As many commands as many output windows. In my
opinion, it would be better if logs will be generated in one window only. That window should have a possibility to set
up length or number of lines it remembers.
Comment 1 Tomas Mysik 2009-09-16 14:02:37 UTC
Changing to ENHANCEMENT because (as we agreed with Filip) it's not clear how it should behave; the only possibility seems to be to create only one tab
(with name "PHP Symfony Framework" e.g.) and then we could clear the output window before every command is to be run (the problem here could be if
some command ends with errors and user invokes another command, the output is lost). If we do not clear the window, then it would be many lines in it
after a short time - that would be confusing.
Let's solve it after NB 6.8.
Comment 2 deresh 2009-10-06 14:18:03 UTC
on the other hand, for me this is a good feature, because i get fast access to reruning those symfony commands, 
especialy for tasks like clearing cache, rebuilding models, deploying projects, that needs to be run frequently in 
developments phase.
Comment 3 Filip Zamboj 2010-09-15 12:36:42 UTC
batch reassigning