aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
AgeCommit message (Expand)Author
2014-01-12Updated copyright information.mitchell
2013-12-18Enable read-only access to the current chain of key sequences; core/keys.luamitchell
2013-10-18More LuaDoc updates.mitchell
2013-09-23Code and documentation cleanup.mitchell
2013-09-09Moved buffer IO functions into the `io` module.mitchell
2013-09-06Updated LuaDoc.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-10Updated some documentation.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-06-04Fixed curses autocomplete with the "Enter" key.mitchell
2013-05-26Rewrote some LuaDoc to use the active voice.mitchell
2013-05-16Allow empty tables as keychains if they have metatables; core/keys.luamitchell
2013-04-29More code cleanup.mitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-21Updates to compile with latest GTK-OSX.mitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-03Recognize special ncurses keys better.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-30Pass "Escape" key to Scintilla correctly in ncurses.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-10-17`keys.get_gdk_key()` has no use to ncurses; core/keys.luamitchell
2012-10-16Fixed GUI menu key shortcut handling.mitchell
2012-09-18Fixed incremental find in ncurses.mitchell
2012-09-12Documentation overhaul.mitchell
2012-07-09Ignore Fn-key combinations on Mac OSX.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-06`gui.statusbar_text` is write-only again.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
2012-03-06Added keypad keys to KEYSYMS; core/keys.luamitchell
2012-03-03Added documentation on propagation; core/keys.luamitchell
2012-02-22Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-23Code cleanup.mitchell
2011-09-28Use lexer at the caret for key commands and snippets.mitchell
2011-09-27Reformatted some LuaDoc.mitchell