lua-users home
lua-l archive

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


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.