Erich is Professor at Lucerne University of Applied Sciences and Arts and Distinguished Member of Technical Staff at Freescale Semiconductor. Erich has a MsCS degree and 18+ years of experience in the embedded software and tools world. He created many embedded cross C/C++ compilers and debuggers. Additionally he is researching in the domain of programming languages, real time and mechatronic systems. Erich is a DZone MVB and is not an employee of DZone and has posted 47 posts at DZone. You can read more from them at their website. View Full User Profile

Eclipse Full Screen Mode Plugin

07.25.2012
| 4943 views |
  • submit to reddit

The great thing with blogging is: I receive great comments, questions and ideas. The great thing with Eclipse/CodeWarrior is that the extensions are almost unlimited :-) . For my earlier post on hiding the toolbar I received a tip for another way which even is better: a plugin to switch Eclipse into full screen mode. Here is how to install it and how it looks…

The plugin is available from http://code.google.com/p/eclipse-fullscreen/. Download the zip file. The zip file has the cn.pande.eclipsex.fullscreen_<version>.jar file. Copy that file inside the CodeWarrrior or Eclipse eclipse\plugins folder.

After launching Eclipse there is new entry in the Window menu:

Fullscreen Menu Item

Full Screen Menu Item

This switches Eclipse into full screen mode:

Eclipse in Full Screen Mode

Eclipse in Full Screen Mode

This hides the toolbar, menu and status bar, and I have more space available for what matters :-)

How to get out of full screen mode:

  • Press ESC key to exit full screen mode.
  • Ctrl+Alt+z is the default shortcut to toggle between ‘normal’ and ‘full screen’ mode.

Happy Full Screening :-)

Published at DZone with permission of Erich Styger, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

Gilberto Olimpio replied on Thu, 2012/07/26 - 2:13am

Another plugin that is not being maintained for a while, but it's still working fine:

http://www.scharf.gr/eclipse/fullscreen/update/ 

This plugin let you hide the menubar and/or the toolbar in 'normal' or 'full screen' mode. 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.