https://bugs.documentfoundation.org/show_bug.cgi?id=155358
--- Comment #7 from Klaus <[email protected]> --- A case I didn't consider when first writing this ticket was the behavior when writing strictly left-to-write, i.e. not producing intermediate states like left( <?> right) In this case, it becomes an issue that parentheses are not rendered before a matching closing parenthesis is input. INPUT RENDERED AS x = a x = a x = (a x = ¿ x = left( a x = ¿ a b x = matrix{a # b ## c # x = c ¿ x = left(matrix{a # b ## c # x = ¿ If this behavior were changed, left-to-right input of matrix expressions would be possible with preview. Note that this behavior applies also without the "left" keyword. -- You are receiving this mail because: You are the assignee for the bug.
