The improvements in Collaborator 11.3 are great for Excel but newlines (entered by pressing Alt+Enter) are represented as spaces. I have code snippets in cells and they become unreadable. Specifically:
if(A) {
B()
} else {
C()
}
becomes:
if(A) { B() } else { C() }
With more complex code examples, this becomes near unreadable.