aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Collapse)Author
2020-07-28Updated for 11.0 alpha 3.mitchell
2020-07-16Minor LuaDoc updates and spelling corrections.mitchell
2020-07-14Renamed os.spawn() parameter from 'argv' to 'cmd'.mitchell
There should be no confusion that it's a command line string, not a table of strings.
2020-07-04Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.mitchell
2020-05-31Updated for 11.0 alpha 2.mitchell
2020-03-29Updated for 11.0 alpha.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-10Core code cleanup, reformat, refactoring, and bugfixes.mitchell
`events.FILE_CHANGED` was not emitting a filename. Added tests for key commands, keychains, and key modes.
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2020-02-26Small code cleanup.mitchell
2020-01-16Fixed some Windows terminal version issues and updated to PDCurses 3.9.mitchell
`io.popen()` and `os.execute()` change the console mode such that mouse clicks are no longer detected. Make sure it's reset. Also prevent `os.execute()` output from overwriting the window.
2019-12-31Updated copyright year.mitchell
2019-12-31Updated for 10.8.mitchell
2019-10-31Updated for 10.7.mitchell
2019-08-30Updated for 10.6.mitchell
2019-06-30Updated for 10.5.mitchell
2019-04-26Updated for 10.4.mitchell
2019-02-28Updated for 10.3.mitchell
2019-02-16Updated copyright year.mitchell
2018-12-29Updated for 10.3 beta.mitchell
2018-10-31Updated for 10.2.mitchell
2018-10-15Tweaked `os.spawn()` to allow omission of both cwd and env parameters.mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell
2018-09-28Updated for 10.1.mitchell
2018-07-28Removed optional '*' prefix in I/O reads.mitchell
Lua 5.3 made them optional and LuaJIT support has been dropped.
2018-07-26Updated for 10.0.mitchell
2018-05-31Updated for Textadept 10.0 beta 2.mitchell
2018-04-30Updated for Textadept 10.0 beta.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
2018-03-30Updated for 10.0 alpha 3.mitchell
2018-02-28Updated for 10.0 alpha 2.mitchell
2018-01-25Updated copyright year.mitchell
2017-12-31Updated for 10.0 alpha.mitchell
2017-11-18Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.mitchell
2017-10-31Updated for 9.6.mitchell
2017-08-28Updated for 9.5.mitchell
2017-06-30Updated for 9.5 beta.mitchell
2017-04-30Updated for 9.4.mitchell
2017-03-15Updated LuaDoc; core/init.luamitchell
2017-02-28Updated for 9.3.mitchell
2017-01-02Improved LuaJIT compatibility; core/init.luamitchell
Some third-party extensions make use of Lua 5.3's `table.insert()`.
2016-12-31Updated copyright information.mitchell
2016-12-21Updated for 9.2.mitchell
2016-12-08Updated for 9.1.mitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-09-28Updated for 9.0.mitchell
2016-08-29Updated for 9.0 beta.mitchell
2016-07-11Updated for 9.0 alpha 2.mitchell
2016-07-04Check bounds for `buffer:text_range()`; core/init.luamitchell
2016-06-30Updated for 9.0 alpha.mitchell