aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
AgeCommit message (Expand)Author
2013-04-25Added icons to msgbox dialogs.mitchell
2013-04-24Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.mitchell
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-04-24Moved `_M.textadept.filter_through` functionality into `editing` module.mitchell
2013-04-24Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.mitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-19Updated some documentation.mitchell
2013-04-15Updated Windows curses key bindings; modules/textadept/keys.luamitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-01-20Updated copyright date.mitchell
2013-01-03Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.luamitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-31Fix typos in documentation.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-10-17Added ncurses key bindings for bookmarks; modules/textadept/keys.luamitchell
2012-10-16Added key shortcut for toggling fold points; modules/textadept/keys.luamitchell
2012-10-12Fixed bug in key command; modules/textadept/keys.luamitchell
2012-10-06Fixed more bugs introduced by r1260.mitchell
2012-09-28Added marks for making selection in ncurses.mitchell
2012-09-18Fixed incremental find in ncurses.mitchell
2012-09-17Added ncurses CDK field key bindings to list; modules/textadept/keys.luamitchell
2012-09-12Documentation overhaul.mitchell
2012-07-21More Lua code cleanup and API changes.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-07-16Reverted r1189; ncurses command entry key command is M-C again.mitchell
2012-07-15Changed ncurses command entry key command from M-C to M-E.mitchell
2012-07-09Ignore Fn-key combinations on Mac OSX.mitchell
2012-06-22Resize most filteredlists to fit the ncurses screen.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-21Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.mitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-22Updated paths to Manual and LuaDoc in menus and key commands.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-14Use buffer:get_lexer(true) more often when it should be used.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
2012-02-29Added more OSX key commands; modules/textadept/keys.luamitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Renamed editing module's 'current_word' to 'select_word'.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-19Close process; modules/textadept/keys.luamitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell