What editor do you prefer for Lua scripting?

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
sherlock
Posts: 48
Joined: Fri Nov 05, 2004 1:31 am
Contact:

What editor do you prefer for Lua scripting?

Post by sherlock »

I just started toying with wxLua, and I was wondering: what editor is everyone else using?
User avatar
7feet
Posts: 840
Joined: Wed Aug 04, 2004 5:45 am
Location: L.I., New Yawk.
Contact:

Post 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
tIT-GP
Posts: 1
Joined: Thu Dec 02, 2004 9:58 pm
Contact:

Post by tIT-GP »

I've been using Far Manager with Colorer4ever plugin and Lua.hrc
See here: http://plugring.farmanager.com/
myles
Posts: 821
Joined: Sat Aug 21, 2004 3:32 am
Location: Australia, Victoria, Morwell
Contact:

Post 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.
Post Reply