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 63890 - [50cat] Allow multiple file selection in quick file chooser
Summary: [50cat] Allow multiple file selection in quick file chooser
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Quick Filechooser (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 67865 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-08 13:35 UTC by host
Modified: 2009-02-19 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description host 2005-09-08 13:35:53 UTC
It would be great if it was possible to select multiple files in the quick file
chooser.
Comment 1 Jesse Glick 2005-09-08 18:40:36 UTC
It would, though I have no idea how to present the UI for such a thing. Would
probably need some special keystroke for accepting the selected file, adding it
to a list, and continuing with further selections.
Comment 2 host 2005-09-09 08:27:30 UTC
I would think that a multiple selection could be made possible if you keep e.g.
the CTRL-key pressed and then select the desired files or directories.
Comment 3 Jesse Glick 2005-09-09 18:30:36 UTC
That would be OK for mouse usage but not keyboard usage.
Comment 4 lpintilie 2005-10-20 09:43:19 UTC
One use-case for multiple selection in the quick file chooser is selection of
JAR files in a "lib" directory - e.g. when adding a list of files for editor
code completion in a free-form project (not for actual compilation, which is
handled OK by Ant). For this particular use case an acceptable input would use
wildcards, like "*.jar". More complex regular expressions to match desired
filenames may be added later, but at least selecting a bunch of JAR files in one
shot would be really helpful.
Comment 5 Jesse Glick 2005-11-02 20:57:40 UTC
*** Issue 67865 has been marked as a duplicate of this issue. ***
Comment 6 Jesse Glick 2007-03-25 21:50:06 UTC
I don't plan to spend time on this. Workaround when you need a multiselection:
use QFC to get to the right dir, then press Classic button to switch to a
different filechooser UI and finish.
Comment 7 Jesse Glick 2009-02-19 21:06:03 UTC
Enabling * to be used as a wildcard. Does not support arbitrary multiselection, but usually people just want to select
*.jar in some dir or similar. release65/contrib #63790844769d