Re: Find?
Re: Find?
- Subject: Re: Find?
- From: Ondra Cada <email@hidden>
- Date: Tue, 21 May 2002 12:06:17 +0200
On Tuesday, May 21, 2002, at 06:17 , Stevos wrote:
"While Apple has standardized the look and feel of OS X Find, they haven'
t
given us any standard way of accomplishing it."
There never was a standard find functionality in OpenStep. Presumably the
reason might be that its designers though it would differ in different
applications too much not to be worth preparing a common code? I dunno.
Nevertheless, implementing it...
So you should implement this yourself
Though I do think that NSString has a stringWithinString function or
something similar.
...using the message rangeOfString: is quite trivial.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Re: Find? (From: Stevos <email@hidden>) |