英文:
Eclipse tabs are broken how to fix it?
问题
我刚刚下载了Eclipse,但它显示的语言是乱码。我该如何解决这个问题?
答案1
得分: 6
这是由于 Windows 中的字体设置引起的。在 此链接 中描述了这个 Eclipse bug 报告(已标记为非 Eclipse bug)。
你可以通过在 Eclipse 中更改“Part Title”字体来解决此问题 - 转到“Window” > “Preferences” > “General” > “Appearance” > “Colors and Fonts”,在“View and Editor Folders”部分将“Part title font”更改为显示正确的字体。
英文:
This is caused by the font settings in Windows. It is described in this Eclipse bug report (closed as not an Eclipse bug).
You should be able to fix it in Eclipse by changing the "Part Title" font - Window > Preferences > General > Appearance > Colors and Fonts, in the "View and Editor Folders" section change the "Part title font" to something that displays correctly.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论