Page 1 of 1

What editor do you prefer for Lua scripting?

Posted: Thu Nov 11, 2004 4:44 pm
by sherlock
I just started toying with wxLua, and I was wondering: what editor is everyone else using?

Posted: Sun Nov 14, 2004 7:14 pm
by 7feet
I've been usinf TextPad, which I like a lot. AcouSvnt put up a Lua syntax file for TextPad here, it's pretty handy.

--Brian

Posted: Thu Dec 02, 2004 1:03 pm
by tIT-GP
I've been using Far Manager with Colorer4ever plugin and Lua.hrc
See here: http://plugring.farmanager.com/

Posted: Sun Dec 05, 2004 3:06 pm
by myles
SciTE - http://www.scintilla.org/SciTE.html

Cross-platform (well, Linux and Windows) but GUI-based, surprisingly configurable, small, free.
Doesn't require installation, files in system directories, or registry settings.

Drawback: hand-editing the configuration file can be a little intimidating to start with, and you'll probably want to tweak the default confiuration.

I usually have a copy on every PC I support, and my USB drive.
The exe-only version fits on a floppy with plenty of room to spare.

Code folding (yay!), configurable colour syntax-highlighting for a few dozen programming languages (including Lua), Lua scripting built-in, sessions (can work like projects), tabs, function-argument syntax-tips (if you have/create an API file), symbol/word auto-completion, library lookup (with an API file), regular expression search-and-replace, compiler/interpreter output capture window, brace matching/highlighting/selection, customisable helpfile lookup, etc.

Regards, Myles.