rudi Posted November 16, 2016 Posted November 16, 2016 Hello, I found a thread already covering this, by editing the scite profile file. Here Jos mentioned, to use the USER file instead of the GLOBAL one. I sometimes would like to have a second main window of SciTE, when I want to use two monitors to copy/paste parts of one script to a new, second one. So maybe there is also a solution, to "split" two scripts in one SciTE instance that way, that the one script is full screen on monitor #1, the other one on monitor #2? Or just to override the "one-instance-check" of scite intentionally, for a single "second-instance-start" ? Any suggestions appreciated, regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
rudi Posted November 17, 2016 Author Posted November 17, 2016 (edited) Hm. even adding (the previously not present) value to the file C:\Program Files (x86)\AutoIt3\SciTE\SciTEUser.properties to this is not doing the trick: <BOF> import au3.UserUdfs import au3.keywords.user.abbreviations check.if.already.open=1 <EOF> changing the existing value in SciTEGlobal.properties *IS* doing the trick to get more than one instance opened at the same time. Is there really no better way to get this done? Any suggestions appreciated, thx, Rudi. Edited November 17, 2016 by rudi Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Developers Jos Posted November 17, 2016 Developers Posted November 17, 2016 So you tried this in your SciTEUser.properties file? check.if.already.open=0 This is working fine for me. One other option you have is to run one instance of SciTE with "Run as Adminitrator" rights, this should also give you 2 SciTE instances. Think you need to start the Elevated version first. Jos 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.
rudi Posted November 23, 2016 Author Posted November 23, 2016 Hello Jos, that suggestion is perfect, thx! Regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
timmy2 Posted March 2, 2019 Posted March 2, 2019 In case you can't find SciTEUser.properties here's the path: "C:\Users\(username)\AppData\Local\AutoIt v3\SciTE\SciTEUser.properties"
Developers Jos Posted March 2, 2019 Developers Posted March 2, 2019 Or simply from the SciTE options menu. Jos 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now