aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/commands.lua
AgeCommit message (Collapse)Author
2010-06-10Moved textadept.io into Lua's io table.mitchell
Renamed textadept.io.open to textadept.io.open_file to prevent conflicts.
2010-04-10Moved block comment strings to language-specific modules.mitchell
2010-04-09Moved _m.textadept.run module commands to language-specific modules.mitchell
2010-04-08Fixed bug in Lua module commands; modules/lua/commands.luamitchell
Thanks to Rob Gieseke.
2010-03-30Removed support for api files.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-02-28Use UTF-8 internally and respect platform filename encoding.mitchell
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-02-14Read and write in binary mode for everything.mitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-14No need for 'run' function for running scripts anymore; modules/lua/commands.luamitchell
2009-01-10Various improvements to speed and readability of Lua code.mitchell
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-01Updated copyright dates for 2009.mitchell
2008-12-14Changed language module main command key chain root from Alt+C to Alt+L.mitchell
2008-07-21Moved block comment key commands from language modules to _m.textadept.editing.mitchell
2008-07-08Fix bug when file is not matched in modules/lua/commands.lua.mitchell
2008-06-20Simplified get_line in modules/lua/commands.lua.mitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2008-02-10Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.mitchell
2007-10-06The run function uses textadept.print now; modules/lua/commands.luamitchell
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell
2007-08-09Renamed modules global to _m.mitchell
2007-08-09Added new LuaDoc, updated existing LuaDoc to be more consistent.mitchell
2007-08-06Initial import of the lua module.mitchell