lua-users home
lua-l archive

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


On Fri, Mar 25, 2011 at 4:53 AM, Ryan Pusztai <rpusztai@gmail.com> wrote:
> I really like this editor a lot. It is so customizable. Most everything can
> be configured in Lua. I can't believe how well thought out and well
> documented all the API is.

I really wanted to like this one when I tried it out some time back;
it has a minimal C core of 2000 lines, the rest is Lua. It uses
Scintilla and comes from the same guy that brought LPeg lexers to
Scintilla (now supported in mainline SciTE).  However, there is a
learning curve which does not make it a friendly first code editor.
(Translation: I was confused.)

And it does require the GTK runtime on Windows, which makes it an
awkward replacement for SciTE on that platform.

steve d.