index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ext
/
command_entry.lua
Age
Commit message (
Collapse
)
Author
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-06-06
Made 'KEYSYMS' table a field of core/ext/keys.lua for access.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-07-13
Added incremental find.
mitchell
2009-07-13
Consolidate core/ext/command_entry.lua.
mitchell
2009-07-08
Extended the event system to include project manager, find, command entry, etc.
mitchell
2009-05-01
Eliminated redundant LuaDoc.
mitchell
2009-02-10
Moved the textadept.locale table into the globals table.
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-10
Various 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-01
Updated copyright dates for 2009.
mitchell
2008-06-17
Added Tab-completion to Lua Command Entry.
mitchell