简体   繁体   English

如何在Eclipse IDE中删除舍入的标签?

[英]How do i remove rounded tabs in Eclipse IDE?

How do i remove rounded corners in Eclipse in order to have this look? 我如何在Eclipse中删除圆角以具有这种外观? 在此处输入图片说明

I tried to change themes in settings>appearance>themes from Windows one, to classic. 我试图将设置>外观>主题从Windows one更改为经典。 It didn't work out. 它没有解决。 I'm on Windows 10 by the way. 顺便说一下,我在Windows 10上。

As far as I can see only the 'Windows XP Blue' and 'Windows XP Olive' themes have the squared tabs. 据我所知,只有“ Windows XP Blue”和“ Windows XP Olive”主题具有方形标签。

You can try editing other theme's CSS files which are in the org.eclipse.ui.themes plugin. 您可以尝试编辑org.eclipse.ui.themes插件中其他主题的CSS文件。 You need to change the swt-simple value to true : 您需要将swt-simple值更改为true

.MPartStack {
    swt-simple: true;
}

It's easy to do. 这很容易做到。 You probably installing the latest eclipse version, but try to install the previous one. 您可能安装了最新的eclipse版本,但尝试安装前一个版本。 In a "New" eclipse installer, click advanced setting and choose the version eclipse with, "Java 1.6..." in the description, instead of 1.7 or something. 在“新” eclipse安装程序中,单击“高级设置”,然后选择描述中带有“ Java 1.6 ...”的eclipse版本,而不是1.7或其他名称。 I had the exact same problem, but it fixed that. 我遇到了完全相同的问题,但它解决了该问题。

Jeeeyul's Eclipse Themes . Jeeeyul的Eclipse主题 You can do that and much more with this. 您可以做到这一点,甚至更多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM