Search found 4 matches

by bobbin
Fri Nov 04, 2011 3:59 pm
Forum: Support and Development
Topic: IDE for Lua and LOVE?
Replies: 30
Views: 20029

Re: IDE for Lua and LOVE?

TechnoCat wrote:
bobbin wrote:
Robin wrote:Try

Code: Select all

build love .
that fires love, not my script
Because it should be

Code: Select all

build love .
workingDir $FileDir
http://www.sublimetext.com/docs/build

It works. thank you so much.
by bobbin
Fri Nov 04, 2011 3:47 pm
Forum: Support and Development
Topic: IDE for Lua and LOVE?
Replies: 30
Views: 20029

Re: IDE for Lua and LOVE?

Robin wrote:Try

Code: Select all

build love .
that fires love, not my script
by bobbin
Fri Nov 04, 2011 1:33 am
Forum: Support and Development
Topic: IDE for Lua and LOVE?
Replies: 30
Views: 20029

Re: IDE for Lua and LOVE?

thanks, but I don't understand. Sublime Text creates this love.sublime-build file: build make lineNumberRegex ^(...*?):([0-9]*):?([0-9]*) showWhenFinished true workingDir $FileDir how is it that it has to be to work? I change "make" with "love" and that fires löve when I build, b...
by bobbin
Thu Nov 03, 2011 10:39 pm
Forum: Support and Development
Topic: IDE for Lua and LOVE?
Replies: 30
Views: 20029

Re: IDE for Lua and LOVE?

slime wrote:I like Sublime Text 2.

I'm trying to use it but i don't know how to make Sublime Text to build a Löve project.

How did you make it work?