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
2015-03-11
Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.
mitchell
2015-03-09
Removed `keys.LANGUAGE_MODULE_PREFIX` since language modules no longer use it.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-11-11
Added keysym for Keypad Enter; core/keys.lua
mitchell
2014-10-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-06-07
Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.
mitchell
2014-05-29
Code cleanup.
mitchell
2014-05-28
Updated LuaDoc.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-18
Enable read-only access to the current chain of key sequences; core/keys.lua
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-10
Updated some documentation.
mitchell
2013-07-08
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-06-04
Fixed curses autocomplete with the "Enter" key.
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-16
Allow empty tables as keychains if they have metatables; core/keys.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
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
[next]