XE2如何自动保存?
有什么方法可以让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
选中
工具->选项->环境选项->自动保存->编辑器文件
中的复选框。它将在编译/运行时保存文件。(如果您还没有这样做,我还会检查
工具->选项->编辑器选项->创建备份文件
,并设置文件备份限制
到 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 theFile 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 theHistory
tab at the bottom of the Code Editor.)安迪的 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).
CnPack 从0.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:在Delphi Rio中
工具>选项>IDE>保存和桌面
In Delphi Rio
Tools>Options>IDE>Saving and Desktop