aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua/init.lua
Commit message (Expand)AuthorAge
* Updated copyright year.Gravatar mitchell2022-01-31
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Fill `keys` and `snippet` tables with language-specific tables on init.Gravatar mitchell2020-11-10
* Code cleanup.Gravatar mitchell2020-10-20
* Updated copyright information.Gravatar mitchell2020-09-29
* Reverted accidental commit.Gravatar mitchell2020-04-01
* Fixed off-by-one issues with `buffer:get_cur_line()`.Gravatar mitchell2020-03-30
* 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
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* 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
* Correctly detect _HOME and _USERHOME Lua files on Windows for autocompletion.Gravatar mitchell2020-02-07
* Updated copyright year.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 copyright year.Gravatar mitchell2019-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Do not attempt to provide autocompletions when there is no context.Gravatar mitchell2017-07-06
* Updated copyright information.Gravatar mitchell2016-12-31
* Document how to generate Lua autocompletion and documentation for user modules.Gravatar mitchell2016-07-06
* Lots of small LuaDoc improvements (grammar mainly).Gravatar mitchell2016-06-15
* Code cleanup.Gravatar mitchell2016-04-02
* Updated copyright date.Gravatar mitchell2015-12-31
* Refactored 'ansi_c' and 'lua' modules' snippets.Gravatar mitchell2015-10-22
* Added automatic syntax-checking capability as files are saved.Gravatar mitchell2015-08-08
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Lua code cleanup.Gravatar mitchell2015-03-12
* Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.Gravatar mitchell2015-03-10
* Updated copyright year.Gravatar mitchell2014-12-31
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
* Updated LuaDoc.Gravatar mitchell2014-05-28
* Utilize list separator characters instead of hard-coded characters.Gravatar mitchell2014-05-28
* ANSI C and Lua language module tweaks.Gravatar mitchell2014-05-25
* Removed Adeptsense in favor of new framework committed in r1735.Gravatar mitchell2014-05-24
* Updated Lua Adeptsense; modules/lua/init.luaGravatar mitchell2014-04-01
* Include my new "lspawn" module by default for spawning processes.Gravatar mitchell2014-03-26
* Updated copyright information.Gravatar mitchell2014-01-12
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* `_M.textadept.editing.block_comment()` supports block comment delimiters.Gravatar mitchell2013-06-12
* Set language-specific buffer properties through an event instead of a function.Gravatar mitchell2013-05-15
* More code cleanup.Gravatar mitchell2013-04-29
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Updated copyright date.Gravatar mitchell2013-01-20