index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2022-03-17
Fixed "Find Next" for zero-width regex searches.
mitchell
2022-03-01
Updated tests to pass on macOS.
mitchell
2022-02-27
Use icon names from the Free Desktop Icon Naming Specification.
mitchell
2022-02-26
Updated tests to pass on Win32.
mitchell
2022-02-26
Use more local functions in test.lua.
mitchell
2022-02-23
Fixed bug in `ui.goto_file()` when specifying preferred view.
mitchell
2022-01-31
Updated copyright year.
mitchell
2021-12-14
Propagate Tab key to insert \t if necessary for previous commit.
mitchell
2021-12-13
Fixed attempted expansion of lexer name snippet that resolves to a table.
mitchell
2021-11-30
Added optional argument to `textadept.editing.enclose()` to keep text selected.
mitchell
2021-11-29
Make Lua autocomplete test more robust.
mitchell
2021-10-12
Test debugger history.
mitchell
2021-10-12
Updated debugger tests with watch variables (no break).
mitchell
2021-10-06
Test setting stack frames in the Lua debugger.
mitchell
2021-10-06
Do not use status buffers when running debugger tests.
mitchell
2021-10-06
Updated gdb debugger test.
mitchell
2021-10-01
Fixed uncommenting comments that are not initially aligned.
mitchell
2021-09-30
Updating some test data to reflect local environment changes.
mitchell
2021-06-12
Fixed incorrect bitwise operation.
mitchell
2021-06-11
Support "Replace All" in multiple and rectangular selection.
mitchell
2021-06-10
`textadept.editing.filter_through` respects multiple and rectangular selectio...
mitchell
2021-06-05
Allow "Replace All" for empty regex matches.
mitchell
2021-05-01
Revert printing test output to stdout.
mitchell
2021-05-01
Print test output to stdout and add option to quit after running tests.
mitchell
2021-04-30
Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...
mitchell
2021-04-15
Fixed a couple failing unit tests.
mitchell
2021-04-13
Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.
mitchell
2021-04-12
Fixed a bug where redoing a full-buffer change could jump to an unrelated state.
mitchell
2021-04-12
Fixed some formatting controls.
mitchell
2021-04-11
Save/restore view state when undoing/redoing full-buffer changes.
mitchell
2021-04-11
Initial pass reformatting all code.
mitchell
2021-03-28
Updated lexer fold properties test.
mitchell
2021-03-28
Updated debugger tests with new project commands.
mitchell
2021-02-15
Fixed inability to replace found text with escapes like '\n' and '\t'.
mitchell
2021-02-10
Fixed failing test in the terminal version.
mitchell
2021-01-29
Updated copyright information.
mitchell
2021-01-29
Fixed typo in unit tests.
mitchell
2021-01-28
Fixed navigating back through history from a print buffer.
mitchell
2021-01-24
Fixed bug restoring view state in an intermediate buffer after closing one.
mitchell
2021-01-22
`io.get_project_root()` accepts an optional flag for returning a submodule root.
mitchell
2021-01-22
Added `textadept.run.test()` and `textadept.run.test_commands`.
mitchell
2021-01-22
Compile, run, and build command functions can also return environment tables.
mitchell
2020-12-19
Ensure a bare `ui.find.focus()` call resets incremental and in files options.
mitchell
2020-12-15
Do not show deleted files in recent file list.
mitchell
2020-12-15
Save the current session prior to loading another one.
mitchell
2020-11-10
Fill `keys` and `snippet` tables with language-specific tables on init.
mitchell
2020-11-03
Fixed `lfs.walk()` bug with root directory.
mitchell
2020-11-01
Added optional mode parameter to `ui.command_entry.append_history()`.
mitchell
2020-10-29
Added more unit tests.
mitchell
2020-10-25
Handle more types of recursive symlinks in `lfs.walk()`.
mitchell
[next]