views:

48

answers:

1

I have just installed IntelliJ 9.0.2 on a machine running 64-bit Ubuntu 10.04.

How do I get another window to put on my second screen?

I would like to have both an editor and some tool windows on both screens.

+1  A: 

All 'windows' inside of IntelliJ other than the code editor tabs have a "Float" option which pops open an independent window which you can drag to anywhere on your screen. This will allow you to manage your IDEA windows however you like.

IntelliJ also allow you to open multiple projects at once. When opening a project with one already opened, you are prompted as to wether you would like it in your current window or a "New Instance". If you choose new instance, it will open up a completely new IntelliJ with the other project in it. This will work for you if you have many projects you work on at once.

Gweebz

related questions