aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Added `move_buffer()` function and made tabs rearrangeable via drag and drop.Gravatar mitchell2022-03-18
* Fixed "Find Next" for zero-width regex searches.Gravatar mitchell2022-03-17
* Updated tests to pass on macOS.Gravatar mitchell2022-03-01
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
* Updated tests to pass on Win32.Gravatar mitchell2022-02-26
* Use more local functions in test.lua.Gravatar mitchell2022-02-26
* Fixed bug in `ui.goto_file()` when specifying preferred view.Gravatar mitchell2022-02-23
* 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
* Added optional argument to `textadept.editing.enclose()` to keep text selected.Gravatar mitchell2021-11-30
* Make Lua autocomplete test more robust.Gravatar mitchell2021-11-29
* Test debugger history.Gravatar mitchell2021-10-12
* Updated debugger tests with watch variables (no break).Gravatar mitchell2021-10-12
* Test setting stack frames in the Lua debugger.Gravatar mitchell2021-10-06
* Do not use status buffers when running debugger tests.Gravatar mitchell2021-10-06
* Updated gdb debugger test.Gravatar mitchell2021-10-06
* Fixed uncommenting comments that are not initially aligned.Gravatar mitchell2021-10-01
* Updating some test data to reflect local environment changes.Gravatar mitchell2021-09-30
* Fixed incorrect bitwise operation.Gravatar mitchell2021-06-12
* 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
* Revert printing test output to stdout.Gravatar mitchell2021-05-01
* Print test output to stdout and add option to quit after running tests.Gravatar mitchell2021-05-01
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...Gravatar mitchell2021-04-30
* Fixed a couple failing unit tests.Gravatar mitchell2021-04-15
* 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
* Fixed some formatting controls.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
* Updated lexer fold properties test.Gravatar mitchell2021-03-28
* Updated debugger tests with new project commands.Gravatar mitchell2021-03-28
* Fixed inability to replace found text with escapes like '\n' and '\t'.Gravatar mitchell2021-02-15
* Fixed failing test in the terminal version.Gravatar mitchell2021-02-10
* Updated copyright information.Gravatar mitchell2021-01-29
* Fixed typo in unit tests.Gravatar mitchell2021-01-29
* Fixed navigating back through history from a print buffer.Gravatar mitchell2021-01-28
* Fixed bug restoring view state in an intermediate buffer after closing one.Gravatar mitchell2021-01-24
* `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
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
* Ensure a bare `ui.find.focus()` call resets incremental and in files options.Gravatar mitchell2020-12-19
* Do not show deleted files in recent file list.Gravatar mitchell2020-12-15
* Save the current session prior to loading another one.Gravatar mitchell2020-12-15
* Fill `keys` and `snippet` tables with language-specific tables on init.Gravatar mitchell2020-11-10
* Fixed `lfs.walk()` bug with root directory.Gravatar mitchell2020-11-03
* Added optional mode parameter to `ui.command_entry.append_history()`.Gravatar mitchell2020-11-01
* Added more unit tests.Gravatar mitchell2020-10-29