문제

99% of the files I edit in Eclipse are Java files. On a normal day, all of my Editor file tabs show the same "J" icon which I find distracting.

How do I configure Eclipse file tabs to only display the file names?

도움이 되었습니까?

해결책

It's possible that the icon is implemented in code, but more likely it's located as a resource in a jar in your installation. If you can find the icon in your installation you could replace it with a blank image file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top