aboutsummaryrefslogtreecommitdiff
path: root/test/test.lua
AgeCommit message (Expand)Author
2020-05-26Fixed undocumented regression with word completion and case sensitivity.mitchell
2020-05-25Test code cleanup.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-05-24Restore prior key mode after running the command entry.mitchell
2020-05-24Updated tests for recent command entry history change.mitchell
2020-05-24Always use capital drive letters when opening files in Windows.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-25Refactored buffer and view metamethods by splitting them up.mitchell
2020-03-23Added unit tests for core code in textadept.c.mitchell
2020-03-18Added `ui.dialogs.progressbar()` and utilize it with Find in Files.mitchell
2020-03-17Added per-mode command entry history.mitchell
2020-03-17Align block comments by column if possible, not indent.mitchell
2020-03-17Event handlers can now return any non-nil value.mitchell
2020-03-16Moved individual buffer functions in `io` into `buffer`.mitchell
2020-03-16Renamed `keys.MODE` to `keys.mode`.mitchell
2020-03-16Use a default width for `ui.dialogs.filteredlist` dialogs.mitchell
2020-03-16Detect and allow jumping to internal Lua errors.mitchell
2020-03-13Added session saving test.mitchell
2020-03-13More code cleanup, refactoring, and reformatting.mitchell
2020-03-12More code cleanup, refactoring, reformatting, and bug fixes.mitchell
2020-03-11Replaced `buffer.style_name` table with `buffer:name_of_style()`.mitchell
2020-03-11Updated tests.mitchell
2020-03-10Core code cleanup, reformat, refactoring, and bugfixes.mitchell
2020-03-07Ask LPeg lexer which lexers are available instead of searching for them.mitchell
2020-03-05Added lexer tests.mitchell
2020-03-03Added tests for some complex menu functions.mitchell
2020-03-03Move test.lua into test folder.mitchell