UPPAALModelChecker / UPPAAL-Meta

This is the offcial meta repo for issue reporting, feature request and public roadmap for the development of UPPAAL.
http://www.uppaal.org
1 stars 0 forks source link

Suggest proper file extension on macOS when saving the model #211

Open mikucionisaau opened 1 year ago

mikucionisaau commented 1 year ago

Is your feature request related to a problem? Please describe. Uppaal on macOS uses native file dialogs, which do not show any of the file filters or extensions, so when user writes a filename without an extension it pops an error "The file name must have a valid file extension".

Describe the solution you'd like Instead, the error message should suggest the file extensions *.xml for full-featured and *.xta for text-only format.

Describe alternatives you've considered Maybe it is possible to give some native hints to the file dialog to pre-fill the extension by default.

Additional context The issue is specific to macOS

magoorden commented 1 year ago

I guess #188 is related.