Oliver-Loeffler / FXFileChooser

Custom JavaFX file chooser which allows quick manual filtering, which allows to add Path predicates as filter and which is testable using TestFX.
Apache License 2.0
44 stars 8 forks source link

Add option to make file search case insensitive #70

Closed Oliver-Loeffler closed 1 year ago

Oliver-Loeffler commented 1 year ago

With crowded directories it can be difficult to find the desired file if the search is case sensitive. Hence ideally the GUI offers a checkbox to enable/disable case sensitivity. System should default to case insensitivity.

Oliver-Loeffler commented 1 year ago

StartsWith/endWith controls are case sensitve the actual filter mechanism is not.

Oliver-Loeffler commented 1 year ago

Closed functionality is sufficient at this point.