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 (
Expand
)
Author
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-05-28
Moved 'lua_command' mode into command entry module and removed some API funcs.
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-13
Updated some LuaDoc.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-06-21
Remove theme selection since it does not persist.
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-20
Print the results of '=' Lua expressions; modules/textadept/command_entry.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-20
Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.lua
mitchell
2013-04-15
Function in `finish_mode()` is optional; modules/textadept/command_entry.lua
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-02-11
Added command line switches for running Lua code on startup.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-03
Recognize special ncurses keys better.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-09-18
Fixed incremental find in ncurses.
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-06-05
Added ncurses Command Entry completion.
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
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
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
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