如何在 Eclipse 中为各个源附件或库配置选项卡设置?
我们都知道,我们可以在 Eclipse 中全局配置选项卡(代码格式)设置,也可以针对每个项目进行配置。我们在调试或者编写的时候经常会去查看JDK类的源码。如果将 Eclipse 的全局首选项设置为 Java 标准格式,则 JDK 源代码看起来是正确的。如果您在全球范围内使用任何其他首选项(例如公司标准或 Eclipse 标准),那么 Java 源代码看起来就像垃圾,因为它嵌入了硬选项卡。
有没有办法为源附件或库配置选项卡设置?
我没有找到有关此问题的参考资料,这有点奇怪。也许每个人都切换到Java标准格式,然后使用项目特定的格式设置。
或者也许只是我在某个地方错过了一些东西。有没有?
We all know that we can configure tab (code format) settings globally in Eclipse, and we can also do it per project. We often go to the source of JDK classes when debugging, or writing. If you set Eclipse's global preferences to the Java standard format, the JDK source code looks right. If you use any other preferences globally (like a company standard, or the Eclipse standard), the Java source looks like crap because of its embedded hard tabs.
Is there any way to configure the tab settings for a source attachment, or for a library?
It's a little weird that I'm not finding references to this issue. Maybe everyone switches to the Java standard format, then uses project-specific format settings.
Or maybe there's just something I missed, somewhere. Is there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 jadclipse,可以选择使用 eclipse 格式设置
If you use jadclipse there is an option to use eclipse format settings