Did you use the method categorizer that is already in the image? => MethodClassifier
it implements already a lot of rules, so you should plug in your tool there or remove MethodClassifier and make it work with nautilus. otherwise we have a lot of duplicated functionality. On 2013-08-14, at 02:44, Stéphane Ducasse <[email protected]> wrote: > On Aug 14, 2013, at 4:38 AM, Igor Stasenko <[email protected]> wrote: > >> i wonder, if we can modify the compiler, so that when it sees that >> method's selector has well known name, it categorizing method >> automatically under right category :) >> (dunno however, what to do about existing code, when you recompiling it) > > we will integrate the categorizer close to the code browser and may be later > the compiler > > >> >> On 14 August 2013 04:32, Sean P. DeNigris <[email protected]> wrote: >>> Stéphane Ducasse wrote >>>> I started to be fed up about protocol inconsistencies >>> >>> Amen >>> >>> >>> Stéphane Ducasse wrote >>>> So I will propose a set of rules (and a tool - I'm working on it) to >>>> automatically categorize methods. >>>> ... >>>> Now we discussed today with esteban for initialize* we will use >>>> 'initialization' >>> >>> Yay! >>> >>> >>> >>> ----- >>> Cheers, >>> Sean >>> -- >>> View this message in context: >>> http://forum.world.st/Uniformizing-Pharo-tp4703357p4703577.html >>> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com. >>> >> >> >> >> -- >> Best regards, >> Igor Stasenko. >> > >
