Releases: Oliver-Loeffler/FXFileChooser
Releases · Oliver-Loeffler/FXFileChooser
FXFileChooser 0.0.6
- Pasting paths into the filter text field is now supported. When a path is pasted or typed, pressing the ENTER or RETURN key causes the file chooser to switch into the entered directory (if it exists). This also works when the typed path points to a file.
- One of the sort icons was always white, the FXML was fixed.
- Demo code in README.md fixed and demos are now part of code.
New release is available at Maven Central:
https://search.maven.org/artifact/net.raumzeitfalle.fx/filechooser/0.0.6/jar
FXFileChooser 0.0.5
- Sorting by last modified works now correctly, there was a bug that descending ordering did not work, instead descending sort by name was used.
- View code simplified
- First draft of locations API added, locations allow to customize the SplitMenuButton menu for the "Choose Directory" button. As of now locations (paths in file system with a specific name) can be added. Adding works currently only during FileChooser creation.
New release is available at Maven Central:
https://search.maven.org/artifact/net.raumzeitfalle.fx/filechooser/0.0.5/jar
FXFileChooser 0.0.4
- Sorting by last modified time works now.
- Reworked example code.
- Added new classes in order to use JavaFX file system dialogs from Swing code.
- Modality of JavaFX dialogs in Swing works now as expected (on Windows), on OSX modality is not given but at least the affected dialog launch buttons are no longer focusable.
New release is available at Maven Central:
https://search.maven.org/artifact/net.raumzeitfalle.fx/filechooser/0.0.4/jar
https://search.maven.org/search?q=g:net.raumzeitfalle.fx%20AND%20a:filechooser
FXFileChooser 0.0.3
First version which works nicely with filtering and large slow network shares.