Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse IDE - Is it possible to have detached windows not always on top?

Tags:

eclipse

Basically I have multiple monitors for development with Eclipse. I detach some of the windows such as the "Console" view so that I can have it fill my monitor. This is great as I can fill up my screens.

However in some cases I also want to have my browser in front while I'm coding since there's some documentation I need to look at. I can't figure out how to do this without creating another perspective...

like image 424
Stephane Grenier Avatar asked Sep 23 '11 16:09

Stephane Grenier


1 Answers

You can open a new window (Window|New Window) and drag your views into this window instead of detaching them. New windows are not connected with the main one and you can control their visibility as you wish.

like image 75
Piotr Dobrogost Avatar answered Sep 18 '22 07:09

Piotr Dobrogost