You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-i...@googlegroups.com
There was a bug on Windows that prevented reloading the Lua startup script when saved after modification despite ext.lua.auto.reload=1. This should now be fixed in Hg.
The problem was a "/" versus "\" path separator since the file was specified as $(SciteUserHome)/SciTEStartup.lua and the code was checking this to the normal Windows $(SciteUserHome)\SciTEStartup.lua.