yamamoto2002 / bitspersampleconv2

Automatically exported from code.google.com/p/bitspersampleconv2
MIT License
0 stars 1 forks source link

Store DefaultExt of OpenFileDialog as user settings #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
User scenario: a folder contains a lot of music files and a few cue files.
and user want to choose CUE file swiftly so every time OpenFileDialog spawns, 
user choose CUE file filter manually and this setting is not stored as a user 
settings.

Expected behavior: Remember user selected file filter type of OpenFileDialog as 
user settings

Original issue reported on code.google.com by yamamoto2002@gmail.com on 8 May 2014 at 3:23

GoogleCodeExporter commented 9 years ago
Following workaround is not a direct solution of this problem, but it may 
alleviate the problem a bit.

Current PlayPcmWin implementation does not remember DefaultExt of 
OpenFileDialog but OS remembers file sort criteria and sort order of 
OpenFileDialog
so setting "file type" as sort criteria to show CUE files first.

Step 1: on OpenFileDialog, right click sort type display area and check "Type" 
(SortByFileType1.png)

Step 2: click "Type" on sort type display area to sort by file type
(SortByFileType2.png)

Original comment by yamamoto2002@gmail.com on 8 May 2014 at 3:34

Attachments:

GoogleCodeExporter commented 9 years ago
Revision 3593
fixed on PlayPcmWin 4.0.75

Original comment by yamamoto2002@gmail.com on 21 Dec 2014 at 1:09