fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
91 stars 14 forks source link

Attempt to save path entered into top bar if it's not a (existing) directory #159

Closed crumblingstatue closed 1 month ago

crumblingstatue commented 1 month ago

Extend the #150 behavior to saving paths.

With the same reasoning that the user might already have a path in mind, like they want to save to /tmp/foo.txt. image

fluxxcode commented 1 month ago

That makes perfect sense!

I will adjust it right away.

fluxxcode commented 1 month ago

I have implemented it on the referencing PR. Could you take a quick look to see if this is the behavior you expect?

crumblingstatue commented 1 month ago

I left a comment on the PR regarding files without extensions, but otherwise it seems to be working, thank you for implementing!