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 104997 - increase size of Processes window
Summary: increase size of Processes window
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 09:37 UTC by ggsize
Modified: 2011-08-04 15:17 UTC (History)
0 users

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 ggsize 2007-05-29 09:37:09 UTC
The Processes window is an attached popup in the bottom right hand corner of 
the IDE. Since it is an attached popup, I'd imagine it is used briefly, then 
closed (this is how I use it). Therefore, would be nice if would show more than 
the 3 process it currently shows. As many as can fit within the IDE window???
Comment 1 Milos Kleint 2007-05-30 08:07:30 UTC
how often do you have more than 3 processes there? can you give a usecase? or
provide a screenshot? maybe the issue shall be addressed elsewhere (reducing the
number of runnign processes)
Comment 2 ggsize 2007-05-30 08:37:19 UTC
I very often have more than 3 processes running. I am developing a distributed,
loosely coupled system (with ActiveMQ). I have 7-10 processes running at a time,
all of which are in a state of development, and all need to be up for the system
to work. Since the system is loosely coupled, I can hot swap apps: change the
code on one app, then kill it and bring it up with the new code, without
affecting the system as a whole.