Re: Find dialog
Re: Find dialog
- Subject: Re: Find dialog
- From: Scott Anguish <email@hidden>
- Date: Wed, 14 Nov 2001 17:16:40 -0500
On Wednesday, November 14, 2001, at 05:12 PM, Andrew Platzer wrote:
\Otherwise, what is the recommend layout? (Find dialogs are quite
similar,
but have cosmetic differences among Apple applications)
See sample code in /Developer/Examples/AppKit/TextEdit for example of
layout and code to handle it. You'll see both TextEdit and Mail use the
same layout but Project Builder has a slight variation to include a
"Whole Word" checkbox.
BTW.. The Find code that is in the TextEdit app is DEAD EASY to add
to your own app if you're dealing with NSTextView's.
One of the HTMLEditor articles deals with this
(
http://www.stepwise.com/Articles/HTMLEditor).
It would be great to see this become a standard part of Cocoa (as
would Regex... and a slew of other stuff.. gimme gimme)