2 instances of the IDE interferes with each other?

Answered

While running 2 instances of Intellij, suppose I go to delete one file/class from 1st instance then I get the confirmation dialog (Delete class "X.java"?) now while this confirmation dialog is visible I can't interact with the 2nd Intellij instance at all. Is this intended? Naturally I'd think one instance shouldn't block the other.

 

Thanks,

0
3 comments

Hello. by two instances you mean two projects in different windows or you have started two different versions of IDEA?

0
Avatar
Permanently deleted user

I only have 1 version of Intellij installed, so yes I mean 2 projects open simultaneously. I thought Intellij launches another independent process but based on your comment I believe it's the same process running the 2 projects.

0

Yes, it's one process running two windows.

Window blocking is an expected behavior, some dialogs are modal and will block switching between project windows.

0

Please sign in to leave a comment.