aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/ta_api
AgeCommit message (Expand)Author
2020-08-04Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.mitchell
2020-08-04Updated LuaDoc.mitchell
2020-08-03Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.mitchell
2020-07-28Updated Lua autocompletion and documentation.mitchell
2020-06-28Updated Lua autocompletion and documentation.mitchell
2020-06-10Renamed some buffer/view fields to use American English instead of Australian.mitchell
2020-06-10Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.mitchell
2020-06-09Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.mitchell
2020-06-08Prefer `view.property*` instead of `buffer.property*`.mitchell
2020-06-05Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-03-31Updated Lua autocompletion and documentation.mitchell
2020-03-03Revert accidental check in of Lua autocompletion and documentation.mitchell
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2019-12-31Updated to Scintilla 3.11.2.mitchell
2019-12-31Updated Lua autocompletion and documentation.mitchell
2019-11-07Split Lua and Textadept autocompletion and documentation files.mitchell