aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua/ta_tags
Commit message (Expand)AuthorAge
* Various manual and documentation updates.Gravatar mitchell2020-10-05
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-09-30
* Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.Gravatar mitchell2020-09-19
* Added `events.COMMAND_TEXT_CHANGED`.Gravatar mitchell2020-09-19
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
* Added `ui.update()` for unit tests.Gravatar mitchell2020-09-19
* Lots of documentation updates.Gravatar mitchell2020-09-13
* Small code cleanup.Gravatar mitchell2020-09-04
* Document terminal color restrictions in Lua API, not the Manual.Gravatar mitchell2020-08-23
* Added `keys.KEYSYMS` representations to LuaDoc.Gravatar mitchell2020-08-21
* Small code cleanup.Gravatar mitchell2020-08-17
* 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
* Split Lua and Textadept autocompletion and documentation files.Gravatar mitchell2019-11-07