aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Updated documentation on rearranging tabs and `move_buffer()`.Gravatar mitchell2022-03-19
* Added `move_buffer()` function and made tabs rearrangeable via drag and drop.Gravatar mitchell2022-03-18
* Updated Lua autocompletion and documentation.Gravatar mitchell2022-03-17
* 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
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-11-30
* 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
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-09-30
* Do not run command entry again while in command entry.Gravatar mitchell2021-09-01
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-08-31
* Updated to Scintilla 5.1.0.Gravatar mitchell2021-06-27
* Append trailing newline to multiple and rectangular selection input for `filt...Gravatar mitchell2021-06-26
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-06-11
* 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
* Updated LuaDoc.Gravatar mitchell2021-05-30
* Updated to Scintilla 5.0.3.Gravatar mitchell2021-05-29
* 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
* Updated Scintilla iface LuaDoc.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
* Updated to Lua 5.4.2.Gravatar mitchell2021-02-20
* Fixed inability to replace found text with escapes like '\n' and '\t'.Gravatar mitchell2021-02-15
* Added support for TypeScript.Gravatar mitchell2021-02-11
* Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.Gravatar mitchell2021-02-09
* Updated copyright information.Gravatar mitchell2021-01-29
* Fixed navigating back through history from a print buffer.Gravatar mitchell2021-01-28
* `io.get_project_root()` accepts an optional flag for returning a submodule root.Gravatar mitchell2021-01-22
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
* Small code cleanup.Gravatar mitchell2021-01-22