aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/api
AgeCommit message (Collapse)Author
2019-11-07Split Lua and Textadept autocompletion and documentation files.mitchell
Textadept autocompletion and documentation is now only performed on Textadept files. Modified the LuaDoc doclet to only process "lua.luadoc" on its own, and updated the Makefile rule accordingly.
2019-10-31Updated Lua autocompletion and documentation.mitchell
2019-09-22Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.mitchell
The command entry no longer uses named key modes. Instead, mode keys are supplied to `run()` if necessary. The command entry remains modal, though.
2019-08-31Updated LuaDoc.mitchell
2019-08-30Updated Lua autocompletion and documentation.mitchell
2019-06-30Updated Lua autocompletion and documentation.mitchell
2019-06-01GTK+ was renamed to GTK recently.mitchell
2019-04-26Updated Lua autocompletion and documentation.mitchell
2019-02-28Updated Lua autocompletion and documentation.mitchell
2019-02-16Fixed escaping of newlines in generated Lua API documentation.mitchell
2018-12-29Updated Lua documentation.mitchell
2018-10-31Updated Lua autocompletion and documentation.mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell
2018-09-28Updated Lua autocompletion and documentation.mitchell
2018-07-26Updated Lua autocompletion and documentation.mitchell
2018-04-30Updated Lua autocompletion and documentation.mitchell
2018-03-30Updated Lua autocompletion and documentation.mitchell
2018-02-28Updated Lua autocompletion and documentation.mitchell
2017-12-31Updated Lua autocompletion and documentation.mitchell
2017-08-28Updated Lua autocompletion and documentation.mitchell
2017-06-30Updated Lua autocompletion and documentation.mitchell
2017-04-30Updated Lua documentation; modules/lua/apimitchell
2016-12-08Updated Lua autocompletion and documentation.mitchell
2016-09-28Update Lua autocompletion and documentation.mitchell
2016-08-29Updated Lua autocompletion and documentation.mitchell
2016-07-11Updated Lua autocompletion and documentation.mitchell
2016-07-01Updated Lua autocompletion and documentation.mitchell
2016-04-29Updated Lua autocompletion and documentation.mitchell
2016-02-29Updated Lua autocompletion and documentation.mitchell
2015-12-31Updated Lua autocompletion and documentation.mitchell
2015-11-07Updated Lua autocompletion and documentation.mitchell
2015-10-01Updated Lua autocompletion and documentation; modules/lua/apimitchell
2015-08-28Updated Lua autocompletion and documentation.mitchell
2015-06-30Updated Lua autocompletion and documentation.mitchell
2015-04-30Updated Lua autocompletion and documentation.mitchell
2015-04-19Updated Lua autocompletion and documentation.mitchell
2015-04-01Updated Lua autocompletion and documentation.mitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
2015-03-10Updated Lua autocompletion and documentation.mitchell
2015-01-20Updated Lua autocompletion and documentation.mitchell
2015-01-09Updated Lua autocompletion and documentation.mitchell
2014-11-30Updated Lua autocompletion and documentation.mitchell
2014-09-29Updated Lua autocompletion and documentation.mitchell
2014-09-01Updated Lua autocompletion and documentation.mitchell
2014-07-10Updated Lua autocompletion and documentation.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-05-31Updated Lua autocompletions and documentation.mitchell
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
2014-04-30Updated documentation.mitchell
2014-04-10Updated Lua Adeptsense.mitchell