Why is xojo not having a "unsaved change" after a crash

FYI
Run already saves a temporary copy of things
Always has
Thats the autorecovery copy in case the IDE crashes

The rest is a one line script
DoCommand(“SaveFile”)
Put that before the build step for whatever target