Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-07 | Updated copyright to 2010. | ||
2009-07-13 | Added incremental find. | ||
2009-07-13 | Consolidate core/ext/command_entry.lua. | ||
2009-07-08 | Extended the event system to include project manager, find, command entry, etc. | ||
2009-05-01 | Eliminated redundant LuaDoc. | ||
2009-02-10 | Moved the textadept.locale table into the globals table. | ||
2009-01-25 | Replaced str:match with str:find where applicable for speed improvements. | ||
2009-01-10 | Various improvements to speed and readability of Lua code. | ||
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc. Added more locals to core/ext/keys.lua for speed improvement. Reformatted some Lua modules to the earlier standard committed. | |||
2009-01-01 | Updated copyright dates for 2009. | ||
2008-06-17 | Added Tab-completion to Lua Command Entry. | ||