SciTE
SciTE is a Text Editor with facilities for building and running programs.
Running love projects from SciTE
You can use SciTE to launch your LÖVE game by adding the following to your lua.properties:
command.go.main.lua="C:\Path\to\love.exe" "$(FileDir)"
Just make sure you put it in front of the command.go.*.lua
entries.
See also