This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Edit syntax highlighting
Started by KaoS, 11 May 2013 - 03:27 PMPosted 11 May 2013 - 05:27 PM
In the edit program on advanced terminal the syntax highlighting does not see an empty string ("") correctly. it sees it as a single quote to start a string. Example is attached
Posted 12 May 2013 - 01:37 AM
I haz noticed this, and it's annoying. But, again, too lazy to post…
Posted 12 May 2013 - 06:03 AM
I haz noticed this, and it's annoying. But, again, too lazy to post…
I was recently chastised for not posting bugs on IRC :)/> figured I might as well
Posted 13 May 2013 - 09:02 PM
That, and block comments aren't highlighted.
Posted 15 May 2013 - 04:44 AM
Has been bothering me for quite a while. But I thought it was already reported.
Posted 19 May 2013 - 09:12 AM
Block comments and block strings are not highlighted because the editor that comes with CC is line based. So if it finds a [[ it only highlights that line.That, and block comments aren't highlighted.
Posted 19 May 2013 - 09:22 AM
Which could be fixed with a simple boolean flagBlock comments and block strings are not highlighted because the editor that comes with CC is line based. So if it finds a [[ it only highlights that line.
Posted 19 May 2013 - 10:53 AM
Which could be fixed with a simple boolean flagBlock comments and block strings are not highlighted because the editor that comes with CC is line based. So if it finds a [[ it only highlights that line.
You were right, after thinking about, a simple boolean should get the job done
Posted 19 May 2013 - 04:51 PM
Yeah. And block comments are broken too…
Posted 19 May 2013 - 05:26 PM
Yeah. And block comments are broken too…
Didn't they already say that?
Posted 19 May 2013 - 05:29 PM
Oh, they did :P/>
Posted 22 May 2013 - 03:10 AM
Lol this is a weird thing