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
2016-12-31
Updated copyright information.
mitchell
2016-09-29
Discard Alt/option modifier for composed ASCII symbols; core/keys.lua
mitchell
2016-08-11
Fixed caps lock key handling.
mitchell
2016-06-15
Removed handling of tables as key/menu commands; use functions only.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-04-02
Code cleanup.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-03-12
Lua code cleanup.
mitchell
2015-03-12
Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
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
[next]