Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-27 | Only allow meta key on Mac OSX; core/keys.lua | ||
On Linux, AltGr is sometimes registered as GDK_MOD5_MASK which Mac OSX identifies as meta. | |||
2011-07-14 | Changed menu labels to be more descriptive and added select_command() dialog. | ||
2011-07-13 | Refactored key commands and added menu accelerators. | ||
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module. | |||
2011-07-07 | Detect Alt/Option modifier on Mac OSX. | ||
2011-06-24 | Removed '_G' prefix from globals where necessary. | ||
2011-06-23 | Use string constants for event names. | ||
2011-06-23 | Updated Luadoc and added extra fields to other modules. | ||
2011-03-24 | Changes to key and menu command definitions. | ||
Functions can be used directly without being contained within a table. Also, buffer and view functions and references should be used directly (e.g. { buffer.undo, buffer } and { view.split, view }). References are handled correctly at runtime. | |||
2011-03-23 | Rewrote _m.textadept.snippets module. | ||
Snippet syntax has changed; see LuaDoc for details. | |||
2011-03-17 | Performance and speed improvements. | ||
2011-02-06 | Clear keychain on key command error; core/keys.lua | ||
2011-01-21 | Code cleanup. | ||
2010-12-29 | Fix bug for gui.statusbar_text being nil; core/keys.lua | ||
2010-12-28 | Updated copyright information. | ||
2010-12-26 | Separated key command manager from key command definitions. | ||