在eclipse中编辑xml时如何让Ctrl-F11构建项目?
我对 Eclipse 比较陌生。当我在 Eclipse 中构建项目时,我总是按 Ctrl+F11。这将在编辑 java 文件时构建相应的项目并启动应用程序,但是当您在编辑 xml 文件时执行此操作,它将创建新的“out.xml”。有什么方法可以指示 Eclipse 不要这样做吗?我真蠢,但我每天必须删除不需要的文件大约 10 次。
I am relatively new to Eclipse. When I build my project in Eclipse, I always press Ctrl+F11. This will build the corresponding project and start application when editing a java file, but when you do that while editing xml file, it will create new "out.xml". Is there any way to instruct Eclipse not to do that? Stupid me but I had to delete the unwanted file about 10 times a day.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您有最新版本的 eclipse。
默认情况下,Ctrl + F11 将尝试启动所选资源。您可以在
“窗口”->“首选项”->“启动”
下更改此设置,以始终启动您最后启动的项目。
Assuming you have a recent version of eclipse.
Ctrl + F11 will by default try to launch the selected resource. You can change this under
Window->Preferences->Launching
to always launch the last thing you launched.