summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/console/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins/console: make the console behave like the docs, unlike the official ↵ cracyc2018-02-071-17/+24
| | | | lua console if you are in a block, entering a newline on a blank line gets you out (nw)
* luaengine: debugger_manager support [Carl] cracyc2017-07-231-0/+20
|
* srcclean (nw) Vas Crabb2017-05-281-1/+1
|
* linenoise: replace linenoise-ng with a different port that is simpler and ↵ cracyc2017-05-131-35/+139
| | | | | | uses a different UTF8 parser [Carl] plugins/console: better completions [Carl]
* plugins/console: much better completions (nw) cracyc2016-11-071-10/+41
|
* plugins/console: further improve completions by removing break chars from ↵ cracyc2016-11-061-11/+6
| | | | linenoise that hide the full type (nw)
* plugins/console: (nw) cracyc2016-11-061-1/+0
|
* lua-linenoise: add preload (nw) cracyc2016-11-061-1/+13
|
* plugins/console: (nw) cracyc2016-11-061-1/+1
|
* plugins/console: better completions (nw) cracyc2016-11-061-5/+14
|
* plugins/console: add lua console [Carl] cracyc2016-11-061-0/+84