lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Mar 26, 2009 at 9:29 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
On Thu, Mar 26, 2009 at 3:15 PM, Joao Eduardo Hornburg
<joao.hornburg@gmail.com> wrote:
> Is there any other option? Which tools are you using?

Just a heavily customized version of SciTE, here.


Indeed, I've always made do with just a text editor and the REPL. Notepad++ is nice for its "function list" plugin, with Lua support, which displays all the functions defined in a file. That's about as much as I've found I need to manage moderately-sized Lua apps (1000-ish lines of code.)

SciTE can probably do the same, being pretty customizable, but I don't know how myself

Evan