egui_file icon indicating copy to clipboard operation
egui_file copied to clipboard

File dialog for egui

Results 6 egui_file issues
Sort by recently updated
recently updated
newest added

Hello, I wanted to use this library to open some files in /dev in linux, but as they were hidden by default it is not possible. This PR allows those...

I tried using this crate with `bevy_egui`, but it doesn't like it. The code is just incompatible. Won't even compile. It is because you require the standard Egui context.

This PR adds completion support in the single line `FileDialog.path_edit` text bar of the dialog ![2023-04-13 19-08-52](https://user-images.githubusercontent.com/57533634/231928524-8d9bbf2c-ad06-4097-a93c-530aa1609cc6.gif) (The GIF was made with an older version of `egui_file`, this PR has...

You don't say that you work on WASM but you also don't say that you don't. I tried it to see if it would work because when I think of...

When trying to build `egui_file` with the nightly-i686-pc-windows-msvc toolchain (MSVC 2019), the following error occurs: ``` libegui_file-ccc8a9d6339a0995.rlib(egui_file-ccc8a9d6339a0995.egui_file.f61f70b0cdbcdb8f-cgu.01.rcgu.o) : error LNK2019: unresolved external symbol _GetLogicalDrives referenced in function __ZN9egui_file10FileDialog7refresh17h1b308e2cd1518bc2E ``` Could...

It would be brilliant, if it were possible to sort the files by file attributes (e.g., name, creation date, etc.).