LuaConsole icon indicating copy to clipboard operation
LuaConsole copied to clipboard

[Requested] Add GNU readline to the program

Open tilkinsc opened this issue 7 years ago • 1 comments

People want auto complete but I don't have a solution. Readline is okay, as debuted in PUC-Lua REPL. I don't like the idea of multiline editing too, which can be easily implemented by reading from stdin until a null character was typed in the REPL function.

Although this is not an IDE this is a great feature, but will be implemented poorly due to need of popup box too. Perhaps. Hmm...

tilkinsc avatar Aug 27 '18 21:08 tilkinsc

Related to #11

tilkinsc avatar Aug 28 '18 07:08 tilkinsc