[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ValueForKey missing support
From: |
Fred Kiefer |
Subject: |
Re: [PATCH] ValueForKey missing support |
Date: |
Sun, 09 May 2010 15:48:38 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.9) Gecko/20100317 SUSE/3.0.4-1.1.1 Thunderbird/3.0.4 |
Richard, now that the base release is done, are you going to look into
this patch? I think at least we will need the corresponding addition for
SetValueForKey as well.
We should also think about adding all the other complicated stuff Apple
introduced for 10.6.
Am 07.05.2010 22:25, schrieb Quentin Mathé:
> Here is a patch to support -valueForKey: search pattern as described in
> Apple Key-Value-Coding guide.
> It adds -isKey as a possible getter and _isKey and isKey as possible ivars.
>
> Quentin.