我可以将 Eclipse 设置为仅针对当前项目发出错误、警告等吗?
当我专注于当前项目时,我希望能够忽略工作区中其他项目中的警告。我透过窗户看|首选项并没有看到这样的选项。 Eclipse 显然知道哪个项目是当前的,因为当我混搭 F11 时它会运行(或尝试)。
I want to be able to ignore warnings in other projects in my workspace when I'm concentrating on my current project. I looked through Window | Preferences and saw no such option. Eclipse obviously knows which project is current, because when I mash F11 it runs (or tries to).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在问题视图中,单击右侧的小三角形,然后选择显示 -> 选择错误/警告。然后它将显示当前所选项目/文件的错误等。
In the Problems view, click the little triangle thinggie on the right, and select Show -> Errors/Warnings on selection. Then it will show the errors from the currently selected project/file, etc.
您可以关闭项目所有其他项目,可以在问题视图上设置过滤器以仅显示当前项目的错误,或者使用 Mylin 来限制您当前看到的范围。
You can either Close Project all other projects, you can set a filter on the Problems View to only show errors for the current project, or use Mylin to limit the scope of what you are currently seeing.
我刚刚将 Eclipse (Helios) 升级到最新版本的 SDK,LogCat 会自动显示我当前的应用程序。
I just upgraded Eclipse (Helios) to the latest version of the SDK and LogCat shows my current application automagically.
您可以利用
工作集
将项目放入逻辑组中。You can make use of
Working Sets
to put projects into logical groups.