Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-21 | Updated core/iface.lua for Scintilla 1.78. | ||
2009-02-08 | Cleaned up code, used argchecks instead of Lua errors, and enhanced stability. | ||
Instead of throwing luaL_error() for bad arguments, use luaL_argcheck() and luaL_argerror() for more descriptive messages. Store the 'textadept' table's 'buffers', 'views', 'constants', 'buffer_functions', and 'buffer_properties' tables in the Lua registry and refer to them via metatables so that overwrites are not possible; removed 'rawset' for Lua scripts. | |||
2008-12-06 | Updated core/iface.lua. | ||
2007-11-30 | Scintilla 1.75 adds a new iface function; core/iface.lua | ||
2007-08-09 | Added new LuaDoc, updated existing LuaDoc to be more consistent. | ||
2007-08-06 | Initial import of core Lua files. | ||