aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua
Commit message (Expand)AuthorAge
* 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
* Reverted accidental commit.Gravatar mitchell2020-04-01
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-03-31
* Fixed off-by-one issues with `buffer:get_cur_line()`.Gravatar mitchell2020-03-30
* Code reformatting.Gravatar mitchell2020-03-29
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* 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