aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/commands.lua
AgeCommit message (Expand)Author
2010-06-11Removed _G.textadept.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
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
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
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
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