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
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