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 215140 - Add ability to kill all processes at one time.
Summary: Add ability to kill all processes at one time.
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 7.1.2
Hardware: PC Windows 7
: P2 normal with 1 vote (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-03 19:43 UTC by gliesian
Modified: 2015-12-17 19:15 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 gliesian 2012-07-03 19:43:59 UTC
I have a habit of starting multiple processes... and it's a bugger to step through all of them to close them one at a time.

When you right click on the processes status (e.g., (10 more...)) in the status bar, you see the following:

-->Show Processes
-->Show Output
-->Cancel Process

Please consider adding to the options of this popup menu...

-->"Cancel All Process"

... if more than one process is listed.

Thanks,
Robert
Comment 1 sparkee 2015-12-17 19:15:13 UTC
I agree with this request as I often have 4 or more processes I am debugging or testing concurrently under Netbeans. 

Implemented as suggested would be a help, but an even better approach in my mind would be to add a whole new processes window to the IDE that shows all the active processes launched out of Netbeans.  It could show the name of the configuration from which the process was run (if started from the configuration) and the main class of the process so that it is easier to distinguish them. And then it could offer the option where one can individually check items and then click something like "Cancel Selected" button.  There could be a "Select All" checkbox somewhere that selects all at once. I don't know the impact this would have on non-Java users, so obviously that would have to be factored in.