Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-28 | Use UTF-8 internally and respect platform filename encoding. | ||
Added 'textadept.iconv' function to interface with GLib's g_convert() and set global _CHARSET to be the platform's filename encoding/code page. | |||
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-12-14 | Changed language module main command key chain root from Alt+C to Alt+L. | ||
2008-07-21 | Moved block comment key commands from language modules to _m.textadept.editing. | ||
2008-03-03 | Updated copyright notice to include the year 2008. | ||
2007-08-15 | Renamed handlers module to events, updated everything to reflect changes. | ||
2007-08-09 | Renamed modules global to _m. | ||
2007-08-06 | Initial import of the cpp module. | ||