You can open multiple projects in one project. When opening, choose to open in the current project. Isn't this more convenient than opening multiple windows?
If you are referring to opening multiple pycharm windows, it means opening multiple "project" project windows at the same time.
The answer is yes: support.
Operation steps (pycharm 4.0):
+ 菜单栏->
+ File->
+ open ... ->
+ "选择目标项目文件夹(不是文件)",点击"OK",弹出提示框"打开方式".->
+ 选择"open in new window",点击"ok".
+ 就会在新的pycharm窗口打开一个项目.而不是在当前窗口.
Yes, I am using a crawler to capture online data into the database, and at the same time using another program to calculate the current total number in the database.
Open the source files of the two programs
F5, select the program you want to run
F5, select the program you want to run
Two tab command lines appear in the debug window, and you can switch to view the output of the two programs.
It doesn’t seem possible, I’ve never done this before.
You can open multiple projects in one project. When opening, choose to open in the current project. Isn't this more convenient than opening multiple windows?
Do you mean running multiple instances of the same program?
Yes
I often make this mistake accidentally. I don’t stop the previous process and modify the code before running it...
Operation steps (pycharm 4.0):
Multi-window icon (effect of the last image):
Yes, I am using a crawler to capture online data into the database, and at the same time using another program to calculate the current total number in the database.
Open the source files of the two programs
F5, select the program you want to run
F5, select the program you want to run
Two tab command lines appear in the debug window, and you can switch to view the output of the two programs.