10

Is there any way that I can have the Delphi IDE auto-save all opened projects every X minutes, or just before compilatilation? I looked in XE2 and in Gexperts and didn't see anything, but that means nothing as I am thick.

4

4 回答 4

26

Check the checkbox in Tools->Options->Environment Options->Autosave->Editor Files. It will save the files on compile/run.

(If you haven't already, I'd also check Tools->Options->Editor Options->Create backup files, and set the File backup limit to 10 or more. This enables a sort of version control using the .history folder for each project (which you can access using the History tab at the bottom of the Code Editor.)

于 2012-02-16T00:50:26.403 回答
10

Andy's DDevExtensions has a "Compile Backup" option that automatically saves a copy of modified units to a .cbk file (e.g. Example.pas.cbk).

于 2012-02-16T01:46:34.720 回答
3

In Delphi Rio

Tools>Options>IDE>Saving and Desktop

于 2020-10-05T20:02:47.183 回答
1

CnPack seems to have such function since version 0.8.2

It is at CnPack - IDE enhancement Settings - Editor Enhancements - Tabset / Button - Auto Save All in my version 1.1.4.924 on the XE7: Auto Save Screenshot

于 2018-04-11T20:30:24.990 回答