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
/
keys.lua
Age
Commit message (
Expand
)
Author
2011-09-28
Use lexer at the caret for key commands and snippets.
mitchell
2011-09-27
Reformatted some LuaDoc.
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-08-17
LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.lua
mitchell
2011-08-09
Swap Control and Command key definitions on Mac OSX.
mitchell
2011-07-27
Only allow meta key on Mac OSX; core/keys.lua
mitchell
2011-07-14
Changed menu labels to be more descriptive and added select_command() dialog.
mitchell
2011-07-13
Refactored key commands and added menu accelerators.
mitchell
2011-07-07
Detect Alt/Option modifier on Mac OSX.
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-06-23
Updated Luadoc and added extra fields to other modules.
mitchell
2011-03-24
Changes to key and menu command definitions.
mitchell
2011-03-23
Rewrote _m.textadept.snippets module.
mitchell
2011-03-17
Performance and speed improvements.
mitchell
2011-02-06
Clear keychain on key command error; core/keys.lua
mitchell
2011-01-21
Code cleanup.
mitchell
2010-12-29
Fix bug for gui.statusbar_text being nil; core/keys.lua
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-12-26
Separated key command manager from key command definitions.
mitchell