IDE for Lua and LOVE?

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
slime
Solid Snayke
Posts: 3143
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: IDE for Lua and LOVE?

Post by slime »

tentus wrote:
kraftman wrote:things I dislike about notepad++ :
doesn't look quite as good as sublime
occasionally, for no apparent reason, it forgets all of your settings (load langs.xml failed, etc)
occasionally, for semi no apparent (seems to happen when a dialogue box is open) ctrl+ anything doesn't work.
I can't speak to your first complaint (having grown up on DOS makes everything look good), but I have never had N++ do either of the last two. I use N++ for upwards of eight hours a day, five days a week, for the past half-decade, so I'm very curious as to what you're doing to incite these behaviors, Are you sure it's not in your OS?
Considering it forgets my settings often as well on two separate installs of Windows, I'm fairly sure it's a program bug.
User avatar
tentus
Inner party member
Posts: 1060
Joined: Sun Oct 31, 2010 7:56 pm
Location: Appalachia
Contact:

Re: IDE for Lua and LOVE?

Post by tentus »

slime wrote:
tentus wrote:
kraftman wrote:things I dislike about notepad++ :
doesn't look quite as good as sublime
occasionally, for no apparent reason, it forgets all of your settings (load langs.xml failed, etc)
occasionally, for semi no apparent (seems to happen when a dialogue box is open) ctrl+ anything doesn't work.
I can't speak to your first complaint (having grown up on DOS makes everything look good), but I have never had N++ do either of the last two. I use N++ for upwards of eight hours a day, five days a week, for the past half-decade, so I'm very curious as to what you're doing to incite these behaviors, Are you sure it's not in your OS?
Considering it forgets my settings often as well on two separate installs of Windows, I'm fairly sure it's a program bug.
Huh. You'd think that over 10,000 hours in the program and I would have run into that bug.

Seriously, what's different between us? I primarily use WinXP and Win7, about 6 and 2 hours a day respectively, a couple years ago I was using Vista instead of Win7. Never once have I had my settings disappear on me, my text is as small today as it was when I scaled it down in 2006.
Kurosuke needs beta testers
User avatar
kraftman
Party member
Posts: 277
Joined: Sat May 14, 2011 10:18 am

Re: IDE for Lua and LOVE?

Post by kraftman »

I'm on win7, I've never proven what causes the bug, but it seems to happen more often when I leave np++ open when I shut down or sleep.
User avatar
Ensayia
Party member
Posts: 399
Joined: Sat Jun 12, 2010 7:57 pm

Re: IDE for Lua and LOVE?

Post by Ensayia »

I've experienced the N++ xml bug as well, although it has not happened in a long time. It seems to be completely random but at least it's a quick fix and doesn't hurt anything.
infinte
Prole
Posts: 18
Joined: Wed Sep 21, 2011 9:31 am

Re: IDE for Lua and LOVE?

Post by infinte »

Nobody here uses vim?
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: IDE for Lua and LOVE?

Post by Robin »

infinte wrote:Nobody here uses vim?
I do, sometimes.
Help us help you: attach a .love.
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: IDE for Lua and LOVE?

Post by kikito »

infinte wrote:Nobody here uses vim?
I try to use it as my only editor. I sometimes fail - again I think it would happen less if I had an american keyboard.
When I write def I mean function.
User avatar
TechnoCat
Inner party member
Posts: 1611
Joined: Thu Jul 30, 2009 12:31 am
Location: Denver, CO
Contact:

Re: IDE for Lua and LOVE?

Post by TechnoCat »

kraftman wrote:things I dislike about notepad++ :
occasionally, for no apparent reason, it forgets all of your settings (load langs.xml failed, etc)
I left notepad++ for this very reason.

Well that, and Sublime kicks ass.
bobbin
Prole
Posts: 4
Joined: Thu Nov 03, 2011 10:36 pm

Re: IDE for Lua and LOVE?

Post by bobbin »

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?
User avatar
headchant
Party member
Posts: 105
Joined: Fri Sep 03, 2010 12:39 pm
Contact:

Re: IDE for Lua and LOVE?

Post by headchant »

bobbin wrote:
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?
If you are using Sublime Text 2 on OSX, just create a new build system(Tools>Build System>New Build System...), save it as "love.sublime-build" or something then add the following json code in the file:

Code: Select all

{
	"cmd": ["/Applications/love.app/Contents/MacOS/love","."]
}
Replace "/Applications/love.app" with the location and name of your love.app.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests