Neil Hodgson wrote:
   I tried:

1) ext.lua.auto.reload=1
2) two buffers open: remove_email_virus.py and mmfold.py
3) Options | open Lua Startup Script
4) Define function:
function OnChar(ch)
   print("ch " .. ch)


To be honest it wasn't worked for me ... but I've just found the problem.
I had this line on startup script: props['ext.lua.reset']=0
That was there because of buffer switch script.

Moving that line into the function what is responsible for switching, now it's
working both lua startup script reloading and buffer switch too.

Thanks for your time.
Istvan.





_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to