Nov. 14, 2011
2:06 p.m.
On 14 Nov 2011, at 14:43, Johannes Rasche wrote:
if I wanna add some methods to existing classes I create categories like "*packageName"
but how to handle changes to class definitions?
what is the recommended way to do that?
I'm not sure it's good to change the category name
Johannes
I don't think that is possible with Monticello. It also doesn't strike me as a very good idea regarding system stability. Can't you make a subclass ? Sven