Line separator - root problem
Line separator - root problem
- Subject: Line separator - root problem
- From: Izidor Jerebic <email@hidden>
- Date: Sat, 3 Apr 2004 11:27:53 +0200
Hello!
In my previous two emails I described problems when inserting line
separator character (0x2028 LINE SEPARATOR Unicode) into my attributed
string (displayed by NSTextView).
It turns out that both problems are caused by a single root problem -
text system applies "new paragraph" rules and formatting (additional
line spacing, first line indents etc.) when breaking the line at line
separator character.
It has the same effect as inserting newline character (\n) - it formats
the remaining text as a new paragraph.
How can I persuade the text system to just make a line break and not
apply "new paragraph" formatting at the line break?
Regards,
Izidor Jerebic
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.