Sometimes its helpful to run 2 copies of the IDE with different projects open, however the IDE doesn't allow this.
Is this deliberate behaviour and is there a way round it ?
Can you run 2 copies of the IDE ?
Re: Can you run 2 copies of the IDE ?
Yes, the SciTE editor was designed to run single-instance by default. There is a way to have multiple instances, though. See the penultimate post in the thread http://www.zbasic.net/forum/about659.html. The changes in "experimental version" described there are in the current release.FFMan wrote:Is this deliberate behaviour and is there a way round it ?
- Don Kinzer
Here is the URL for the previous thread.FFMan wrote:set this to zero and seems to now allow multiple copies of the IDE
http://www.zbasic.net/forum/about659.html
As described in the penultimate post in that thread, you create a new shortcut and in its command line set check.if.already.open to zero and also point to a separate copy of the user properties file.
Code: Select all
C:\Program Files\ZBasic\IDE\ZBasicIDE.exe" -check.if.already.open=0 -userProperties:"user2.properties
- Don Kinzer