aboutsummaryrefslogtreecommitdiff
path: root/core/ext/keys.lua
AgeCommit message (Collapse)Author
2010-06-10Moved core/ext/keys.lua into core/ext/key_commands.lua.mitchell
2010-06-06Made 'KEYSYMS' table a field of core/ext/keys.lua for access.mitchell
2010-02-01Modified key commands to be more key-layout agnostic.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-25Documentation overhaul.mitchell
2009-07-19Removed [Local {function,table}] documentation from being shown in LuaDoc.mitchell
2009-07-18Fix bugs related to core/events.lua changes.mitchell
2009-07-12The 'char_added' handler shouldn't convert int to string.mitchell
2009-03-18Fixed a block character insertion issue on GTK-OSX; core/ext/keys.luamitchell
2009-03-03Minor core code cleanup.mitchell
2009-02-14Be consistant in hacking around GTK-OSX's handling of 'Alt'; core/ext/keys.luamitchell
2009-02-12Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.mitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-10Various 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-08Reformatted all C and Lua code to a single standard for each language.mitchell
2009-01-03Added localization support.mitchell
All Textadept messages are in core/locale.lua which provides the new 'textadept.locale' module.
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-30Updated core/ext/keys.lua LuaDoc for the ALT key on Mac OSX.mitchell
2008-12-23Use table.concat instead of multiple string concats for performance improvement.mitchell
2008-12-14Fixed key commands bug for Mac; core/ext/keys.luamitchell
2008-11-02Fixed key handling and arg handling for Mac.mitchell
2008-11-01Added support for some AppleEvents, use Scintilla namespace on OSX.mitchell
2008-10-30Work around native GTK-OSX handling of Alt key for composing; core/ext/keys.luamitchell
2008-10-08Key commands are quicker and more efficient; core/ext/keys.luamitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2007-10-07Moved key command manager to core.mitchell