Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to use PyCharm on multiple monitors

I'm using PyCharm with multiple monitors on Mac OSX (10.10.5), normally you can drag windows off to a separate monitor. In PyCharm that works, but they (and in particular the Run window) snap back to the main monitor.

I've only seen this on the latest PyCharm 5 CE though its possible older versions also had the problem. I've searched all the settings and searched online, but can't find a setting that makes the window stay where it was placed.

like image 658
Mitra Ardron Avatar asked Nov 11 '15 03:11

Mitra Ardron


2 Answers

Right click on the tab and select View Mode as Window. Then you can move the window to another monitor.

like image 123
Pouya BCD Avatar answered Oct 20 '22 17:10

Pouya BCD


It's crappy behaviour from the best python IDE out there. There is a OSX solution but i'm not sure if you will like it:

You can enable old style multiple screen support again in OSX by going to System Preferences, Mission Control and uncheck "Displays have separate spaces". Now your floating windows will not snap back and you can even extend your PyCharm main window over the screens.

The downside of this solution is that you'll have the OSX dock and main menu only on your main monitor. I hope Jetbrains will fix this behaviour soon.

Another way to achieve what you want is to open multiple instances of the project. When you try to open the project for the second time you can choose "open project in new window". You can drag the new window to the second screen; it won't snap back to your primary monitor.

like image 6
acidjunk Avatar answered Oct 20 '22 16:10

acidjunk