• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finding a word from a character position
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding a word from a character position


  • Subject: Re: Finding a word from a character position
  • From: Douglas Davidson <email@hidden>
  • Date: Thu, 3 Dec 2009 08:33:26 -0800


On Dec 3, 2009, at 1:57 AM, Gideon King wrote:

I'm trying to emulate the double-click behavior of an NSTextView where it selects the word under your mouse.

I am able to set the insertion point on a single click using the characterIndexForPoint: method.

What's the best way to go from there to selecting the word (or space) where they have clicked?

NSTextView's method for this is - selectionRangeForProposedRange:granularity:. If you're doing this without a text view, the underlying implementation is in NSAttributedString's -doubleClickAtIndex:.


Note that -characterIndexForPoint: is intended for input methods, not for setting the insertion point. Try - characterIndexForInsertionAtPoint: instead.

Douglas Davidson

_______________________________________________

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


  • Follow-Ups:
    • Re: Finding a word from a character position
      • From: Gideon King <email@hidden>
References: 
 >Finding a word from a character position (From: Gideon King <email@hidden>)

  • Prev by Date: Re: Reboot? Slow First Run
  • Next by Date: Re: Finding a word from a character position
  • Previous by thread: Finding a word from a character position
  • Next by thread: Re: Finding a word from a character position
  • Index(es):
    • Date
    • Thread