Re: [Pharo-users] Trait Searchability

2017-02-13 Thread Peter Uhnak
Traits are instances of class Trait, so you can do `Trait allInstances`. Peter On Mon, Feb 13, 2017 at 11:52:03AM -0800, Sean P. DeNigris wrote: > Forgive me if I'm missing something obvious, but how does one browse Traits > in the system for inspiration when creating a new one? > > > > -

Re: [Pharo-users] Trait Searchability

2017-02-13 Thread Denis Kudriashov
2017-02-13 20:52 GMT+01:00 Sean P. DeNigris : > Forgive me if I'm missing something obvious, but how does one browse Traits > in the system for inspiration when creating a new one? > In Calypso there are extra hierarchy modes: traits and trait users

[Pharo-users] Trait Searchability

2017-02-13 Thread Sean P. DeNigris
Forgive me if I'm missing something obvious, but how does one browse Traits in the system for inspiration when creating a new one? - Cheers, Sean -- View this message in context: http://forum.world.st/Trait-Searchability-tp4934131.html Sent from the Pharo Smalltalk Users mailing list archiv