Questions tagged [eclipse-rcp]

Have inquiries regarding the Eclipse Rich Client Platform, a versatile Java platform designed for running various applications? This platform offers essential components for developing rich client applications utilizing the OSGi framework.

What is the best way to create square editor tabs in Eclipse without using swt-border-radius?

The design of Eclipse's rounded and/or swooshing tabs is starting to feel outdated in today's modern era. I thought that by adding the following line in my default.css file, I could get rid of the rounded corners: swt-corner-radius: 0px Howeve ...