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 211573 - Delete action for multiple projects should show just one prompt
Summary: Delete action for multiple projects should show just one prompt
Status: RESOLVED DUPLICATE of bug 74296
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: UI
Depends on: 211524
Blocks:
  Show dependency tree
 
Reported: 2012-04-23 09:25 UTC by ytn01
Modified: 2013-04-25 12:07 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 ytn01 2012-04-23 09:25:03 UTC
The delete action for multiple projects currently shows prompt for each project deletion.
This process is OK when used for 2-3 items but as the number of selection goes up, it gets annoying.

It would be ideal to show a prompt with options to apply for all projects & run the action in batch.
Or even make a more customizable option set so user can make a choice for all or individual projects and run the task in a single batch run.

Product Version = NetBeans IDE Dev (Build 201204210400)
Operating System = Mac OS X version 10.7.3 running on x86_64
Java; VM; Vendor = 1.6.0_31
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.6-b01-415
Comment 1 Jesse Glick 2012-04-25 16:31:38 UTC
May be possible using ExtendedDelete. A very low priority; if you are really deleting that many projects, it would be simpler to close them in the IDE (or just shut down the IDE), then delete from the command line or whatever platform shell.
Comment 2 ytn01 2012-05-04 09:24:35 UTC
Yes, its certainly possible to delete the projects outside of the IDE, but I don't think thats the Smart way to do it.
Comment 3 Milos Kleint 2013-04-25 12:07:48 UTC

*** This bug has been marked as a duplicate of bug 74296 ***