aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)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
| | | | "Find Prev" still does not work and appears to be a Scintilla bug.
* Updated tests to pass on macOS.Gravatar mitchell2022-03-01
|
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
| | | | Requires latest gtDialog.
* Updated tests to pass on Win32.Gravatar mitchell2022-02-26
| | | | Use '\' where required, close files instead of flushing, and handle CRLF newlines where required.
* 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
| | | | Also cleaned up code.
* Test setting stack frames in the Lua debugger.Gravatar mitchell2021-10-06
| | | | Requires the latest debugger module.
* Do not use status buffers when running debugger tests.Gravatar mitchell2021-10-06
| | | | This option exists in the latest debugger module.
* Updated gdb debugger test.Gravatar mitchell2021-10-06
| | | | Newer versions of gdb report different line numbers when stepping into functions.
* 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
| | | | | After an OS upgrade, some /etc file permissions have changed, and spellcheck seems to have added 'foo'.
* Fixed incorrect bitwise operation.Gravatar mitchell2021-06-12
| | | | This consolidates changes from r3135 and r3149 and fixes an additional restore selection case.
* Support "Replace All" in multiple and rectangular selection.Gravatar mitchell2021-06-11
|
* `textadept.editing.filter_through` respects multiple and rectangular ↵Gravatar mitchell2021-06-10
| | | | | | selection now. The required Scintilla patch has been upstreamed and will be in the next release.
* Allow "Replace All" for empty regex matches.Gravatar mitchell2021-06-05
|
* Revert printing test output to stdout.Gravatar mitchell2021-05-01
| | | | This was not working as hoped in a headless test environment.
* Print test output to stdout and add option to quit after running tests.Gravatar mitchell2021-05-01
|
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵Gravatar mitchell2021-04-30
| | | | | | | `events.BUFFER_{BEFORE,AFTER}_REPLACE_TEXT`. This allows more features to save/restore state when buffer contents are replaced (e.g. file reload, filter through, etc.)
* Fixed a couple failing unit tests.Gravatar mitchell2021-04-15
| | | | These were not defects, but "stylistic."
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
| | | | Some of the Scintilla API has changed, and by extension the Scintillua API.
* Fixed a bug where redoing a full-buffer change could jump to an unrelated state.Gravatar mitchell2021-04-12
| | | | Do a simple position save instead of using the history mechanism.
* Fixed some formatting controls.Gravatar mitchell2021-04-12
|
* Save/restore view state when undoing/redoing full-buffer changes.Gravatar mitchell2021-04-11
| | | | For example external code formatting commands that replace buffer contents.
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated lexer fold properties test.Gravatar mitchell2021-03-28
| | | | | Scintilla 5 and ILexer5 appear to fetch lexer properties with SCI_GETPROPERTY now.
* 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
| | | | | This is for systems like git that have '.git' files (not directories) for submodules under a parent '.git' directory.
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
| | | | This enables the running of project tests.
* 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
| | | | | This allows users and language modules to easily add bindings and snippets without stepping on each other.
* Fixed `lfs.walk()` bug with root directory.Gravatar mitchell2020-11-03
| | | | Prevent dir to walk from becoming an empty string.
* Added optional mode parameter to `ui.command_entry.append_history()`.Gravatar mitchell2020-11-01
| | | | | This allows for arbitrary appending to history, not just for the current or most recent mode.
* Added more unit tests.Gravatar mitchell2020-10-29
|