In a current project I decided to use a SharingPanel to allow the user to export a simple table. Since one can only share plain text, I’m inserting tabs between the columns of the table.
It seems that if you use more than 5 tabs in a line of text a hard linefeed gets inserted into the line. There are a couple of old unresolved cases from back in 2014 on Cocoa TextAreas that seem to be related that I’ve referenced in Feedback.
[quote=475555:@Dave S]how big was your Textarea (width) and what was the exact text you entered?
Note : I tested this in SWIFT… and it DID THE SAME THING… even when there was in fact room left on the line[/quote]
Visually, the text area in the app is about twice as wide as the line of text.
That’s a bummer that it also does this in Swift. May mean Xojo has no control over this.