Dec/0811
Developer Toolbox: Fullscreen Eclipse
I was looking at Eclipse today and realized I never use the toolbar. While you can hide it by right-clicking the toolbar and selecting “Hide Toolbar” it doesn’t stick. When you restart Eclipse – the toolbar is back.
I then went on a hunt to see if this was buried in the preferences somewhere and turned up nothing. Next stop – Google! That didn’t turn up anything either but I did run across and interesting plugin that at
least gives me similar functionality…
With this small plugin Eclipse and RCP Programs based on Eclipse can run in full screen mode, so that you can have more space to edit your programs.
So now I can open a file – hit CTRL+ALT+Z and get a nice maximized window – no toolbar, no statusbar.
Possibly Related:

The Developer Toolbox: Fullscreen Eclipse by Jim , unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
Sorry, the comment form is closed at this time.
No trackbacks yet.


6:04 pm on December 30th, 2008
Have you tried Ctrl+M or double clicking a tab for the file? It should do the same thing.
9:56 am on December 31st, 2008
Dutch – Ctrl+M simply maximizes the current window – the toolbars, etc are still visible.
With the ‘fullscreen’ mode it’s one extra key – and everything goes away. Very handy.
10:10 am on December 31st, 2008
How do you install this plugin. I tried adding it as an archive site but I get an error saying no repository found
10:36 am on December 31st, 2008
It’s old school – unzip and copy the .jar file into the /plugins directory.
Note if you are running the final 7.0 version of MyEclipse this won’t work – they are working on a fix for manual installation that will be available in 7.1. For vanilla Eclipse installs however it should work fine. I think it does require 3.4.
3:55 pm on February 20th, 2009
Hi, I’m on Eclipse 3.4 and manual installations doesn’t work :(
Is there any other way to make this plug-in work?
Thanks.
4:20 pm on February 20th, 2009
What platform/OS are you using? What happens when you following my instructions regarding putting the .jar file in your plugins directory? I’m using 3.4 with no issues.
4:47 pm on February 20th, 2009
I’m putting the .jar in Eclipse’s plugins directory, but nothing happens. I’m under x86 WinXP SP2. Note that all the other plugins that I have installed successfully I had to do so through online installers, because manual install didn’t work with any.
Thanks.
4:54 pm on February 20th, 2009
Well I’m on XP too though running MyEclipse. I dumped the file here: C:\Program Files\MyEclipse 7.0 M2\eclipse\plugins\cn.pande.eclipsex.fullscreen_1.0.7.jar
Have you tried restarting Eclipse with the -clean switch? And what version of Java are you using?
12:32 pm on February 24th, 2009
The “-clean” switch didn’t worked.
Java Version: 1.6.0_10rc from Sun Microsystems Inc.
12:37 pm on February 24th, 2009
I’m using an older version of Java (1.5.x) so that may be an issue… You may want to contact the plugin author and see if he can provide some help?
9:40 am on March 4th, 2009
The plugin worked fine under Zend Studio for Eclipse. Maybe it’s the Eclipse installation that is having issues with plugins (many of them had failed).
Thanks.