heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

preview large files #23

Closed heribertolugo closed 4 years ago

heribertolugo commented 4 years ago

improve performance hen previewing large files

heribertolugo commented 4 years ago

this was an issue for executables and compressed files (like iso). executables no longer provide a preview, as there is no benefit in previewing a exe in text. compressed files will be previewed using a unzipper. for large text documents, a separate thread now loads the files, preventing UI block.