Skip to content
New issue

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

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

Already on GitHub? # to your account

Feature request: add search to file picker or let us use OS default picker #522

Open
mastazi opened this issue Jan 13, 2025 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@mastazi
Copy link

mastazi commented Jan 13, 2025

When opening a song in JJazzLab, there is no search functionality. I have to remember if the file was called on-green-dolphin-street or green-dolphin-street. I can't just type dolphin in a search input and find it. Most programs on my PC let me search when opening a file. Many programs for Windows or Mac offer the option to use that OS's default picker rather than the picker associated to that program's graphical toolkit, the default picker often offers additional functionality such as search. Either that, or adding search to the current file picker, would alleviate this problem.

@jjazzboss
Copy link
Owner

I made a quick search, there is no simple way to do this. I'm stuck with the default java's JFileChooser.

@jjazzboss jjazzboss added the enhancement New feature or request label Jan 27, 2025
@mastazi
Copy link
Author

mastazi commented Feb 3, 2025

@jjazzboss is it possible to implement some search in JFileChooser? Even basic substring search would be great...

@jjazzboss
Copy link
Owner

It's possible but I won't do it, it's not that simple, you will need extensive validation tests on all platforms. Feel free to submit a PR though.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants