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
2013-04-21
Updates to compile with latest GTK-OSX.
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-05
Initial support for Windows terminal via pdcurses.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-03
Recognize special ncurses keys better.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-30
Continued updating documentation formatting.
mitchell
2012-10-30
Pass "Escape" key to Scintilla correctly in ncurses.
mitchell
2012-10-29
Updated documentation formatting.
mitchell
2012-10-17
`keys.get_gdk_key()` has no use to ncurses; core/keys.lua
mitchell
2012-10-16
Fixed GUI menu key shortcut handling.
mitchell
2012-09-18
Fixed incremental find in ncurses.
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-07-09
Ignore Fn-key combinations on Mac OSX.
mitchell
2012-06-22
Updated key commands for ncurses.
mitchell
2012-06-06
`gui.statusbar_text` is write-only again.
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-03-07
Documentation overhaul with Discount (Markdown implementation).
mitchell
2012-03-06
Added keypad keys to KEYSYMS; core/keys.lua
mitchell
2012-03-03
Added documentation on propagation; core/keys.lua
mitchell
2012-02-22
Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-06
Updated copyright information.
mitchell
2012-01-05
Rename '_m' to '_M'.
mitchell
2011-12-31
Changed 'locale.localize()' to global '_L' table.
mitchell
2011-12-31
Code cleanup.
mitchell
2011-12-13
Remove 'package.seeall' from LuaDoc comments.
mitchell
2011-12-12
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-12-12
Updated to Lua 5.2.
mitchell
2011-11-23
Code cleanup.
mitchell
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
[next]