Re: Two problems trying to use NSTextView for a scrolling console/terminal like view
Re: Two problems trying to use NSTextView for a scrolling console/terminal like view
- Subject: Re: Two problems trying to use NSTextView for a scrolling console/terminal like view
- From: Jerry Krinock <email@hidden>
- Date: Sat, 28 Dec 2013 16:13:42 -0800
On 2013 Dec 28, at 15:14, Eric Wing <email@hidden> wrote:
> 1) I figured out that the bottleneck was in scrollRangeToVisible call.
You could see if you have better luck with -[NSView scrollPoint:].
> 2) -[NSBigMutableString replaceCharactersInRange:withString:]: nil argument
Well, there’s the obvious answer that your other code is passing nil for withString:. You could check for that.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden