Do you force a single instance of the IDE?

Everything else that doesn't fall into one of the other PB categories.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Do you force a single instance of the IDE?

Post by Mistrel »

I'm considering developing a visual tool for the IDE but I'm having trouble coming up with a solution for dealing with multiple IDEs. What do most people here use?

Personally, I only allow a single instance of the IDE. Tabs do the job of managing multiple files just fine.
eJan
Enthusiast
Enthusiast
Posts: 368
Joined: Sun May 21, 2006 11:22 pm
Location: Sankt Veit am Flaum

Post by eJan »

I agree: single instance - tabbed.
Win 11 25H2 Pro
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Do you force a single instance of the IDE?

Post by PB »

I allow multiple instances, since I find it easier, and an IDE crash means the
other instances won't go down. With tabs, if the IDE crashes, you lose all the
open sources and unsaved data in one go.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

single, but 32 and 64 bit versions can run at the same time
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
freak
PureBasic Team
PureBasic Team
Posts: 5962
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

pdwyer wrote:single, but 32 and 64 bit versions can run at the same time
Actually since 4.30 any PB installation can run concurrently even with the setting enabled, as long as they are in different directories.
quidquid Latine dictum sit altum videtur
Post Reply