Multiple Instances (especially for multiple desktops) #1303
-
I use multiple desktops (on Windows) to help organize my coding projects, and previously it was possible to open a new instance of SourceGit on each desktop. This was very convenient, because it allowed me to keep all my relevant repo and git activities right there in the right desktop. After a recent update, however, SourceGit is consolidated into a single instance. Any attempt to open a new instance will simply redirect me to whichever desktop already has SourceGit instance running. Was this change intentional, and is there any way to restore the previous behavior? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Reasons for
|
Beta Was this translation helpful? Give feedback.
Reasons for
SourceGit
to switch to singleton running mode:SourceGit
has added theWorkspace
feature. Users can organize different repositories into differentWorkspace
and quickly switch between them.SourceGit
instance running. This request demands thatSourceGit
runs as a singleton to facilitate judging whether to create a new instance or send a message to the already running process. If it still runs in multiple instances, it will be more complex to select the correct instance.