Hey, it's been 6 month but i finally got love working with scite
Just modify the end of lua.properties like this :
Code: Select all
# compatible with LuaBinaries for Lua 5.1; will work on both platforms.
##command.compile.*.lua=luac5.1 -o "$(FileName).luc" "$(FileNameExt)"
# Lua 5.1
##command.go.*.lua=lua5.1 "$(FileNameExt)"
# Lua 4.0
#command.go.*.lua=Lua-4.0.exe -c -f "$(FileNameExt)"
command.go.main.lua="C:\Program Files (x86)\Dev\LOVE\love.exe" "$(FileDir)"
I only commented the default lua binaries/5.1/4.0 commands and added the last line.
Just make sure you put your own path to love.exe and your lua file is called "main.lua".
Or just put "command.go.*.lua" in place of "command.go.main.lua".
I hope this will help.
Next year i'll probably find how to make something moving on the screen !
EDIT : It's on the wiki now :
http://love2d.org/wiki/Scite