In MC 12, the expression editor allowed rudimentary formatting via multi-line expressions (tabs, new lines):
6. Changed: Expressions support tabs and new line formatting in functions to increase readability.
Example: IF(A,B,C) becomes
IF(A,
B
,
C
)
7. NEW: Expression editor shows large, multiline text area. (instead of single line)
In MC 13, there is reference to a multi-line as well:
8. Fixed: The expression editor in the "View Scheme Item" dialog was not multi-line.
I can't seem to find any reference, or figure out how it is used. Copy/paste of the multi-line selection above seems to barf.
Is this supported in MC13?
btw. A good expression syntax editor would be very handy, so that we can move beyond these 80's single-line-only mondo, hard to parse beasts! ;-)