Eclipse 在构建前自动保存?
来自 Visual Studio 背景...
我如何告诉 Eclipse 它应该在我构建时自动保存而不是每次都询问。
VS.NET 在“选项”下有它,但我在 Eclipse 中找不到它。
我用的是苹果电脑。
Coming from a Visual Studio background...
How do I tell Eclipse that it should auto save when ever I build rather than ask each time.
VS.NET has it under "Options", but I can't find it in Eclipse.
I use a Mac.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
首先,尝试一下
如果这不起作用,
请尝试
First, try
If that does not work,
PLEASE TRY
前往
,您可以在其中检查:
构建前自动保存
+自动构建
Go to
and there you can check:
Save automatically before build
+Build automatically
构建前自动保存
窗口> 首选项 > 一般> 工作区 >检查“构建前自动保存”> 确定
之前保存脏编辑器
在启动窗口 > 首选项 > 运行/调试 > 启动 >检查“始终” “启动前保存所需的脏编辑器”
在启动之前保存资源
这实际上是“在启动之前保存所需的脏编辑器”的替代方案
更改当前文件中的某些内容> 运行>检查“启动前始终保存资源”> 确定
详细信息:
Save automatically before build
Window > Preferences > General > Workspace > check "Save automatically before build" > OK
Save dirty editors before launching
Window > Preferences > Run/Debug > Launching > check "Always" for "Save required dirty editors before launching"
Save resources before launching
This is actually an alternative to "Save required dirty editors before launching"
Change something in the current file > Run > check "Always save resources before launching" > OK
Details:
首选项->运行/调试 -> 启动 ->在启动之前保存所需的脏编辑器。
Preferences -> run/debug ->launching -> Save required dirty editors before launching.
这在 Eclipse Luna 中发生了变化(或者可能只是因为我在 Mac 上而应答者在 PC 上)。
您可以在此菜单下找到它:
Eclipse ->首选项->一般->工作区
从那里,您选中“构建前自动保存”+“自动构建”。在 Mac 上,“首选项”不在“窗口”菜单下,因此这让我有点困惑。
This has changed in Eclipse Luna (or maybe it's just because I'm on a mac and the answerers are on a PC).
You find it under this menu:
Eclipse -> Preferences -> General -> Workspace
From there, you check "Save automatically before build" + "Build automatically". On a Mac, Preferences isn't under the Window menu, so that confused me for a bit.
(只是为了完整性)
之后
窗口->首选项->一般->工作区
(x) 构建前自动保存+自动构建
您必须转到:
Windows ->将透视另存为...
并根据您正在使用的透视选择一个名称。你可以覆盖旧的...
(Just for completeness)
After
Window -> Preferences -> General -> Workspace
(x) Save automatically before build + Build automatically
You must go to:
Windows -> Save Perspective As...
And select a name according to the perspective you are using. You can overwrite the old ones...