index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
lua
/
commands.lua
Age
Commit message (
Expand
)
Author
2010-11-23
Code cleanup.
mitchell
2010-11-15
LuaDoc cleanup.
mitchell
2010-11-10
Updated LuaDoc; modules/lua/commands.lua
mitchell
2010-11-10
Changes to Lua module.
mitchell
2010-10-28
Rename MAC variable in to OSX in Lua, __OSX__ in C.
mitchell
2010-08-31
Updated LuaDoc.
mitchell
2010-08-21
Added Lua autocompletion support.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-10
Moved textadept.io into Lua's io table.
mitchell
2010-04-10
Moved block comment strings to language-specific modules.
mitchell
2010-04-09
Moved _m.textadept.run module commands to language-specific modules.
mitchell
2010-04-08
Fixed bug in Lua module commands; modules/lua/commands.lua
mitchell
2010-03-30
Removed support for api files.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-02-28
Use UTF-8 internally and respect platform filename encoding.
mitchell
2009-02-14
Read and write in binary mode for everything.
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-14
No need for 'run' function for running scripts anymore; modules/lua/commands.lua
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-12-14
Changed language module main command key chain root from Alt+C to Alt+L.
mitchell
2008-07-21
Moved block comment key commands from language modules to _m.textadept.editing.
mitchell
2008-07-08
Fix bug when file is not matched in modules/lua/commands.lua.
mitchell
2008-06-20
Simplified get_line in modules/lua/commands.lua.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-10
Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.
mitchell
2007-10-06
The run function uses textadept.print now; modules/lua/commands.lua
mitchell
2007-08-15
Renamed handlers module to events, updated everything to reflect changes.
mitchell
2007-08-09
Renamed modules global to _m.
mitchell
2007-08-09
Added new LuaDoc, updated existing LuaDoc to be more consistent.
mitchell
2007-08-06
Initial import of the lua module.
mitchell