hi guys how could we make clear that class (the second item when inspector an object) is not part of the object itself. I found that confusing to get mixed self/class/allinstvars and the instVar. When navigating nested structures this is annoying to ask ourselves what do we see exactly. Stef
Paint it in red? Le 05/03/2014 11:54, Pharo4Stef a écrit :
hi guys
how could we make clear that class (the second item when inspector an object) is not part of the object itself. I found that confusing to get mixed self/class/allinstvars and the instVar.
When navigating nested structures this is annoying to ask ourselves what do we see exactly.
Stef
-- Dr. Geo http://drgeo.eu
Yes, there should be a difference between 'real' and 'virtual' elements, maybe bold/normal ... On 05 Mar 2014, at 11:54, Pharo4Stef <pharo4Stef@free.fr> wrote:
hi guys
how could we make clear that class (the second item when inspector an object) is not part of the object itself. I found that confusing to get mixed self/class/allinstvars and the instVar.
When navigating nested structures this is annoying to ask ourselves what do we see exactly.
Stef
Pharo4Stef wrote
I found that confusing to get mixed self/class/allinstvars and the instVar.
Yes, I still haven't gotten used to this. Also, that the selected node is not the receiver anymore - forces me to pop up extra inspectors :/ ----- Cheers, Sean -- View this message in context: http://forum.world.st/About-inspectors-tp4747815p4747957.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Ok we should think about that for 40. Stef On 06 Mar 2014, at 04:21, Sean P. DeNigris <sean@clipperadams.com> wrote:
Pharo4Stef wrote
I found that confusing to get mixed self/class/allinstvars and the instVar.
Yes, I still haven't gotten used to this. Also, that the selected node is not the receiver anymore - forces me to pop up extra inspectors :/
----- Cheers, Sean -- View this message in context: http://forum.world.st/About-inspectors-tp4747815p4747957.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Pharo4Stef wrote:
Ok we should think about that for 40.
Stef
A low impact option (that may even be reasonable to slip into Pharo 3.0) would be to make the first 'c' capital so that the distinction is observed at the start of the line rather than the end. For example evaluating: #(1 2 3) inspect... self: (# 12 3) class: Array > Class: Array class > superclass: MenuItemMorph Another option, rather than a green (C) icon, how about an (M) icon of another colour - for "meta" cheers -ben may be to make the
On 06 Mar 2014, at 04:21, Sean P. DeNigris <sean@clipperadams.com> wrote:
Pharo4Stef wrote
I found that confusing to get mixed self/class/allinstvars and the instVar.
Yes, I still haven't gotten used to this. Also, that the selected node is not the receiver anymore - forces me to pop up extra inspectors :/
----- Cheers, Sean --
participants (5)
-
btc@openinworld.com -
Hilaire Fernandes -
Pharo4Stef -
Sean P. DeNigris -
Sven Van Caekenberghe