XE2如何自动保存?

发布于 2025-01-06 00:52:31 字数 96 浏览 1 评论 0原文

有什么方法可以让 Delphi IDE 每 X 分钟或在编译之前自动保存所有打开的项目吗?我查看了 XE2 和 Gexperts,但没有看到任何东西,但这意味着什么,因为我很厚。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

贵在坚持 2025-01-13 00:52:31

选中工具->选项->环境选项->自动保存->编辑器文件中的复选框。它将在编译/运行时保存文件。

(如果您还没有这样做,我还会检查工具->选项->编辑器选项->创建备份文件,并设置文件备份限制到 10 个或更多,这可以使用每个项目的 .history 文件夹进行版本控制(您可以使用代码编辑器底部的 History 选项卡进行访问。)

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.)

红衣飘飘貌似仙 2025-01-13 00:52:31

安迪的 DDevExtensions 有一个“编译备份”选项,可以自动将修改后的单元的副本保存到 .cbk 文件(例如示例.pas.cbk)。

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).

铃予 2025-01-13 00:52:31

CnPack0.8.2

位于 CnPack - IDE 增强设置 - 编辑器增强< /代码> - Tabset / Button - 自动保存全部(在我的 XE7 版本 1.1.4.924 中):
自动保存截图

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

最美不过初阳 2025-01-13 00:52:31

在Delphi Rio中

工具>选项>IDE>保存和桌面

In Delphi Rio

Tools>Options>IDE>Saving and Desktop

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文