lua-users home
lua-l archive

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


You might want to check out Geany [1], a GTK+ editor w/ a Lua plugin [2]. It's pretty lean and the Lua plugin seems pretty clean.

1: http://www.geany.org/
2: http://www.geany.org/Support/Plugins

On Sep 6, 2008, at 2:26 PM, Alexander Gladysh wrote:

Hi, list!

Are there any cross-platform GUI notepad-like editor controls,
scriptable in Lua, besides Scintilla? I need OS X / Linux / Win32
support and UTF-8. As I'm planning some custom usage, I do not need
most of usual fancy features -- just decent flexibility, and good
multi-style text output support (even multicolor-only would do).

On to the other hand, may be I'd prefer to get non-Lua editor control
with clean API (on Lua's level on cleanness ;-) ), and to bind it
myself to suit my needs. Are there any? What I've seen is a bit too
bloated to my taste...

Alexander.