Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>In addition to @Varun Mehta answer, I recommend the following tips for Eclipse 4 (Juno), whose interface is partially dictated and configurable by CSS rules:</p> <p>In <code>YourEclipseDir/plugins/org.eclipse.platform_4.x.y.v2012zzzzzzzz/css</code>, edit:</p> <ul> <li><code>e4_basestyle.css</code></li> <li><code>e4_default.css</code></li> <li><code>e4_default_gtk.css</code></li> </ul> <p>... and adjust those files. I use the following set of tweaks:</p> <ul> <li>set all the <code>margin-*</code> and <code>padding</code> to <code>0</code></li> <li>set <code>swt-shadow-visible: false</code> everywhere you find it, to get rid of those huge shadows</li> <li>set <code>.MPartStack {font-size}</code> to something smaller than <code>12</code></li> </ul> <p>Finally, remember you can disable the toolbar. In 4.0, its state wasn't remembered across sessions, but it seems like the issue is solved in 4.2.1</p> <p>Bonus resources: <a href="http://wiki.eclipse.org/Eclipse4/CSS" rel="nofollow noreferrer">Eclipse4/CSS</a> will get you started on Eclipse4 CSS, <a href="http://wiki.eclipse.org/E4/CSS/SWT_Mapping" rel="nofollow noreferrer">E4/CSS/SWT Mapping</a> lists other interesting CSS attributes, and <a href="http://marketplace.eclipse.org/content/eclipse-4-tools-css-spy" rel="nofollow noreferrer">CSS Spy</a> will help you inspect the UI.</p> <p>Screenshot of what I end up with: <img src="https://i.stack.imgur.com/yN0wt.png" alt="enter image description here"></p> <p>EDIT: see also <a href="https://superuser.com/questions/444763/how-to-remove-the-close-button-from-eclipse-juno-tabs">How to remove the close (×) button from Eclipse Juno tabs?</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload