When running a fresh install of a recent Eclipse on a fresh install of a recent Ubuntu, you'll see this:
For reference, this much more compact view is what I'm used to look at on a Windows machine:
There's several related questions and answers for older versions of Eclipse, falling into two categories:
"Apply a design fix on GTK2 level. If your Eclipse uses GTK3, force it to use GTK2 instead."
"Apply a design fix with CSS."
Now, in my experience with Eclipse 4.11 aka "2019-03"...
- I can't force GTK2 usage anymore❶. With
./eclipse --launcher.GTK_version 2
I get:
The Eclipse (...) launcher no longer supports running with GTK + 2.x. Continuing using GTK+ 3.x.
- CSS hacks to
plugins/org.eclipse.ui.themes.../css/e4_default_gtk.css
don't have any effect. I tried to edit this file a lot but it just never seems to do anything.
So my question is what do I have to do to get rid of these space wasters? And more generally, what's the designated way to tweak design parameters with new versions of Eclipse? There's also word of a CSS editor plugin for Eclipse itself, but it seems to be abandoned.
I'll be collecting links to other questions dealing with related Eclipse GUI problems:
- How to remove the HUGE padding for tabs and icons in Eclipse on Linux Mint 17.3 Xfce edition?
- Can I make Eclipse on Ubuntu look more compact?
- How to change the font size of the Eclipse editor tab's title
❶ According to this thread, GTK2 support has been dropped with Eclipse 4.10 aka "2018-12".