Re: [Pharo-users] Protocol selection erratic behaviour

2015-06-06 Thread Sergio Fedi
> There is a little utils in nautilus that propose "good protocol" and we should brigde the widget to us it. Is there a Case for this?

Re: [Pharo-users] Protocol selection erratic behaviour

2015-06-05 Thread stepharo
There is a little utils in nautilus that propose "good protocol" and we should brigde the widget to us it. Now I'm resuurrecting a little project that let us compose rule to define how methods should be categorized. The idea is to agree on the main categories recategorize all the packag

Re: [Pharo-users] Protocol selection erratic behaviour

2015-06-05 Thread Sergio Fedi
Let me see if I understand what you are saying. The category "setter" exists, but it's an automatically generated one (as well as others, I suppose). So it doesn't appear in the protocol selection window, because that window only lists protocols created manually. Is that what you where saying?

Re: [Pharo-users] Protocol selection erratic behaviour

2015-06-03 Thread Marcus Denker
> On 03 Jun 2015, at 12:29, Sergio Fedi wrote: > > When creating a method in the debugger, > when the select protocol pop up window appears, > sometimes it finds the protocol we want (getter) > and sometimes it doesn't and we have to type it all > and add it as if it was new. > > Is this someth