Page 1 of 1
Editor
Posted: Wed Dec 01, 2010 12:02 pm
by Omega Blue
What do you guys use to view/modify the lua files on Windows? Just Notepad (don't seem to work too well...) or something more advanced?
Re: Editor
Posted: Wed Dec 01, 2010 12:05 pm
by Grey
Notepad++ is exceptionally good. Has syntax highlighting, an easy interface, and the ability to change tabs to blocks of spaces (great for code alignment).
Re: Editor
Posted: Thu Dec 02, 2010 4:06 am
by Final Master
I simply use luaEdit
It's made JUST for editing lua code, is very well organized, and is an intuitive design.
Re: Editor
Posted: Fri Dec 10, 2010 8:33 pm
by Ataraxzy
I'm rather fond of EMACS. It has a LUA mode (and everything else you could conceivably want in a program that deals with text). The learning curve is very roguelike:

Re: Editor
Posted: Sun Dec 19, 2010 10:23 am
by Vee
I *love* vi/vim, but the learning curve is rather steep. Especially at the start, so most first-time-users give up when they can't even edit a simple text file...
There are loads of extensions/scripts/highlight/filetype/folding stuff for vim. So there's one for Lua as well.