Age | Commit message (Expand) | Author |
2020-06-28 | Changed keybinding modifier keys. |  mitchell |
2020-06-27 | Updated file_diff test. |  mitchell |
2020-06-25 | Improve code coverage in some tests. |  mitchell |
2020-06-25 | Report LuaCov coverage after running tests if it is enabled. |  mitchell |
2020-06-22 | Removed unstable test handling. |  mitchell |
2020-06-22 | Added tests for external ctags, file_diff, history, and spellcheck modules. |  mitchell |
2020-06-10 | Renamed some buffer/view fields to use American English instead of Australian. |  mitchell |
2020-06-10 | Replaced `lfs.dir_foreach()` with `lfs.walk()` generator. |  mitchell |
2020-06-09 | Prefer `view.call_tip_*` instead of `buffer.call_tip_*`. |  mitchell |
2020-06-05 | Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits. |  mitchell |
2020-05-26 | Fixed undocumented regression with word completion and case sensitivity. |  mitchell |
2020-05-25 | Test code cleanup. |  mitchell |
2020-05-25 | Allow views to be used as buffers and update API. |  mitchell |
2020-05-24 | Restore prior key mode after running the command entry. |  mitchell |
2020-05-24 | Updated tests for recent command entry history change. |  mitchell |
2020-05-24 | Always use capital drive letters when opening files in Windows. |  mitchell |
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. |  mitchell |
2020-03-25 | Refactored buffer and view metamethods by splitting them up. |  mitchell |
2020-03-23 | Added unit tests for core code in textadept.c. |  mitchell |
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 |