Grace recognizes Unicode Character LINE SEPARATOR (U+2028) as a valid way of ending a line of code, along with LINE FEED (U+000A) and CARRIAGE RETURN (U+000D). But the editor (i.e., Ace) displays it as a centered dot, not as a line break. (The compiler accepts it just fine).
Can the editor break the line when it sees a LINE SEPARATOR character?
Grace recognizes Unicode Character LINE SEPARATOR (U+2028) as a valid way of ending a line of code, along with LINE FEED (U+000A) and CARRIAGE RETURN (U+000D). But the editor (i.e., Ace) displays it as a centered dot, not as a line break. (The compiler accepts it just fine).
Can the editor break the line when it sees a LINE SEPARATOR character?