In general Wolfgang and David are correct. For displaying multiline text
an NSTextView is better suited. Nevertheless, NSTextField should do the
trick, as soon as you are able to get the multiline text into it.
Normally I would recommend to write the text in another editor and copy
it into Gorm, but at least for me this wont work.
I am completely ignorant of the relevant Gorm code here, but this code
seems to need an adjustment. It would also be possible to have a
delegate set up for the text field in Gorm that would allow newlines to
be added to the text. Perhaps somebody with more knowledge on Gorm could
do this.
Please feel free to add an enhancement request into our bug tracker.
Fred