mapeditor/tiled

Do you want to work on this issue?
You can request for a bounty in order to promote it!
Remember last used file extension for saving new files #3319
bjorn posted onGitHub
Some formats support multiple files extensions (TMX supports .xml
in addition to .tmx
/.tsx
), JSON supports .json
in addition to the recently added .tmj
/.tsj
). When saving new files, the suggested file format is based on the last used one, but the file extension is always the first one (see Utils::firstExtension
).
It would be nice if the last used file extension was also remembered, and suggested instead of the first one listed for the selected file format.
Split off from issue #3317.