index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
keys.lua
Age
Commit message (
Expand
)
Author
2020-02-22
Separated `_G.snippets` from `textadept.snippets`.
mitchell
2020-02-21
Removed '_' mnemonics from locale keys.
mitchell
2020-02-21
Tweaked localization keys.
mitchell
2020-02-18
Added snippet trigger word completion.
mitchell
2020-02-07
Support more Alt and Shift+Alt keys in Win32 curses.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-09-23
Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.
mitchell
2019-09-22
Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.
mitchell
2019-09-21
Added back "Paste Reindent", but as a separate menu/key/command from "Paste".
mitchell
2019-08-08
Fixed LuaDoc for keybindings.
mitchell
2019-07-30
Use CP1252 instead of ISO-8859-1.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-11-27
Fixed Alt+Gr key handling in the Windows terminal version.
mitchell
2018-11-07
Restored default behavior of "Home" and "Shift+Home" on non-OSX platforms.
mitchell
2018-10-27
Fixed regression with snippet expansion caused by new macro support.
mitchell
2018-10-22
Added module for recording, playing, saving, and loading keyboard macros.
mitchell
2018-10-22
Removed `textadept.editing.paste()` (pasted text is reindented).
mitchell
2018-03-16
Emacs-style ^K for OSX and Curses should join lines at EOL.
mitchell
2018-02-25
Update of libtermkey requires ^H to be manually defined as backspace.
mitchell
2018-02-24
Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.
mitchell
2018-02-16
Small code and documentation cleanup.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-11-10
Removed redundant "Select in delimiter" menus and keys.
mitchell
2017-11-10
Removed `textadept.editing.match_brace()`.
mitchell
2017-11-07
Pasted text is reindented by default.
mitchell
2017-06-30
Small LuaDoc update.
mitchell
2017-05-26
Changed "Cancel Snippet" keybinding to `Esc`.
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-11-04
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
mitchell
2016-09-15
Updated key bindings list; modules/textadept/keys.lua
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-04-29
Added keybinding for setting compile/run args; modules/textadept/keys.lua
mitchell
2016-04-15
Use function notation for menu and key commands.
mitchell
2016-04-06
Do not assume 1-byte characters in incremental find; modules/textadept/keys.lua
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-06-27
The Enter key is always reported as '\n' on Windows; modules/textadept/keys.lua
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-01-15
Restore ^Z as undo if terminal suspend is disabled; modules/textadept/keys.lua
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-12-23
Enable suspend in the terminal version.
mitchell
2014-11-30
Show character info with lexer and style call tip; modules/textadept/keys.lua
mitchell
2014-11-30
Added UTF-8 input mode for OSX and curses; modules/textadept/keys.lua
mitchell
2014-11-29
Show symbol documentation in the Lua command entry; modules/textadept/keys.lua
mitchell
2014-11-24
Use Bash syntax highlighting for "filter through" via the command entry.
mitchell
2014-10-30
Ensure "find in files" is off when activating normal find.
mitchell
2014-10-13
Parameterize lexer and height for `ui.command_entry.enter_mode()`.
mitchell
[next]