aboutsummaryrefslogtreecommitdiff
path: root/core/iface.lua
AgeCommit message (Collapse)Author
2009-02-08Cleaned up code, used argchecks instead of Lua errors, and enhanced stability.mitchell
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-06Updated core/iface.lua.mitchell
2007-11-30Scintilla 1.75 adds a new iface function; core/iface.luamitchell
2007-08-09Added new LuaDoc, updated existing LuaDoc to be more consistent.mitchell
2007-08-06Initial import of core Lua files.mitchell