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
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-07-29
Fixed `keys.keychain` access if #keychain > 1.
mitchell
2020-06-28
Changed keybinding modifier keys.
mitchell
2020-03-16
Update LuaDoc.
mitchell
2020-03-16
Renamed `keys.MODE` to `keys.mode`.
mitchell
2020-03-14
More code cleanup, refactoring, and reformatting.
mitchell
2020-03-10
Core code cleanup, reformat, refactoring, and bugfixes.
mitchell
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2020-02-26
Small code cleanup.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-01-25
Updated copyright year.
mitchell
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
[next]