Chordian / sidfactory2

SID Factory II is a cross-platform editor for composing music that will work on a Commodore 64. It uses the reSID emulator and is currently in open BETA.
http://blog.chordian.net/sf2/
110 stars 13 forks source link

User folders not shown as aliases but as file paths #174

Closed micheldebree closed 4 months ago

micheldebree commented 11 months ago

Describe the bug Userfolders not shown as aliases

To Reproduce Part of my user.ini:

Disk.UserFolders = "~"
Disk.UserFolders.Aliases = "Home (~)"
Disk.UserFolders += "/Users/Michel/Music/Michel/SIDFactoryII"
Disk.UserFolders.Aliases += "My tunes"

When I open the file browser (F10), I see the userfolders by full path instead of by alias.

Expected behavior To see the aliases in the browser instead of the actual paths

Desktop (please complete the following information):

micheldebree commented 11 months ago

Not a bug but a feature. If the number of user folders and aliases is not the same, the two lists don't line up and aliases cannot be shown reliably. So they are not used, the folders are shown.