Eclipse – Any tips on how to organize Eclipse environment on multiple monitors

eclipseeclipse-3.4multiple-monitors

I can't find a good way of putting Eclipse windows on two monitors. Currently I just detached (clicked on a header and dragged) a few windows to a secondary monitor (package explorer, console, and outline) while leaving primary monitor with maximized source editing window.

It works pretty well except few annoying issues. Detached windows are not in focus while you are editing your code. Which means that, for example, last build shortcut (AltShiftX, Q) doesn't work because it can't find build file (because package explorer is not in focus). Also "Selected resources" option in a file search menu is not picking up current package selection.

So I was wondering is detaching windows a right way to go? Do you have any better solutions so at least package explorer stays in focus?

Thanks.

PS. Btw "unable to find build" error started showing up only in 3.4 ver for some reason.

Best Answer

In the Eclipse Helios (currently 3.6.2) I found very useful the use of another window to bring up multiple documents in different screens. in the main menu, go:

Window > New window,

and drag it to the screen you prefer. Double click in the filename on the editor and will maximize the editor's window.

I hope i helped.

Kyr.

PS: If you want to maintain both windows when you closing Eclipse, don't close them one by one. Instead go: File > Exit.