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
/
editing.lua
Age
Commit message (
Expand
)
Author
2022-01-31
Updated copyright year.
mitchell
2021-11-30
Keep auto-enclosed text selected.
mitchell
2021-11-30
Added optional argument to `textadept.editing.enclose()` to keep text selected.
mitchell
2021-11-05
Added '`' to autopair and typeover.
mitchell
2021-10-01
Fixed uncommenting comments that are not initially aligned.
mitchell
2021-06-26
Append 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-01
Added support for Gleam.
mitchell
2021-04-30
When filtering through, do not replace buffer contents if nothing changed.
mitchell
2021-04-14
Attempt to restore view scroll state after `textadept.editing.filter_through()`.
mitchell
2021-04-14
Addressed some minor Luacheck issues.
mitchell
2021-04-11
Initial pass reformatting all code.
mitchell
2021-02-11
Added support for TypeScript.
mitchell
2021-01-29
Updated copyright information.
mitchell
2021-01-12
Added Xs support.
mitchell
2021-01-12
Added systemd support.
mitchell
2021-01-12
Added Spin support.
mitchell
2021-01-12
Added RouterOS support.
mitchell
2021-01-12
Added fstab support.
mitchell
2021-01-12
Added systemd-networkd support.
mitchell
2021-01-12
Added Zig support.
mitchell
2021-01-11
Added Reason support.
mitchell
2021-01-11
Added Pony support.
mitchell
2021-01-11
Added Meson support.
mitchell
2021-01-11
Added Julia support.
mitchell
2021-01-11
Added Fantom support.
mitchell
2021-01-11
Added Elm support.
mitchell
2021-01-11
Added Clojure support.
mitchell
2020-10-22
`textadept.editing.strip_trailing_spaces` should not apply to binary files.
mitchell
2020-10-20
Code cleanup.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-09-14
Added support for jq.
mitchell
2020-09-07
Added `ui.find.active` and prevent word highlighting when searching.
mitchell
2020-08-22
Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.
mitchell
2020-08-20
Do not accidentally activate "auto enclose" with some symbol keybindings.
mitchell
2020-08-17
Small code cleanup.
mitchell
2020-08-17
Added `textadept.editing.auto_enclose` for auto-enclosing selected text.
mitchell
2020-08-03
Fixed regression in showing images in Lua command entry completions.
mitchell
2020-08-03
Updated LuaDoc.
mitchell
2020-07-25
Fixed selected word highlighting with multiple selections.
mitchell
2020-07-25
Moved word highlighting back into editing module and disable by default.
mitchell
2020-07-16
Minor LuaDoc updates and spelling corrections.
mitchell
2020-07-14
Renamed `textadept.editing.block_comment()` to `toggle_comment()`.
mitchell
2020-07-13
Auto-highlight all occurrences of selected words and find results.
mitchell
2020-07-12
Fixed --line command line switch.
mitchell
2020-07-03
Added support for Fennel.
mitchell
2020-06-09
Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.
mitchell
2020-05-26
Fixed undocumented regression with word completion and case sensitivity.
mitchell
2020-05-26
Small code cleanup.
mitchell
2020-05-25
Allow views to be used as buffers and update API.
mitchell
[next]