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