New feature. Matching Parentheses.

Issue #774 resolved
legija created an issue

when using complex ternary operators , often it becomes rather painful to count all the parentheses.

x-y<a1?(b-(f1-f2)):((x-y>a2?(c-(f1-f2)):(d-(f1-f2))

or even longer when using even more operators.

I suggest using color coding. first parenthesis opened has color green, next blue, next red, etc etc. if a parenthesis is missing, then the parenthesis stays black until closed.

this will vastly improve usability for experienced users.

Comments (4)

  1. Log in to comment