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 - Too many output windows opened
Summary: Too many output windows opened
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 13:16 UTC by Filip Zamboj
Modified: 2010-09-17 05:31 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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