aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept
Commit message (Expand)AuthorAge
* Fixed "Find Next" for zero-width regex searches.Gravatar mitchell2022-03-17
* Fixed search wrapping indicator not showing up in the statusbar.Gravatar mitchell2022-03-17
* Added `ui.find.show_filenames_in_progressbar` option.Gravatar mitchell2022-03-07
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
* Improve Windows network directory path handling.Gravatar mitchell2022-02-26
* Ensure preferred "lexer.trigger.ext" snippet files are used over "trigger.ext".Gravatar mitchell2022-02-24
* Updated copyright year.Gravatar mitchell2022-01-31
* Propagate Tab key to insert \t if necessary for previous commit.Gravatar mitchell2021-12-14
* Fixed attempted expansion of lexer name snippet that resolves to a table.Gravatar mitchell2021-12-13
* Keep auto-enclosed text selected.Gravatar mitchell2021-11-30
* Added optional argument to `textadept.editing.enclose()` to keep text selected.Gravatar mitchell2021-11-30
* Added '`' to autopair and typeover.Gravatar mitchell2021-11-05
* Fixed uncommenting comments that are not initially aligned.Gravatar mitchell2021-10-01
* Do not run command entry again while in command entry.Gravatar mitchell2021-09-01
* Append trailing newline to multiple and rectangular selection input for `filt...Gravatar mitchell2021-06-26
* Support "Replace All" in multiple and rectangular selection.Gravatar mitchell2021-06-11
* `textadept.editing.filter_through` respects multiple and rectangular selectio...Gravatar mitchell2021-06-10
* Allow "Replace All" for empty regex matches.Gravatar mitchell2021-06-05
* Added support for Gleam.Gravatar mitchell2021-06-01
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...Gravatar mitchell2021-04-30
* When filtering through, do not replace buffer contents if nothing changed.Gravatar mitchell2021-04-30
* Added ability to specify find & replace pane entry font via `ui.find.entry_fo...Gravatar mitchell2021-04-16
* Attempt to restore view scroll state after `textadept.editing.filter_through()`.Gravatar mitchell2021-04-14
* Fixed file extension conflicts.Gravatar mitchell2021-04-14
* Addressed some minor Luacheck issues.Gravatar mitchell2021-04-14
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
* Fixed a bug where redoing a full-buffer change could jump to an unrelated state.Gravatar mitchell2021-04-12
* Save/restore view state when undoing/redoing full-buffer changes.Gravatar mitchell2021-04-11
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Do not mark GCC-style "note:" output as compile/run/build/test errors.Gravatar mitchell2021-03-11
* Fixed inability to replace found text with escapes like '\n' and '\t'.Gravatar mitchell2021-02-15
* Added support for TypeScript.Gravatar mitchell2021-02-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Fixed navigating back through history from a print buffer.Gravatar mitchell2021-01-28
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
* Small code cleanup.Gravatar mitchell2021-01-22
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
* Added Xs support.Gravatar mitchell2021-01-12
* Added systemd support.Gravatar mitchell2021-01-12
* Added Spin support.Gravatar mitchell2021-01-12
* Added RouterOS support.Gravatar mitchell2021-01-12
* Added fstab support.Gravatar mitchell2021-01-12
* Added systemd-networkd support.Gravatar mitchell2021-01-12
* Added Zig support.Gravatar mitchell2021-01-12
* Added Reason support.Gravatar mitchell2021-01-11
* Added Pony support.Gravatar mitchell2021-01-11
* Added Meson support.Gravatar mitchell2021-01-11
* Added Julia support.Gravatar mitchell2021-01-11
* Added Fantom support.Gravatar mitchell2021-01-11
* Added Elm support.Gravatar mitchell2021-01-11