Re: formatter user input
Re: formatter user input
- Subject: Re: formatter user input
- From: Niko Matsakis <email@hidden>
- Date: Wed, 29 Jan 2003 12:18:33 -0500 (EST)
Francisco,
if the optimization is significant, why not just check if you have
a one character input and specially optimize in that case? Or feed
longer inputs one character at a time via a wrapper function (since
that's what you want Cocoa to do for you).
niko
>
try a copy and paste operation of a long string into the field.
>
>
On Tuesday, January 28, 2003, at 11:34 PM, Francisco Tolmasky wrote:
>
>
> I'm writing a formatter. My question is whether the new user input
>
> will ever be larger than one char, because if it never is I can
>
> optimize my code. So far I'm writing it so as to allow for larger
>
> inputs.
>
> _______________________________________________
>
> 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.
>
_______________________________________________
>
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.
_______________________________________________
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.