Re: Development environment
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Development environment
- From: Enrico Colombini <erix@...>
- Date: 2009年3月26日 14:52:58 +0100
Evan DeMond wrote:
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.)
I too use Notepad++ as editor but I wasn't aware of that.
Not that I miss it: though some of my applications are a few thousand
lines, the Reference Manual is my info source and 'print' is my debugger :-)
Enrico