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
/
test.lua
Age
Commit message (
Expand
)
Author
2020-03-18
Added `ui.dialogs.progressbar()` and utilize it with Find in Files.
mitchell
2020-03-17
Added per-mode command entry history.
mitchell
2020-03-17
Align block comments by column if possible, not indent.
mitchell
2020-03-17
Event handlers can now return any non-nil value.
mitchell
2020-03-16
Moved individual buffer functions in `io` into `buffer`.
mitchell
2020-03-16
Renamed `keys.MODE` to `keys.mode`.
mitchell
2020-03-16
Use a default width for `ui.dialogs.filteredlist` dialogs.
mitchell
2020-03-16
Detect and allow jumping to internal Lua errors.
mitchell
2020-03-13
Added session saving test.
mitchell
2020-03-13
More code cleanup, refactoring, and reformatting.
mitchell
2020-03-12
More code cleanup, refactoring, reformatting, and bug fixes.
mitchell
2020-03-11
Replaced `buffer.style_name` table with `buffer:name_of_style()`.
mitchell
2020-03-11
Updated tests.
mitchell
2020-03-10
Core code cleanup, reformat, refactoring, and bugfixes.
mitchell
2020-03-07
Ask LPeg lexer which lexers are available instead of searching for them.
mitchell
2020-03-05
Added lexer tests.
mitchell
2020-03-03
Added tests for some complex menu functions.
mitchell
2020-03-03
Move test.lua into test folder.
mitchell