Jan. 13, 2018
12:37 p.m.
Hi Eliot, On 13 January 2018 at 12:59, Eliot Miranda <eliot.miranda@gmail.com> wrote:
And it would be nice to have tool support to suggest protocol names to maintain consistency so that the same selector usually appears in the same protocol. Spelling rorres are intivetible and should be fixed when found.
This is partly already available. If you select the '-- all --' category, enter and save a method, the browser will guess which protocol to put the method in. If the method is implemented by a superclass it will be put in the same protocol, so #initialize will be put in to 'initialization' (where it is in ProtoObject). Cheers, Alistair