Question

I hope this question is appropriate for Stack Overflow; if not, I apologize. For some reason the close all functionality on my installation of eclipse stopped working. I can still close windows, but I can't close all. Neither the hot key nor the menu functionality works anymore. My theory is that it has something to do with me occasionally breaking source pages out onto other screens. Is there a way to fix this or get some sort of output out of eclipse that will provide some clues?

Était-ce utile?

La solution

There are a couple of things you can try. The first step is the error log (Windows -> Show View -> Error Log).

If you can't see anything in the log, you may try to start Eclipse with java instead of javaw. Just add

-vm
...path-to-java.../java

to eclipse.ini. Maybe it prints something useful to stdout.

If that also doesn't help, try closing one window manually (for example with Ctrl+W) and then "Close All" again. Repeat until it works. That might give you a clue which window prevents Eclipse from closing everything.

If that doesn't help: You can also close windows by opening the window list (Ctrl+E). Instead of search, go down once (so the selection is in the list). You can now close windows using Delete (key repeat works but the UI lags begind).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top