aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* Handle more types of recursive symlinks in `lfs.walk()`.Gravatar mitchell2020-10-25
* Handle recursive symlinks in `lfs.walk()`.Gravatar mitchell2020-10-25
* `textadept.editing.strip_trailing_spaces` should not apply to binary files.Gravatar mitchell2020-10-22
* Code cleanup.Gravatar mitchell2020-10-20
* Added `textadept.run.set_arguments()`.Gravatar mitchell2020-10-17
* Implement \U, \L, \u, and \l case transformations in regex replacements.Gravatar mitchell2020-10-13
* Added `ui.command_entry.append_history()` for manually appending history.Gravatar mitchell2020-10-12
* Updated spellchecking tests with various, non-UTF-8 encodings.Gravatar mitchell2020-10-08
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
* Fixed advancing caret for incremental find when text is not found.Gravatar mitchell2020-10-05
* Command entry also considers contents of `textadept` as globals.Gravatar mitchell2020-10-02
* Fixed bad test.Gravatar mitchell2020-10-02
* Updated copyright information.Gravatar mitchell2020-09-29
* Fixed `io.quick_open()` not doing anything when file limit was exceeded.Gravatar mitchell2020-09-27
* Added `events.COMMAND_TEXT_CHANGED`.Gravatar mitchell2020-09-19
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
* Record directory for "find in files" searches.Gravatar mitchell2020-09-16
* No need for "-e" in simple sed invocations.Gravatar mitchell2020-09-16
* Fixed restoration of replace entry text after "Replace All".Gravatar mitchell2020-09-12