Bug #1181
Mis à jour par Sebastien Jacquot il y a presque 11 ans
Changing the file export format does not update the file extension in file name.
NOTE: At this moment, we manually add the file extension to the file name in the chart export command for Linux (and Mac ?) OS.
h3. Solution 1
Implement a refresh file name system. First proposal: extend the RCP/SWT file chooser to modify its behavior according to the OS target.
h3. Solution 2
Remove the file extension from the file name.
[SJ] I propose to implement this solution #2. It seems to me that file extensions are not generally used under Linux/Mac OS. The RCP/SWT file chooser is platform dependent and uses native OS behavior, that's why the file extension is added to the file name and refreshed under Windows OS but not added and not refreshed under Linux (and Mac ?).
NOTE: At this moment, we manually add the file extension to the file name in the chart export command for Linux (and Mac ?) OS.
h3. Solution 1
Implement a refresh file name system. First proposal: extend the RCP/SWT file chooser to modify its behavior according to the OS target.
h3. Solution 2
Remove the file extension from the file name.
[SJ] I propose to implement this solution #2. It seems to me that file extensions are not generally used under Linux/Mac OS. The RCP/SWT file chooser is platform dependent and uses native OS behavior, that's why the file extension is added to the file name and refreshed under Windows OS but not added and not refreshed under Linux (and Mac ?).