aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/command_entry.lua
AgeCommit message (Collapse)Author
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-09-26Lua code cleanup.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-23Code cleanup.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-10-09Update UI after command entry command; modules/textadept/command_entry.luamitchell
2010-06-17Added abbreviations for Lua commands from Jay Gould.mitchell
2010-06-11Moved core extension modules into textadept module.mitchell