aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua
Commit message (Expand)AuthorAge
* Language modules should assume `_G.snippets` exists.Gravatar mitchell2020-03-16
* Small code cleanup.Gravatar mitchell2020-03-16
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-14
* 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 tags generator to include filename and ex_cmd ctags fields.Gravatar mitchell2020-02-19
* Allow Textadept API completions in special Lua buffers like a Lua REPL.Gravatar mitchell2020-02-19
* Added snippet trigger word completion.Gravatar mitchell2020-02-18
* Treat `textadept.editing.api_files` as already containing empty per-lexer lists.Gravatar mitchell2020-02-17
* Lua api generation script tweaks.Gravatar mitchell2020-02-17
* Correctly detect _HOME and _USERHOME Lua files on Windows for autocompletion.Gravatar mitchell2020-02-07
* Updated copyright year.Gravatar mitchell2019-12-31
* Updated to Scintilla 3.11.2.Gravatar mitchell2019-12-31
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-12-31
* API file lists and Lua tags lists can contain functions that return file paths.Gravatar mitchell2019-11-08
* Split Lua and Textadept autocompletion and documentation files.Gravatar mitchell2019-11-07
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-10-31
* Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.Gravatar mitchell2019-09-22
* Updated LuaDoc.Gravatar mitchell2019-08-31
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-08-30
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-06-30
* GTK+ was renamed to GTK recently.Gravatar mitchell2019-06-01
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-04-26
* Updated to lfs 1.7.0 and lpeg 1.0.2.Gravatar mitchell2019-03-14
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-02-28
* Fixed escaping of newlines in generated Lua API documentation.Gravatar mitchell2019-02-16
* Updated copyright year.Gravatar mitchell2019-02-16
* Updated Lua documentation.Gravatar mitchell2018-12-29
* Updated Lua autocompletion and documentation.Gravatar mitchell2018-10-31
* Experimentally move external lspawn module into Lua os module as a patch.Gravatar mitchell2018-10-14
* Updated Lua autocompletion and documentation.Gravatar mitchell2018-09-28
* Updated Lua autocompletion and documentation.Gravatar mitchell2018-07-26
* Updated Lua autocompletion and documentation.Gravatar mitchell2018-04-30
* Updated Lua autocompletion and documentation.Gravatar mitchell2018-03-30
* Updated Lua autocompletion and documentation.Gravatar mitchell2018-02-28
* Updated copyright year.Gravatar mitchell2018-01-25
* Updated Lua autocompletion and documentation.Gravatar mitchell2017-12-31
* Updated Lua autocompletion and documentation.Gravatar mitchell2017-08-28
* Do not attempt to provide autocompletions when there is no context.Gravatar mitchell2017-07-06
* Updated Lua autocompletion and documentation.Gravatar mitchell2017-06-30
* Updated Lua documentation; modules/lua/apiGravatar mitchell2017-04-30
* Updated copyright information.Gravatar mitchell2016-12-31
* Updated Lua autocompletion and documentation.Gravatar mitchell2016-12-08
* Update Lua autocompletion and documentation.Gravatar mitchell2016-09-28
* Updated Lua autocompletion and documentation.Gravatar mitchell2016-08-29
* Updated Lua autocompletion and documentation.Gravatar mitchell2016-07-11
* Document how to generate Lua autocompletion and documentation for user modules.Gravatar mitchell2016-07-06
* Replaced Lua pattern matching with Regex via Scintilla and TRE.Gravatar mitchell2016-07-04
* Updated Lua autocompletion and documentation.Gravatar mitchell2016-07-01
* Lots of small LuaDoc improvements (grammar mainly).Gravatar mitchell2016-06-15