aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/command_entry.lua
AgeCommit message (Collapse)Author
2013-05-20Print the results of '=' Lua expressions; modules/textadept/command_entry.luamitchell
2013-04-29More code cleanup.mitchell
"local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses.
2013-04-20Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.luamitchell
2013-04-15Function in `finish_mode()` is optional; modules/textadept/command_entry.luamitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-02-11Added command line switches for running Lua code on startup.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-03Recognize special ncurses keys better.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-09-18Fixed incremental find in ncurses.mitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-06-05Added ncurses Command Entry completion.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-06Updated copyright information.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
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