lua-users home
lua-l archive

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



> Sure would be nice to be able to extend the editor using lua too. ;)

The idea is that the editor is written in Lua, so extending using Lua should
be a doddle eg. add-ins, macros etc.

I think the core needs to be fairly simple and event driven so undo, menus and
key bindings and configuration etc. can be done easily. Macros can be layered
on top of this eg. replace, etc. Because it is scipt driven and bound to wxLua
adding extra GUI functionality should be easy. Be nice to cater to everyone
eg. Vi, emacs, MSDev, Brief etc.

Nick