[PATCH] ValueForKey missing support

2010-05-07 Thread Quentin Mathé
Hi, 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. Index: Source/NSKeyValueCoding.m === --- S

Re: [PATCH] ValueForKey missing support

2010-05-09 Thread Fred Kiefer
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

Re: [PATCH] ValueForKey missing support

2010-05-09 Thread Quentin Mathé
Hi Fred, Le 9 mai 2010 à 15:48, Fred Kiefer a écrit : 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. In fact, SetValueForKey() implementation already has the equivalent

Re: [PATCH] ValueForKey missing support

2010-05-27 Thread Quentin Mathé
Le 7 mai 2010 à 22:25, Quentin Mathé a écrit : Hi, 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. I just checked the commit list. Looks like this