Re: NSTextField Selected Text

2012-03-30 Thread Richard Somers
On Mar 30, 2012, at 3:22 PM, Richard Somers wrote: > When tabbing into a text field containing text, the text is selected. When > clicking into a text field containing text, the I-beam cursor indicates the > insertion point. > > How can I make clicking into text field containing text, initially

NSTextField Selected Text

2012-03-30 Thread Richard Somers
When tabbing into a text field containing text, the text is selected. When clicking into a text field containing text, the I-beam cursor indicates the insertion point. How can I make clicking into text field containing text, initially select all the text just like tabbing does? Thanks for your