how i can browse the users of some trait?
namely, TClass cmd-shift-N doesn't helps -- Best regards, Igor Stasenko.
Why creating a class if it has only one user ? Ben On 03 Dec 2013, at 13:32, Igor Stasenko <siguctua@gmail.com> wrote:
and as follow-up, why we need such trait if it has only one user???
On 3 December 2013 13:30, Igor Stasenko <siguctua@gmail.com> wrote: namely, TClass cmd-shift-N doesn't helps
-- Best regards, Igor Stasenko.
-- Best regards, Igor Stasenko.
is part of the "making class and traits polymorphic" effort. On Tue, Dec 3, 2013 at 1:33 PM, Benjamin < Benjamin.VanRyseghem.Pharo@gmail.com> wrote:
Why creating a class if it has only one user ?
Ben
On 03 Dec 2013, at 13:32, Igor Stasenko <siguctua@gmail.com> wrote:
and as follow-up, why we need such trait if it has only one user???
On 3 December 2013 13:30, Igor Stasenko <siguctua@gmail.com> wrote:
namely, TClass cmd-shift-N doesn't helps
-- Best regards, Igor Stasenko.
-- Best regards, Igor Stasenko.
On 3 December 2013 13:33, Benjamin <Benjamin.VanRyseghem.Pharo@gmail.com>wrote:
Why creating a class if it has only one user ?
'Class' has 35 uses in my image, don't know why yours only one.
Ben
On 03 Dec 2013, at 13:32, Igor Stasenko <siguctua@gmail.com> wrote:
and as follow-up, why we need such trait if it has only one user???
On 3 December 2013 13:30, Igor Stasenko <siguctua@gmail.com> wrote:
namely, TClass cmd-shift-N doesn't helps
-- Best regards, Igor Stasenko.
-- Best regards, Igor Stasenko.
-- Best regards, Igor Stasenko.
On 3 December 2013 13:56, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Smalltalk allClasses select: [ :class | class traitComposition traits includes: TClass]?
this won't open browser. my question was 'how to browse...' not how to inspect or print :)
Uko
On 03 Dec 2013, at 13:30, Igor Stasenko <siguctua@gmail.com> wrote:
namely, TClass cmd-shift-N doesn't helps
-- Best regards, Igor Stasenko.
-- Best regards, Igor Stasenko.
On 03 Dec 2013, at 13:57, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Smalltalk allClasses select: [ :class | class traitComposition traits includes: TClass]?
Uko
On 03 Dec 2013, at 13:30, Igor Stasenko <siguctua@gmail.com> wrote:
namely, TClass cmd-shift-N doesn't helps
There is âBrowse Usersâ. Marcus
yes, thanks. On 3 December 2013 14:07, Nicolai Hess <nicolaihess@web.de> wrote:
2013/12/3 Igor Stasenko <siguctua@gmail.com>
namely, TClass cmd-shift-N doesn't helps
-- Best regards, Igor Stasenko.
TClass users or Menu "Browse users" in System browser?
-- Best regards, Igor Stasenko.
participants (6)
-
Benjamin -
Esteban Lorenzano -
Igor Stasenko -
Marcus Denker -
Nicolai Hess -
Yuriy Tymchuk