Re: NSTextView row number
Re: NSTextView row number
- Subject: Re: NSTextView row number
- From: Jens Alfke <email@hidden>
- Date: Tue, 22 May 2012 23:35:24 -0700
On May 22, 2012, at 3:14 PM, ecir hana wrote:
> I have a NSTextView and would like to keep track of where the cursor is in
> terms of a line number. Please, is there a way to figure this out somehow
> (akin ti lineRangeForRange:) or do I have to calculate it myself, e.g. by
> caching newlines locations?
Ask the view's NSLayoutManager.
—Jens
_______________________________________________
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