I migrated from Eclipse Indigo (3.7) to Juno (4.2). In Juno all toolbars seem to be permanently locked. Is there a way to unlock them so they could be moved or rearranged?
-
11As it turned out the ability to move toolbars (or any trim elements for that matter) is broken in Eclipse Juno. Here's a direct link to the **[Bug #340695](https://bugs.eclipse.org/bugs/show_bug.cgi?id=340695)** for everyone who's interested in tracking this issue. – curd0 Jul 16 '12 at 16:14
-
2+1 Why is this a comment instead of an answer? – tom_mai78101 Sep 11 '12 at 14:15
-
use the windows7 theme. the other themes cause some actual performance issues. toolbar keeps re-rendering too – Nicholas DiPiazza Dec 22 '12 at 21:13
8 Answers
Try Windows- Preferences - Appearance
See the print:
Then type Theme in the Search box (or go General->Appeearance->Theme) and choose Window 7. restart and you'll be able to move the icons/groups in the toolbar (but not get rid of any)
After you're done you'll be asked to restart/ I went to Classsic theme and THEN restarted.
Hope it helps

- 2,809
- 29
- 28

- 521
- 5
- 7
-
1Theme dropdown is empty in my installation of Eclipse (Android Developer Tools based on Eclipse 4.2.1). – Dmitriy Rybakov Jun 04 '13 at 15:26
-
-
-
-
-
-
Works for Spring Source Toolkit as well on Win 10 Preview. Thanks, that was super distracting having huge empty spaces on the toolbar. – Jberg Feb 22 '15 at 00:35
I posted this earlier as a comment to my question, but was suggested that it should be an answer, so here we go:
It has been officially confirmed that the ability to move toolbars (or any trim elements for that matter) is broken in Eclipse Juno. Here's the link to the Bug #340695 for everyone who's interested in tracking this issue. The fix is expected in the Milestone release 4.2.2.

- 2,300
- 3
- 27
- 32
-
13You would have thoughts things like this are pretty difficult to get wrong in 2012. – kizzx2 Oct 13 '12 at 15:46
-
1
Partial workaround: http://blog.redfin.com/devblog/2012/07/hide_eclipse_juno_toolbar.html
Use Help > Welcome, then Window / Show Toolbar. At that point you should be able to move your minimized window toolbar(s) around (what was "fast view" before).

- 381
- 1
- 4
- 13
Good grief. I tried changing to the Windows 7 Classic theme because I was unable to move my toolbar buttons. Worse even, when the debug perspective opened automatically upon hitting the first breakpoint, the Java perspective button remained pressed, but pressing it again changed back to the Java perspective. Now, with Windows 7 Classic, the editor tabs look like in Indigo (whose look&feel personally I liked much better), but now the menu bar is gone and all perspective chooser buttons are gone too. The menu hotkeys (such as "Alt-W p" to get to Window-Preferences) don't seem to work. If I don't want to re-install I would probably now have to fiddle with some config files to find the Theme setting. Well, thank you...

- 21
- 1
For Eclipse Kepler, I have reported the bug again (the fix to the previously listed bug doesn't appear to have made a difference), and listed a workaround.
Changing the CSS for the org.eclipse.platform plugin to use ../images/
instead of ./
in all of the image URLs should cause it to start working.

- 356
- 2
- 10
Obviously this is still broken in v4.3/Kepler. Thanks to the above appends I found a way to fix this (using theme Windows Classic).
Thanks folks! M.

- 3,897
- 11
- 42
- 63