Jump to content

Multiple Instances of SciTE


Lope
 Share

Recommended Posts

I'm very surprised I have not found anyone else asking this question...?

How do I config SciTE to allow a 2nd instance of SciTE to be opened?

I'm working on 2 scripts and have a multi monitor setup. Thanks.

Link to comment
Share on other sites

I'm very surprised I have not found anyone else asking this question...?

How do I config SciTE to allow a 2nd instance of SciTE to be opened?

I'm working on 2 scripts and have a multi monitor setup. Thanks.

The only "NOT VERY GOOD WAY" of doing it I've found is to edit the "SciTEGlobal.properties" file.

set

check.if.already.open=1

to

check.if.already.open=0

But this turns the checking off completely and every file you click on will open a new instance. :idea:

Hope some one has a better idea.

Link to comment
Share on other sites

  • 9 months later...

The only "NOT VERY GOOD WAY" of doing it I've found is to edit the "SciTEGlobal.properties" file.

set

check.if.already.open=1

to

check.if.already.open=0

But this turns the checking off completely and every file you click on will open a new instance. :)

Hope some one has a better idea.

Thanks for this! very usefull when trying to understand UAC
Link to comment
Share on other sites

  • Developers

Don't make changes to the SciTEGlobal.properties but override the setting in SciTEUser.properties!

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...