One easy suggestion that can be added in the next patch version
I personally made a custom icon for myself and assigned it on my system:
Generally, I just wanted to see faster tilesets between other text-based files in the asset folder or other tilemaps (if you chose to open .tsx with Tiled - then maps and tilesets have the same icons).
Thanks a lot for the links and the alternative icons for tileset files!
I think it would be a nice if these custom icons could be associated with the files regardless of whether Tiled was installed using the MSI installer or just extracted from a .zip. I found out itās possible to set these values through QSettings (though not system-wide since it would need privileges, but I think per user would be enough).
If I understood that right, the following code should work for this:
This would then need to be connected to some checkbox in the preferences that sets/removes this entry from the registry.
Then Iām just a little undecided whether Tiled should do this by default or wait for the user to enable it. In the past Iāve noticed a lot of applications asking on startup, but Iād rather avoid that. Maybe a nice solution would be to display a kind of banner on the startup screen for it (similar to āmake this your default browserā). And of course when it detects that it is being run from a different directory, this key will need to get updated.
Iām glad you like the idea for tileset icons and itās good that Qt have this option.
So maybe the most not intrusive way for now could be a checkbox or button in Tiled settings, which will execute the registry set on click.
Also less things to tick, check on installation better, and also maybe other users will prefer the āclassicā way and same icon for both types since both are opened with Tiled on double click.