Robert Roessler a écrit :
Is there some magical combination of options that will cause SciTE to maintain a session [file] like (say) VS would? That is, if I load a session explicitly, add and/or remove some files, and then exit Scite, the next time that session is loaded it comes up with the updated set?

A possible way to do this is via a Lua script, perhaps watching the OnOpen event: new file coming up -> update session.
For closed buffers, perhaps OnSwitchFile?
I can be wrong, but it seems that buffer management in Lua is still a bit primitive.
And we don't have, AFAIK, an OnSciTEExit command...

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

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

Reply via email to