Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-13 | Added session saving test. | ||
2020-03-13 | More code cleanup, refactoring, and reformatting. | ||
2020-03-12 | More code cleanup, refactoring, reformatting, and bug fixes. | ||
2020-03-11 | Replaced `buffer.style_name` table with `buffer:name_of_style()`. | ||
This requires Scintilla changeset 429993cf4429. | |||
2020-03-11 | Updated tests. | ||
2020-03-10 | Core code cleanup, reformat, refactoring, and bugfixes. | ||
`events.FILE_CHANGED` was not emitting a filename. Added tests for key commands, keychains, and key modes. | |||
2020-03-07 | Ask LPeg lexer which lexers are available instead of searching for them. | ||
2020-03-05 | Added lexer tests. | ||
2020-03-03 | Added tests for some complex menu functions. | ||
2020-03-03 | Move test.lua into test folder. | ||
2020-03-03 | Added test suite and API type checking for more helpful error messages. | ||