gama-platform / gama.old

Main repository for developing the 1.x versions of GAMA
GNU General Public License v3.0
304 stars 99 forks source link

Text format is not recognized as matching with txt files in save statement #3909

Closed lesquoyb closed 1 year ago

lesquoyb commented 1 year ago

Describe the bug When using the save statement, it is recommended to use the format facet, according to documentation the "text" format is one of the supported and even recommended. But when saving a file with the extension txt which is standard for text files, an info message appears to say that it doesn't match the text format.

image
AlexisDrogoul commented 1 year ago

I had to add the possibility to define synonyms (I thought it was there, but no) in ISaveDelegate. Everything should be ok now.