Re: Development environment
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Development environment
- From: Evan DeMond <evan.demond@...>
- Date: 2009年3月26日 09:37:51 -0400
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