index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ext
/
keys.lua
Age
Commit message (
Expand
)
Author
2010-02-01
Modified key commands to be more key-layout agnostic.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-07-25
Documentation overhaul.
mitchell
2009-07-19
Removed [Local {function,table}] documentation from being shown in LuaDoc.
mitchell
2009-07-18
Fix bugs related to core/events.lua changes.
mitchell
2009-07-12
The 'char_added' handler shouldn't convert int to string.
mitchell
2009-03-18
Fixed a block character insertion issue on GTK-OSX; core/ext/keys.lua
mitchell
2009-03-03
Minor core code cleanup.
mitchell
2009-02-14
Be consistant in hacking around GTK-OSX's handling of 'Alt'; core/ext/keys.lua
mitchell
2009-02-12
Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.
mitchell
2009-02-10
Moved the textadept.locale table into the globals table.
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-08
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-03
Added localization support.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-12-30
Updated core/ext/keys.lua LuaDoc for the ALT key on Mac OSX.
mitchell
2008-12-23
Use table.concat instead of multiple string concats for performance improvement.
mitchell
2008-12-14
Fixed key commands bug for Mac; core/ext/keys.lua
mitchell
2008-11-02
Fixed key handling and arg handling for Mac.
mitchell
2008-11-01
Added support for some AppleEvents, use Scintilla namespace on OSX.
mitchell
2008-10-30
Work around native GTK-OSX handling of Alt key for composing; core/ext/keys.lua
mitchell
2008-10-08
Key commands are quicker and more efficient; core/ext/keys.lua
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2007-10-07
Moved key command manager to core.
mitchell