FXFileChooser icon indicating copy to clipboard operation
FXFileChooser copied to clipboard

Custom JavaFX file chooser which allows quick manual filtering, which allows to add Path predicates as filter and which is testable using TestFX.

Results 25 FXFileChooser issues
Sort by recently updated
recently updated
newest added

In some cases, when crowded directories (> 200.000 files) are refreshed on a local share (or on a very fast share), the progress indicator update slows down the update process....

enhancement

Current directory selection standard dialogs on Windows or MacOS do not show a simple directory tree. Instead the dialogs appear like file dialogs but accept only directories.

Create module-info and properly expose desired public API via JPMS

For latest release 0.0.7, Java-11 and JavaFX 11 shall be baseline for Actions and deployment.

There was a request to use wild cards for file name filtering. Wild cards asked for * '%' and '*' both indicate any string * ? should indicate any character...

enhancement

Remove all *non-core* functionalities and APIs. File chooser use cases shall be limited to: * Run FileChooser from JavaFX within a separate window * Run FileChooser from JavaFX within JavaFX...

Use Asciidoctor or Markdown to create a users manual.

enhancement

There are cases, where the FileChooserDialog only shows "." instead the expected location. ![WrongFile](https://user-images.githubusercontent.com/22102800/152662439-451c70f2-0caa-4c68-926e-b809b9b2eea0.PNG)

bug

With directories containing 100.000s of files memory consumption can be an issue. For ~ 330.000 files on Windows 10 the FileChooserModel requires ~ 80 MiB of memory. On macOS Monterey...

enhancement

It turned out, that the change location (or change directory) functionality implemented is hard to test. Therefore a rework is needed. Points which turned out problematic: * PathSupplier is actually...