Re: Multiple text views
Re: Multiple text views
- Subject: Re: Multiple text views
- From: Fritz Anderson <email@hidden>
- Date: Mon, 30 Jan 2006 12:27:32 -0600
On 30 Jan 2006, at 7:28 AM, Keith Blount wrote:
I would therefore like the find panel to work across all
text views - so that if you click on "Find Next" at
the end of one text view, it will start looking in the
next text view, not looping back to the beginning of
the current one.
Mac OS X 10.3 Release Notes:
"In 10.3 the find panel is meant for NSTextView use only, as there
are no methods to provide the degree of reusability that would be
needed for other clients to hook up to it."
You mean to do something that does not apply to one instance of
NSTextView, so you will have to provide your own find panel and
action method.
See also performFindPanelAction:, which you'll have to implement.
See also FindPanelController and TallTextView in Crescat, at <http://
www.manoverboard.org/~fritza/uoc/>
-- F
--
Fritz Anderson -- http://www.manoverboard.org/
Consulting Programmer -- http://resume.manoverboard.org/
Step into Xcode, coming out late January -- http://six.manoverboard.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden