minism wrote:For those using SublimeText2, I'm currently working on a package for Love2D development. Just the basics to begin with: A build system, syntax highlighting, and library auto-completion. Will start a thread when it goes to alpha.
Just hearing that makes me so excited. I've been looking everywhere for a way to set up a hotkey to run my current love folder, best I came up with was a right-click to on the folder in the side bar to run it, but that's tedious (rightclick->open with->LOVE).
For those interested, this is put in Side Bar.sublimesettings
Make sure to change the path to work with your install.
Code: Select all
{
"caption": "LÖVE",
"id": "side-bar-files-open-with-love",
"command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "C:\\Program Files (x86)\\LOVE\\love.exe",
"extensions":"" //anything
}
},