Is there a way to ellipsize the text content of an NSTextField, instead of truncate?
So instead of:
The quick brown fox jumped over
It would say:
The quick brown fox jumped ...
I can't find anything in the documentation for this. What am I missing?
UPDATE: Is there any way to ellipsize AND wordwrap--in other words, have multiple lines and ellipsize the last?