Context:
- Multiple files are opened
- Some files are already available on the disk drive but were changed by lets say a find/replace in all opened files.
- Some files are just temporary files created with “File>New File” but never saved.
User action:
The user clicks “File>Save all”
Background:
Temporary files cannot be saved automatically since path is unknown.
Issue:
ST3 starts to save each opened file and stops at first temporary file, prompting the user to save the temporary file.
If the user cancels (most of the time I don’t want to save my temporary files - they are just temporary), the whole loop stops and remaining files are not saved.
Improvement:
First save files with known paths and after that save temporary files.