aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
2020-08-03Fixed regression in showing images in Lua command entry completions.mitchell
2020-08-03Updated LuaDoc.mitchell
2020-07-25Fixed selected word highlighting with multiple selections.mitchell
2020-07-25Moved word highlighting back into editing module and disable by default.mitchell
2020-07-16Minor LuaDoc updates and spelling corrections.mitchell
2020-07-14Renamed `textadept.editing.block_comment()` to `toggle_comment()`.mitchell
2020-07-13Auto-highlight all occurrences of selected words and find results.mitchell
2020-07-12Fixed --line command line switch.mitchell
2020-07-03Added support for Fennel.mitchell
2020-06-09Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.mitchell
2020-05-26Fixed undocumented regression with word completion and case sensitivity.mitchell
2020-05-26Small code cleanup.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-05-03`textadept.editing.highlight_word()` highlights whole words based on context.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-17Align block comments by column if possible, not indent.mitchell
2020-03-13More code cleanup, refactoring, and reformatting.mitchell
2020-03-12Fixed regression recently introduced in brace highlighting.mitchell
2020-03-11More code cleanup, refactoring, and formatting.mitchell
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2020-03-03Fixed regression with deleting an auto-pair when backspacing over the first.mitchell
2020-03-02Trim spaces when running filter through commands.mitchell
2020-02-28Autopair, typeover, and backspace delete match works with multiple selection.mitchell
2020-02-21Removed '_' mnemonics from locale keys.mitchell
2020-02-17Treat `textadept.editing.api_files` as already containing empty per-lexer lists.mitchell
2020-02-07Prevent hangs on WIN32 curses with `textadept.editing.filter_through()`.mitchell
2020-01-11Added information to `--line` command line switch.mitchell
2019-12-31Updated copyright year.mitchell
2019-11-08API file lists and Lua tags lists can contain functions that return file paths.mitchell
2019-09-21Added back "Paste Reindent", but as a separate menu/key/command from "Paste".mitchell
2019-08-25Do not auto-indent when pressing enter at the start of a non-empty line.mitchell
2019-05-02Added case-insensitive option to `textadept.editing.show_documentation()`.mitchell
2019-02-16Updated copyright year.mitchell
2019-01-31Added block comment support for Nim.mitchell
2018-11-27Added command line switch to jump to a buffer line.mitchell
2018-11-06Ensure 'Esc' clears highlighted words.mitchell
2018-11-06Do not modify selection in `textadept.editing.highlight_word()`.mitchell
2018-11-05Added optional position to `textadept.editing.show_documentation()`.mitchell
2018-10-22Removed `textadept.editing.paste()` (pasted text is reindented).mitchell
2018-10-17When filtering text through shell commands, halt on non-zero status code.mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell
2018-10-08Fixed error when performing "select enclosed" on a non-ASCII character.mitchell
2018-09-06Fixed potential crash with non-UTF-8 bytes copy-pasted into non-UTF-8 buffer.mitchell
2018-07-28Removed optional '*' prefix in I/O reads.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
2018-04-12Changed SQL comments to use '--' instead of '#'.mitchell
2018-03-18Take into account a previous line fold header when reindenting pasted text.mitchell
2018-03-16Fixed accidental stripping of leading newlines in pasted text.mitchell
2018-01-25Updated copyright year.mitchell
2017-12-31Updated LuaDoc.mitchell