Re: [Pharo-project] How to filter out method extensions in Ring?

2012-07-27 Thread Stéphane Ducasse
No since this is not available in the image. Now if you implement it somewhere we could set the package information somewhere. On Jul 25, 2012, at 8:25 PM, Hernán Morales Durand wrote: Thanks Verónica, now it works fine. I have one more question :) it is possible with Ring to query if a

Re: [Pharo-project] How to filter out method extensions in Ring?

2012-07-25 Thread Veronica Isabel Uquillas Gomez
Hi Hernan, Sorry, I have been totally disconnected because of my thesis. Ok I quickly reply... You need to instantiate methods with #realClass:selector: to manipulate objects from the image.. otherwise, they are static (within a ring source model). The category is not assigned then is not

Re: [Pharo-project] How to filter out method extensions in Ring?

2012-07-25 Thread Hernán Morales Durand
Thanks Verónica, now it works fine. I have one more question :) it is possible with Ring to query if a package is a system package? (included in the downloaded image). We've been talking about that feature in the list

[Pharo-project] How to filter out method extensions in Ring?

2012-07-23 Thread Hernán Morales Durand
Hello all, You may help me on this one. I want to filter out method selectors which are extensions of a particular class. For example, in Pharo 1.4 the ArrayedCollection class has these selectors: ArrayedCollection selectors asSortedCollection I would want all of them except