Page 1 of 2
Editor/IDE for Lua for Spring
Posted: 16 May 2009, 02:58
by probzorun
Hi. What Editor/IDE do you people use for editing Lua for Spring?
I only tried Kate from KDE and Eclipse.
Kate seems to have broken syntax highlighting definition.
Is there a chance of having documentation integrated into IDE for functions, or "Ctrl+Space" ?
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 08:27
by manolo_
probzorun wrote:Hi. What Editor/IDE do you people use for editing Lua for Spring?
I only tried Kate from KDE and Eclipse.
Kate seems to have broken syntax highlighting definition.
Is there a chance of having documentation integrated into IDE for functions, or "Ctrl+Space" ?
i use normal/simple word-editor of win xp
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 08:34
by Auswaschbar
Althought I do not much lua, I use kdevelop (3) which has a working syntax highlighting
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 10:32
by Neddie
I use Notepad++.
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 10:36
by lurker
I mixed the all-in-one lua download's eclipse with a normal eclipse download, and somewhere in there I have an up-to-date copy with popup function documentation and F5 to run.
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 11:41
by imbaczek
vim
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 12:28
by Tobi
Depending on which version of kate you use, you may be able update the Lua syntax definition.
(Seems KDE4 version doesn't have this anymore, but I remember I had to do this in my kate on Ubuntu 8.04 to get proper syntax highlighting.)
Oh and btw, I use kate

Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 14:59
by FLOZi
kate is awesome, my preffered choice when I was at uni.
Anyway, notepad++ for me on windows.
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 15:30
by zwzsg
I use
Notpad++. It does the syntax coloring for Lua, and (but never used that) autocomplete with ctrl+spacebar, ctrl+enter.
But you don't really need a complete IDE for Lua.
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 15:42
by SpliFF
SciTE. Free, open-source, lightweight and has all the important features. Will colorize Lua, load a "session" of open tabs and run Lua scripts with F5 (useful to syntax-check before loading in Spring). Also has an excellent "find in files" implementation.
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 18:36
by lurker
Err, I meant scite. I blame the s and c sounds!
I use notepad++ a lot too, but not when I'm devving a big thing that needs to run a lot.
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 18:38
by smoth
notepad++
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 18:48
by Peet
imbaczek wrote:vim
emacs.
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 18:50
by BrainDamage
Peet wrote:imbaczek wrote:vim
emacs.
dd and/or butterflies
Re: Editor/IDE for Lua for Spring
Posted: 16 May 2009, 22:39
by KDR_11k
Peet wrote:imbaczek wrote:vim
emacs.
He asked for a text editor, not an operating system!
Re: Editor/IDE for Lua for Spring
Posted: 17 May 2009, 08:30
by REVENGE
lulz
Notepad++ for me, though I will go and check out scite for all its holiness.
Re: Editor/IDE for Lua for Spring
Posted: 17 May 2009, 09:26
by CarRepairer
zwzsg wrote:I use
Notpad++. It does the syntax coloring for Lua, and (but never used that) autocomplete with ctrl+spacebar, ctrl+enter.
But you don't really need a complete IDE for Lua.
What, you go out of your way to
turn off the syntax highlighting? What?
Re: Editor/IDE for Lua for Spring
Posted: 17 May 2009, 09:37
by FLOZi
No, he never uses the autocomplete feature.
Re: Editor/IDE for Lua for Spring
Posted: 17 May 2009, 13:58
by Gnomre
I use regular old notepad
who needs syntax highlighting
Re: Editor/IDE for Lua for Spring
Posted: 17 May 2009, 18:02
by aegis
I do a lot of my programming in the current operating system's basic text editor... though I go for textmate and coda on osx