This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
DarkCoder's profile picture

Error Detection

Started by DarkCoder, 04 November 2012 - 09:28 AM
DarkCoder #1
Posted 04 November 2012 - 10:28 AM
Like in the 1.4.6 version when you type:
print("hello")
it turns they 'hello' red indicating its correct. I suggest having it so that if you forget to include say a bracket or = it turns the line red
meaning theres a problem in the line somewhere while your editing it.
Tiin57 #2
Posted 04 November 2012 - 10:38 AM
That's entirely Lua code and not beyond your reach at all.
Pharap #3
Posted 04 November 2012 - 02:49 PM
It's possible, a lua IDE is a project I plan to work on at some point, but I am sure there are others in the forum who will achieve it before I do.