2 posts
Posted 15 December 2015 - 09:56 PM
Whenever I am typing in a computer (in minecraft) suggestions pop up in gray for whatever I am about to write. This is very annoying and I would wish to turn of this feature. Anyone know how?
724 posts
Location
Kinda lost
Posted 15 December 2015 - 10:23 PM
There is a program one of users made here
http://www.computercraft.info/forums2/index.php?/topic/24769-autocomplete/It should do what you wanted it to do.
756 posts
Posted 16 December 2015 - 01:58 AM
There's that program, or you can use simple one-liners in your startup file.
shell.complete = function()end – Removes the shell's autocomplete
textutils.complete = function()end – Removes edit's
Edited on 16 December 2015 - 01:00 AM
2 posts
Posted 16 December 2015 - 05:33 AM
thanks guys!