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
/
textadept
/
command_entry.lua
Age
Commit message (
Collapse
)
Author
2012-03-07
Updated contact email address.
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-06
Updated copyright information.
mitchell
2011-12-31
Changed 'locale.localize()' to global '_L' table.
mitchell
2011-12-20
Wrap LuaDoc for C tables and functions in long comments.
mitchell
2011-12-12
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-12-12
Updated to Lua 5.2.
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-07-13
Refactored 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-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-01-21
Code cleanup.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-12-23
Code cleanup.
mitchell
2010-11-23
Code cleanup.
mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-10-09
Update UI after command entry command; modules/textadept/command_entry.lua
mitchell
2010-06-17
Added abbreviations for Lua commands from Jay Gould.
mitchell
2010-06-11
Moved core extension modules into textadept module.
mitchell