aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/keys.lua
Commit message (Expand)AuthorAge
* Updated copyright year.Gravatar mitchell2022-01-31
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
* Small code cleanup.Gravatar mitchell2021-01-22
* Code cleanup.Gravatar mitchell2020-10-20
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
* Updated copyright information.Gravatar mitchell2020-09-29
* Lots of documentation updates.Gravatar mitchell2020-09-13
* Added "Edit > Preferences" menu item and key binding for opening user init.lua.Gravatar mitchell2020-08-23
* Use "terminal version" instead of "curses" for more consistency.Gravatar mitchell2020-08-18
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
* Removed "View EOL" menu item and key binding.Gravatar mitchell2020-08-08
* Updated find & replace pane key bindings.Gravatar mitchell2020-08-08
* Fixed word left/right key bindings on macOS.Gravatar mitchell2020-08-01
* Removed "Refresh syntax highlighting" feature.Gravatar mitchell2020-07-26
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* Renamed `textadept.editing.block_comment()` to `toggle_comment()`.Gravatar mitchell2020-07-14
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Be more consistent with "key sequences", "key commands", and "key bindings".Gravatar mitchell2020-07-12
* Changed keybinding modifier keys.Gravatar mitchell2020-06-28
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-12
* Separated `_G.snippets` from `textadept.snippets`.Gravatar mitchell2020-02-22
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Tweaked localization keys.Gravatar mitchell2020-02-21
* Added snippet trigger word completion.Gravatar mitchell2020-02-18
* Support more Alt and Shift+Alt keys in Win32 curses.Gravatar mitchell2020-02-07
* Updated copyright year.Gravatar mitchell2019-12-31
* Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.Gravatar mitchell2019-09-23
* Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.Gravatar mitchell2019-09-22
* Added back "Paste Reindent", but as a separate menu/key/command from "Paste".Gravatar mitchell2019-09-21
* Fixed LuaDoc for keybindings.Gravatar mitchell2019-08-08
* Use CP1252 instead of ISO-8859-1.Gravatar mitchell2019-07-30
* Updated copyright year.Gravatar mitchell2019-02-16
* Fixed Alt+Gr key handling in the Windows terminal version.Gravatar mitchell2018-11-27
* Restored default behavior of "Home" and "Shift+Home" on non-OSX platforms.Gravatar mitchell2018-11-07
* Fixed regression with snippet expansion caused by new macro support.Gravatar mitchell2018-10-27
* Added module for recording, playing, saving, and loading keyboard macros.Gravatar mitchell2018-10-22
* Removed `textadept.editing.paste()` (pasted text is reindented).Gravatar mitchell2018-10-22
* Emacs-style ^K for OSX and Curses should join lines at EOL.Gravatar mitchell2018-03-16
* Update of libtermkey requires ^H to be manually defined as backspace.Gravatar mitchell2018-02-25
* Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.Gravatar mitchell2018-02-24
* Small code and documentation cleanup.Gravatar mitchell2018-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Removed redundant "Select in delimiter" menus and keys.Gravatar mitchell2017-11-10
* Removed `textadept.editing.match_brace()`.Gravatar mitchell2017-11-10
* Pasted text is reindented by default.Gravatar mitchell2017-11-07