LOVE IDE

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
ishkabible
Party member
Posts: 241
Joined: Sat Oct 23, 2010 7:34 pm
Location: Kansas USA

LOVE IDE

Post by ishkabible »

i was wondering if there are any projects to create a love IDE. the only thing i don't like about love is that i have to drag a folder onto the desktop everytime i want to test it. i could make a simple IDE but nothing fancy. if i made it, it would be an editor with syntax highlighting, a way to manage project folders, zip the files into a .love file, and run it. i was wondering if there was anything anyone was doing that would be better than my minimalist IDE (my hypothetical IDE)
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: LOVE IDE

Post by Robin »

ishkabible wrote:i was wondering if there are any projects to create a love IDE.
Yes. Many of them. All have perished. (EDIT: another LÖVE IDE topic, in which I've listed other IDE projects.)
ishkabible wrote:the only thing i don't like about love is that i have to drag a folder onto the desktop everytime i want to test it.
It would be easier to run LÖVE from command line, that's how I and many others do it. Another option would be to make your editor run it, but whether that's possible depends on the editor you use.
Help us help you: attach a .love.
User avatar
ishkabible
Party member
Posts: 241
Joined: Sat Oct 23, 2010 7:34 pm
Location: Kansas USA

Re: LOVE IDE

Post by ishkabible »

im using SciTi right now as its my favorite Lua Editor. can SciTi call the command line? moving the folder is easier to me that using command line so i would like to now that SciTi could do this. ill look into it real quick, please tell me if you know any thing.
User avatar
ishkabible
Party member
Posts: 241
Joined: Sat Oct 23, 2010 7:34 pm
Location: Kansas USA

Re: LOVE IDE

Post by ishkabible »

yep, SciTi has a property's file for each language it supports, all i had to do was change it to pass my project to love when i ran it. this is perfect!! however everytime i take on a project with Lua or Love i will have to change it :(
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: LOVE IDE

Post by Robin »

ishkabible wrote:this is perfect!! however everytime i take on a project with Lua or Love i will have to change it :(
No, you don't. ;)
See http://love2d.org/forums/viewtopic.php?f=3&t=1037 for details.
Help us help you: attach a .love.
User avatar
zac352
Party member
Posts: 496
Joined: Sat Aug 28, 2010 8:13 pm
Location: In your head.
Contact:

Re: LOVE IDE

Post by zac352 »

ishkabible wrote:i was wondering if there are any projects to create a love IDE. the only thing i don't like about love is that i have to drag a folder onto the desktop everytime i want to test it. i could make a simple IDE but nothing fancy. if i made it, it would be an editor with syntax highlighting, a way to manage project folders, zip the files into a .love file, and run it. i was wondering if there was anything anyone was doing that would be better than my minimalist IDE (my hypothetical IDE)
Or perhaps someone could write a simple Python Gedit extension to allow for the execution of scripts through a drop-down menu of applications. :3
Hello, I am not dead.
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: LOVE IDE

Post by kikito »

I have a key binding for doing just that: ALT-TAB , UP , ENTER

Works in both linux and windows. You only need to have a console on the game folder with love . on its history.
When I write def I mean function.
User avatar
Motig
Prole
Posts: 28
Joined: Fri Oct 15, 2010 3:43 am

Re: LOVE IDE

Post by Motig »

kikito wrote:I have a key binding for doing just that: ALT-TAB , UP , ENTER

Works in both linux and windows. You only need to have a console on the game folder with love . on its history.
Nearly the same as me, except I press left mouse button instead of up and then drag it down :P

This takes like <1 second, I don't see what's wrong with it?
Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests