Why is the save Button not on the taskbar?

Why is the save Button not near the run/compile Button on the Taskbar? On RB I had the Save-Button near the run-Button placed. I allways forgot to save with STRG-S bevor I run my program. Or is it possible to activate a automatic save bevor compile?

Perhaps per IDE-Script if xojo is not willing to build in the save button?

Frank

A prebuild script could simply say
DoCommand(“SaveFile”)