Re: Making NSTextView not wrap lines

2009-07-30 Thread Jonathan Dann
From the archives: http://www.cocoabuilder.com/archive/message/cocoa/2008/5/23/207981 On 28 Jul 2009, at 18:11, Peter Mulholland wrote: Hello cocoa-dev, Basically, i'm trying to do a little debug console. I'm using the NSTextView in NSScrollView from Interface Builder. I've got a Print me

Re: Making NSTextView not wrap lines

2009-07-28 Thread Graham Cox
On 29/07/2009, at 2:11 AM, Peter Mulholland wrote: Hello cocoa-dev, Basically, i'm trying to do a little debug console. I'm using the NSTextView in NSScrollView from Interface Builder. I've got a Print member in my window's controller class which basically does: [TextView setString:[[T

Making NSTextView not wrap lines

2009-07-28 Thread Peter Mulholland
Hello cocoa-dev, Basically, i'm trying to do a little debug console. I'm using the NSTextView in NSScrollView from Interface Builder. I've got a Print member in my window's controller class which basically does: [TextView setString:[[TextView string] stringByAppendingString:newString]]; What I