Page 1 of 1

What editor do you prefer for Lua scripting?

Posted: Fri Nov 12, 2004 1:44 am
by sherlock
I just started toying with wxLua, and I was wondering: what editor is everyone else using?

Posted: Mon Nov 15, 2004 4:14 am
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 10:03 pm
by tIT-GP
I've been using Far Manager with Colorer4ever plugin and Lua.hrc
See here: http://plugring.farmanager.com/

Posted: Mon Dec 06, 2004 12:06 am
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.