On Mon, 8 Mar 2021 at 10:37, 'BugFix@AutoIt' via scite-interest
<
scite-i...@googlegroups.com> wrote:
>
> Neil Hodgson:
>>
>>
>> There are two environment variables, "SciTE_HOME" and "SciTE_USERHOME", which the user may set to override the standard locations of the global and/or the user properties files (this and the following applies to Windows and GTK):
>>
>
> All right, but no matter which environment variable I set, it will be used by every SciTE installation - right? This would mean that it is not possible to use different versions in one user account at the same time.
> Or do you see a way to assign different paths for the properties files to each installation?
You could write a batch file which sets the environment variable(s)
and then "start scite %1 %2 %3...."
Csaba
--
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformant way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)