aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
AgeCommit message (Expand)Author
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
2011-12-12Updated to Lua 5.2.mitchell
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-08-28Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX.mitchell
2011-08-22Changed some key commands.mitchell
2011-08-10Change bindings for switching buffers and views on Mac OSX.mitchell
2011-08-09Changed Next View/Previous View key bindings; modules/textadept/keys.luamitchell
2011-08-09Swap Control and Command key definitions on Mac OSX.mitchell
2011-08-09Swap Replace/Replace All and Run/Compile key bindings.mitchell
2011-07-31Updated documentation; modules/textadept/keys.lumitchell
2011-07-30Code cleanup.mitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-07-11Fixed bug in key commands; modules/textadept/keys.luamitchell
2011-07-11Allow buffer functions to omit buffer argument.mitchell
2011-07-11Added io.open_recent_file().mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-06-16Use functions for generating unique IDs for markers, indicators, and user lists.mitchell
2011-05-05Removed non-existant key chain; modules/textadept/keys.luamitchell
2011-04-20Fixed incorrect key command; modules/textadept/keys.luamitchell
2011-03-24Changes to key and menu command definitions.mitchell
2011-03-23Rewrote _m.textadept.snippets module.mitchell
2011-02-25Changed Ctrl+H key command (highlight word) to Ctrl+Shift+H.mitchell