johnml1135's avatar
johnml1135
Senior Member
6 years ago
Status:
New Idea

Newlines in Excel cells

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.

1 Comment

  • This appears to be fixed in 11.5.11501

    * fixed - Diff Viewer ignores newline characters when rendering cell contents (COLLAB-4906)