--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-i...@googlegroups.com.
To unsubscribe from this group, send email to scite-interes...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
I separate SciTE processes/windows when used for widely separate
tasks by changing SciTE_HOME using autohotkey, then the one where
I want the session saved is separate from 'normal' SciTE processes.
The ahk file has 2 lines only, for example:
EnvSet,SciTE_HOME,D:\MyApps\wscite\mplab
Run,D:\MyApps\wscite\SciTE.exe
Of course, this needs a separate set of configuration files. I use
it when running with a different asm.properties, but later found
it convenient for saving sessions as well.
The above may or may not be suitable for everyone, but at least it
is another way of approaching a similar issue.
> On Feb 1, 11:07 am, Vlastimil Ovčáčík wrote:
>> Zetah,
>> I am using loadsession in batch file to preload the session before opening
>> a file. It's not elegant but it works.
>>[snip snip]
--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia
> Maybe "save.session" property could have one more value - 2, which
> would indicate opening single file *not* to override "save.session"
> value
You can change the "open" action in the registry to turn off
session saving by setting save.session to 0 similar to this:
HKEY_CLASSES_ROOT\Applications\SciTE.exe\shell\open\command="C:\bin\scite\SciTE.exe"
-save.session=0 "%1"
Neil