Eclipse 3.8 - Prevent File Name Truncating in Editor Tabs

爱⌒轻易说出口 提交于 2019-12-04 12:25:00

问题


I have want seems like it should be a simple question but I keep striking out...

In Eclipse 3.8 / STS 3.1, how do I stop Eclipse from truncating the file names in the editor tabs. I can't tell which tab is which. Thanks in advance.


回答1:


Under Window-> Preferences go to General -> Editors.
The last point should be "Close editors automatically", and you can specify a number.

If you check this, the least recently used editor will be closed when the given amount of opened editors is reached. That way the open editors don't take up so much space, and the possibility of truncated names is reduced.
You can always quickly search and open resources with Ctrl+Shift+R, so there is no need to have them open all the time.

Of course it can't be guaranteed to always show the complete name. If there is not enough space, what do you expect Eclipse to do?




回答2:


Try this solution.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=32789.

I have tried it with Eclipse Kepler 4.3 SR1




回答3:


you need to set eclipse Threme.

Under Window-> Preferences go to General ->Appearance

Threme: Classic



来源:https://stackoverflow.com/questions/15295271/eclipse-3-8-prevent-file-name-truncating-in-editor-tabs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!