aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
2022-01-31Updated copyright year.mitchell
2021-11-30Keep auto-enclosed text selected.mitchell
2021-11-30Added optional argument to `textadept.editing.enclose()` to keep text selected.mitchell
2021-11-05Added '`' to autopair and typeover.mitchell
2021-10-01Fixed uncommenting comments that are not initially aligned.mitchell
2021-06-26Append trailing newline to multiple and rectangular selection input for `filt...mitchell
2021-06-10`textadept.editing.filter_through` respects multiple and rectangular selectio...mitchell
2021-06-01Added support for Gleam.mitchell
2021-04-30When filtering through, do not replace buffer contents if nothing changed.mitchell
2021-04-14Attempt to restore view scroll state after `textadept.editing.filter_through()`.mitchell
2021-04-14Addressed some minor Luacheck issues.mitchell
2021-04-11Initial pass reformatting all code.mitchell
2021-02-11Added support for TypeScript.mitchell
2021-01-29Updated copyright information.mitchell
2021-01-12Added Xs support.mitchell
2021-01-12Added systemd support.mitchell
2021-01-12Added Spin support.mitchell
2021-01-12Added RouterOS support.mitchell
2021-01-12Added fstab support.mitchell
2021-01-12Added systemd-networkd support.mitchell
2021-01-12Added Zig support.mitchell
2021-01-11Added Reason support.mitchell
2021-01-11Added Pony support.mitchell
2021-01-11Added Meson support.mitchell
2021-01-11Added Julia support.mitchell
2021-01-11Added Fantom support.mitchell
2021-01-11Added Elm support.mitchell
2021-01-11Added Clojure support.mitchell
2020-10-22`textadept.editing.strip_trailing_spaces` should not apply to binary files.mitchell
2020-10-20Code cleanup.mitchell
2020-09-29Updated copyright information.mitchell
2020-09-14Added support for jq.mitchell
2020-09-07Added `ui.find.active` and prevent word highlighting when searching.mitchell
2020-08-22Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.mitchell
2020-08-20Do not accidentally activate "auto enclose" with some symbol keybindings.mitchell
2020-08-17Small code cleanup.mitchell
2020-08-17Added `textadept.editing.auto_enclose` for auto-enclosing selected text.mitchell
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