Hi,

2007/5/7, Alexander Kriegisch <[EMAIL PROTECTED]>:
First of all I apologise if this is an old question. there is no online
search available for your mailing list archive, just a 30 MB download. :-7
You can use gmane :
http://dir.gmane.org/gmane.editors.scite.general

I like the global option to use a shared instance whenever opening files
in SciTE. In special cases (e.g. SVN check-in), though, I need a
separate instance because SVN waits for the instance to be closed
inorder to proceed with the check-in. The whole thing needs to be
synchronous, which is understandable. I could not find a command line
argument to achieve this.
I have something like that (for windows) in my user properties :
command.name.11.*=Open in new window
command.11.*=$(SciteDefaultHome)\scite.exe
-property:check.if.already.open=0 "$(FilePath)"
-goto:$(SelectionStartLine)
command.mode.11.*=subsystem:shellexec

BTW, I am running SciTE on Linux. It would be nice to be able to create
a symbolic link with a magic name to SciTE, so it knows if I wish to use
a shared or single instance, similar to NEdit (nedit-nc vs. nedit).
In this case, just use a shell script in your ~/bin

Hopes this will help you

Regards
JJL

--
http://kubuntu.free.fr
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to