Yutaka-Sawada / MultiPar

Parchive tool
977 stars 43 forks source link

Add file status sorting function #71

Closed supply9243 closed 2 years ago

supply9243 commented 2 years ago

image This is useful for quickly finding problem files in a large number of files.

Yutaka-Sawada commented 2 years ago

I changed the behavior of Sort setting on MultiPar.ini. You may edit .INI file to enable sorting by Status.

Sort=8

I put the sample (gui_sample_2022-08-01.zip) in "MultiPar_sample" folder on OneDrive. I didn't test so much. Please test by yourself.

Yutaka-Sawada commented 2 years ago

I changed a little not to sort by "Number of Blocks" on Create window. It's because, sorting by "File size" and "Number of Blocks" were mostly same. On file-list of Verify window, 3 sorting are possible: Filename, File size, and Status. On file-list of Create window, 2 sorting are possible: Filename and File size. If a user click item header of "Blocks" on Create window, it will disable sorting.

I put the updated sample (gui_sample_2022-08-02.zip) in "MultiPar_sample" folder on OneDrive. When there is a problem or bug, I will fix later. If many users like this feature of "Sorting by Status", I may change the default behavior in future.