Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide toolbar in Eclipse 4.2?

Tags:

The toolbar is of no use for me, it occupies space, I use shortcuts to achieve all functions the toolbar provide. In Eclipse 3.7 we can right click the toolbar and hit "hide toolbar", but how to do that in Eclipse 4?

like image 306
Mike Avatar asked Jul 12 '12 15:07

Mike


People also ask

How do I get the toolbar back in eclipse?

To show the Eclipse Toolbar, you should activate “Show Toolbar” in the Menu. If this does not work, maybe something went wrong. You can reset the Perspective in Eclipse or delete folder “.

How do I zoom the toolbar in Eclipse?

To increase the font size or to zoom into the source text, starting with Eclipse Neon I use the <CTRL>+<+> shortcut (press the CTRL key in combination with the '+' key). To zoom out and to decrease the font size use the '-' with <CTRL>+<->.


2 Answers

Menu was gone but the command seems to be available still now.
Preferences > General > Keys
Type "toggle t" in filter text, then "Toggle Toolbar Visibility" will appear. It seems to work when some key is assigned.

like image 146
atlanto Avatar answered Sep 19 '22 05:09

atlanto


> Window > Hide Toolbar

(I'm running 4.2.1.)

like image 28
Luke Usherwood Avatar answered Sep 20 '22 05:09

Luke Usherwood