aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2022-03-18Added `move_buffer()` function and made tabs rearrangeable via drag and drop.mitchell
2022-03-17Updated Lua autocompletion and documentation.mitchell
2022-03-17Fixed "Find Next" for zero-width regex searches.mitchell
2022-03-17Fixed search wrapping indicator not showing up in the statusbar.mitchell
2022-03-07Added `ui.find.show_filenames_in_progressbar` option.mitchell
2022-02-27Use icon names from the Free Desktop Icon Naming Specification.mitchell
2022-02-26Improve Windows network directory path handling.mitchell
2022-02-24Ensure preferred "lexer.trigger.ext" snippet files are used over "trigger.ext".mitchell
2022-01-31Updated copyright year.mitchell
2021-12-14Propagate Tab key to insert \t if necessary for previous commit.mitchell
2021-12-13Fixed attempted expansion of lexer name snippet that resolves to a table.mitchell
2021-11-30Updated Lua autocompletion and documentation.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-09-30Updated Lua autocompletion and documentation.mitchell
2021-09-01Do not run command entry again while in command entry.mitchell
2021-08-31Updated Lua autocompletion and documentation.mitchell
2021-06-27Updated to Scintilla 5.1.0.mitchell
2021-06-26Append trailing newline to multiple and rectangular selection input for `filt...mitchell
2021-06-11Updated Lua autocompletion and documentation.mitchell
2021-06-11Support "Replace All" in multiple and rectangular selection.mitchell
2021-06-10`textadept.editing.filter_through` respects multiple and rectangular selectio...mitchell
2021-06-05Allow "Replace All" for empty regex matches.mitchell
2021-06-01Added support for Gleam.mitchell
2021-05-30Updated LuaDoc.mitchell
2021-05-29Updated to Scintilla 5.0.3.mitchell
2021-04-30Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...mitchell
2021-04-30When filtering through, do not replace buffer contents if nothing changed.mitchell
2021-04-16Added ability to specify find & replace pane entry font via `ui.find.entry_fo...mitchell
2021-04-14Attempt to restore view scroll state after `textadept.editing.filter_through()`.mitchell
2021-04-14Updated Scintilla iface LuaDoc.mitchell
2021-04-14Fixed file extension conflicts.mitchell
2021-04-14Addressed some minor Luacheck issues.mitchell
2021-04-13Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.mitchell
2021-04-12Fixed a bug where redoing a full-buffer change could jump to an unrelated state.mitchell
2021-04-11Save/restore view state when undoing/redoing full-buffer changes.mitchell
2021-04-11Initial pass reformatting all code.mitchell
2021-03-11Do not mark GCC-style "note:" output as compile/run/build/test errors.mitchell
2021-02-20Updated to Lua 5.4.2.mitchell
2021-02-15Fixed inability to replace found text with escapes like '\n' and '\t'.mitchell
2021-02-11Added support for TypeScript.mitchell
2021-02-09Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.mitchell
2021-01-29Updated copyright information.mitchell
2021-01-28Fixed navigating back through history from a print buffer.mitchell
2021-01-22`io.get_project_root()` accepts an optional flag for returning a submodule root.mitchell
2021-01-22Added `textadept.run.test()` and `textadept.run.test_commands`.mitchell
2021-01-22Small code cleanup.mitchell
2021-01-22Compile, run, and build command functions can also return environment tables.mitchell