4

The little Perspective Switching Pane is gone from the upper right hand corner of my Eclipse Window after an Eclipse crash. I downloaded the newest version and tried opening that (with my same workspace), but the buttons are still gone.

Here is a screenshot:

Full Window

And zoomed in:

Zoomed in

Any ideas?

I can still switch perspectives by selecting Window->Open Perspective

Thanks

Tyler DeWitt
  • 23,366
  • 38
  • 119
  • 196

5 Answers5

2

It's not just the perspective switcher that's missing, it looks to me; there's no tool bars, ether.

You might check Window..Preferences..General..Appearance, and fiddle around with the Perspective Switcher control, see if that makes a difference.

You could also use Window..Customize Perspective and see if anything looks interesting there.

Ladlestein
  • 6,100
  • 2
  • 37
  • 49
0

Try Window > Reset Perspective...

hoipolloi
  • 7,984
  • 2
  • 27
  • 28
  • Close...In the java perspective it changed things around a bit, but didn't add the Perspective Selector back but in the debug Perspective it didn't seem to affect anything. Thanks for the idea though! – Tyler DeWitt Jul 12 '11 at 22:52
0

Related. I had my switching pane disabled (I think I moved it by mistake and I could not see it anywhere) although the tool bar was there. The only way I could get it back was to disable themes on Windows -> Preference -> General -> Appearance -> Enable theming.

dellmdq
  • 33
  • 6
0

Using 2022-06 (4.24.0), mine also disappeared.

I was only able to get the buttons back by

  • right-clicking and "unlock the toolbar"
  • Window->perspective->open perspective->other

After opening each of my favorite perspectives, the buttons "stuck to the bar" then I locked it again when I was done.

Paul Cuddihy
  • 477
  • 6
  • 12
-1

Another possibility is to delete the workbench.xml from [workspace]\.metadata\.plugins\org.eclipse.ui.workbench, which forces the platform to reset the workbench-layout.

Tom Seidel
  • 9,525
  • 1
  • 26
  • 38
  • Thanks, but didn't do the trick. Tried shutting eclipse down, removing the directory, then restarting Eclipse. Thanks for the idea though! – Tyler DeWitt Jul 12 '11 at 22:59