On Qt Creator, is there a way separate projects can be made to open in separate windows?
The visual separation of the source code files would make comparison / copying much easier.
EDIT: From sjwarner’s answer it seems it’s possible to open projects in separate windows under Linux and Windows. However, I am using Mac OS X
Looking at
open‘s man page,I figured we can use it like this
to open and work on multiple Qt Creator projects in parallel.