aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
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
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