VAN0 Posted December 20, 2015 Posted December 20, 2015 Hello.I'm using latest portable SciTE 3.6.0 on Windows 10 x64It's located in E:\Program Files\Autoit3\SciTE\All .properties files are located in the same directory as SciTE.exe fileIt works fine when SciTE.exe executed directly from that directory, however when I start it from a shortcut which is located outside of E:\Program Files\Autoit3\ directory (quick launch) it ignores SciTEUser.properties file and attempting load it from %userprofile%\appdata\local\AutoIt v3\ instead.If I copy the same shortcut file to E:\Program Files\Autoit3\SciTE\ or E:\Program Files\Autoit3\ then it works just fine too.Any ideas why this happening and how to fix it? Thank you.
Developers Jos Posted December 20, 2015 Developers Posted December 20, 2015 (edited) Set the proper workdir when launching SciTE or set the environment variable SCITE_HOME to the proper directory.Jos Edited December 20, 2015 by 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.
VAN0 Posted December 20, 2015 Author Posted December 20, 2015 (edited) As it seen on the screenshot, workdir (start in) is set properlyenvironment variable is also out of question, because it's a portable SciTE.. Edited December 20, 2015 by VAN0
VAN0 Posted December 20, 2015 Author Posted December 20, 2015 HmmmI think I found the problem.What happened was: I've installed SciTE over my portable version, which naturally "forgotten" all it's settings because now it was using settings from appdata and when I realized what happened I downloaded portable version and copied it over the installed version, which restored settings. But it must be something in registry or somewhere else that SciTE is using that overrides any portable settings. So I backed up SciTE folder and uninstalled it, then copied folder back from the backup and now SciTE is fully portable and working fine.
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