I think it would be cool if Löve had a text editor/compiler, is anyone with me on that?
And if so, i'd help make one
An Idea!
Re: An Idea!
I use Notepad++ too... is there a way to customize its Lua highlighter to understand things like love.graphics.newImage and such?
Now posting IN STEREO (where available)
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: An Idea!
I'm using GEdit (not sure about which letters need uppercase), the built-in gnome editor.
Though, as mike says I would like to add the löve functions as well.. hmm might have to search for where those syntax files are located..
Though, as mike says I would like to add the löve functions as well.. hmm might have to search for where those syntax files are located..
Re: An Idea!
Well i've been using TextMate, and it's been annoying to keep changing the folders extension from .love to .zip
Does anyone have a unix command that would make it so when i run the script it takes all the files and makes them into a .love?
Does anyone have a unix command that would make it so when i run the script it takes all the files and makes them into a .love?
In the great words of the song Jessica by the Allman Brothers Band, "..."
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: An Idea!
something like:
?
Code: Select all
#!/bin/bash
cd $1
zip ../$1 *
cd ..
mv ${1}.zip ${1}.love
Re: An Idea!
... why not run directly from a folder?
Re: An Idea!
+1 to bartbes
+1 to rude
I don't remember if Notepad++ is able to do this, but you can make custom "lexers" for Programmer's Notepad (http://www.pnotepad.org/).
+1 to rude
I don't remember if Notepad++ is able to do this, but you can make custom "lexers" for Programmer's Notepad (http://www.pnotepad.org/).
Teh Blog -> http://cryodreams.com.ar
Re: An Idea!
GEANY is cool for coding with lua.
Re: An Idea!
In langs.xml, replace the Lua "language" block with:mike wrote:I use Notepad++ too... is there a way to customize its Lua highlighter to understand things like love.graphics.newImage and such?
EDIT: Can't post super-long code blocks.
http://errur.com/f/download/3513_lovehighlight.txt
Who is online
Users browsing this forum: No registered users and 2 guests