Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-10 | Moved the textadept.locale table into the globals table. | ||
2009-01-26 | Changed MARK_BOOKMARK; modules/textadept/bookmarks.lua | ||
MARK_REPLACEALL_END should be the first marker (0), so MARK_BOOKMARK was changed to be the second marker (1). | |||
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-05 | Fixed modules/textadept/bookmarks.lua bug for goto next and prev bookmark. | ||
2009-01-01 | Updated copyright dates for 2009. | ||
2008-06-24 | Added _m.textadept.bookmarks module; modules/textadept/bookmarks.lua | ||