Doyle Whisenant wrote:

Is there an event that I can use to run a lua script when SciTE is closing similar to OnOpen? Is it possible to do this? If so, how?

I need to access all open buffers when SciTE closes. Anyone know of a reliable way to do this?

Do you want when a buffer closes or when SciTE is exiting?

For the former:
   OnBeforeSave( filename )

For the latter, I believe you are out of luck.

April

--
One does not thank logic.
Sarek, 'Journey to Babel', stardate 3842.4

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

Reply via email to