Once I checked the options, motivated by the removal of "Quick access" element eating my toolbar space (since Eclipse Juno version) I've found the stackoverflow post providing even more help than I originally expected.
It correctly pointed me to yet unresolved Eclipse bug, however that was not what I was looking for. Still there were other answers giving me what I came for.
Removing "Quick access" element
As this answer pointed, adding:#SearchField { visibility:hidden; }to the:
<ECLIPSE_HOME>/plugins/org.eclipse.platform_<VERSION>/css/e4_basestyle.cssand restarting Eclipse does the job.
Removing toolbar buttons
As the other answer pointed, going for: Window -> Customize Prespective ... I was able to get rid of the buttons (I don't need) in my toolbar.Please note: this should be done on per perspective basis.
No comments:
Post a Comment