if I sets NSCenterTextAlignment for my NSTextView my whitespaces at the end of string magically disappears
for example I have string
@"while "
if I display it with NSRightTextAlignment it shows well
|white |
but with NSLeftTextAlignment all whitespaces just cut
|white|
how can I get results like
| white|
tabs is not an option