User Reported Autosave Not Working


Version: 2025b

Type: Features

Category: Programming

Subcategory: Ease of Use

Jira: ORG-31315


1.Open an opj file, make some changes, and close the project without saving. Origin will save the project as opju file to Unsaved Files folder.

2.Added system variable @ASM=0(default), set to 1 to see status bar messages for auto save.

3.Added system variable @ASS=0 (default) means autosave will not happen for large project, set @ASS=1 will autosave any size of project.

4.Added system variable @ASP with following bits for project autosave setting.

  • 0(Default) = follow global autosave settings

  • 1 = no autosave for this project regardless of global setting

  • 2 = autosave this project regardless of project size, but still obey global autosave=OFF

  • 4 = do not ask when project size is > @ASC (mb)