Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add item pattern filter #6

Closed
GoogleCodeExporter opened this issue Aug 16, 2015 · 1 comment
Closed

Add item pattern filter #6

GoogleCodeExporter opened this issue Aug 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use the file browser to open a directory with over two hundreds files.

What is the expected output? What do you see instead?
I expect to have some means to narrow down the items (files and subdirectories) 
I'm interested in.
My use-case at-hand is the BMC CMDB Logs directory.  It has hundreds of log 
files covering various CMDB subsystems, and I am only ever interested in one 
subsystem at a time.
Another use case is BMC ADDM.  There are many base log files present, and for 
most of them there are several for each "engine" multiplied by about 10 due to 
log file rotation and aging.
Instead I have no means to narrow down what is displayed.

Please use labels and text to provide additional information.
Add a simple text file labeled something like "Narrowing filter:".
The program would simply do a .getName().contains() test on the items, perhaps 
using a java.io.FilenameFilter or java.io.FileFilter.

I think that a general .contains filter like this is more generally useful and 
applicable than a more traditional filetype selector.  The filetype selector 
would not help for my use cases, where tons of files I want to exclude have the 
same suffix that I need.  If a filetype/filename-suffix selector is added, it 
must accept custom suffixes (like with a JComboBox or similar).

Original issue reported on code.google.com by blaine.s...@admc.com on 7 Dec 2013 at 5:56

@GoogleCodeExporter
Copy link
Author

Original comment by otros.sy...@gmail.com on 18 Dec 2013 at 10:01

  • Changed state: Fixed
  • Added labels: Release-1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant