EyeTreeInspector -> Simple Mode?
Is there a way to get the EyeTreeInspector in Pharo3 to only display instance variables and globals and not the whole set of things that are of no interest when developing business style applications? Or put the instance vars first. I'll dig in there for my own use but for newcomers, that's a real PITA I guess. Maybe a filter icon or something would come helpful (or a SimpleEyeTreeInspector option in the drop down) Phil
+1 Fancy that adds unpracticality is a no no no if you care about productivity And sorry but in this case, having the class there isnât even fancy (is consistent but in a nonsensical way) We already gave this feedback On Mar 19, 2014, at 1:20 PM, phil@highoctane.be wrote:
Is there a way to get the EyeTreeInspector in Pharo3 to only display instance variables and globals and not the whole set of things that are of no interest when developing business style applications?
Or put the instance vars first.
I'll dig in there for my own use but for newcomers, that's a real PITA I guess. Maybe a filter icon or something would come helpful (or a SimpleEyeTreeInspector option in the drop down)
Phil
<EYE19-03-14 17-17-58.png>
Ah, looks like I was looking at something returning the class and not a proper object, so, of course, there are lots of things. Phil On Wed, Mar 19, 2014 at 5:20 PM, phil@highoctane.be <phil@highoctane.be>wrote:
Is there a way to get the EyeTreeInspector in Pharo3 to only display instance variables and globals and not the whole set of things that are of no interest when developing business style applications?
Or put the instance vars first.
I'll dig in there for my own use but for newcomers, that's a real PITA I guess. Maybe a filter icon or something would come helpful (or a SimpleEyeTreeInspector option in the drop down)
Phil
But there is something weird in there still. the card1,2,3,4 things are not on the class side in any way and still do show there. Weird. Maybe these were the temporaries. In any case, it is weird. Phil On Wed, Mar 19, 2014 at 5:42 PM, phil@highoctane.be <phil@highoctane.be>wrote:
Ah, looks like I was looking at something returning the class and not a proper object, so, of course, there are lots of things.
Phil
On Wed, Mar 19, 2014 at 5:20 PM, phil@highoctane.be <phil@highoctane.be>wrote:
Is there a way to get the EyeTreeInspector in Pharo3 to only display instance variables and globals and not the whole set of things that are of no interest when developing business style applications?
Or put the instance vars first.
I'll dig in there for my own use but for newcomers, that's a real PITA I guess. Maybe a filter icon or something would come helpful (or a SimpleEyeTreeInspector option in the drop down)
Phil
yeah⦠but watch this: #(a b c) asOrderedCollection and then⦠arrow key down, then arrow key right and you get we can do better than that On Mar 19, 2014, at 1:42 PM, phil@highoctane.be wrote:
Ah, looks like I was looking at something returning the class and not a proper object, so, of course, there are lots of things.
Phil
On Wed, Mar 19, 2014 at 5:20 PM, phil@highoctane.be <phil@highoctane.be> wrote: Is there a way to get the EyeTreeInspector in Pharo3 to only display instance variables and globals and not the whole set of things that are of no interest when developing business style applications?
Or put the instance vars first.
I'll dig in there for my own use but for newcomers, that's a real PITA I guess. Maybe a filter icon or something would come helpful (or a SimpleEyeTreeInspector option in the drop down)
Phil
Guys, If you want to discuss these aspects, please make sure you use the very latest image. Right now, exploring an OrderedCollection looks like this: Various aspects were simplified recently. And pretty soon, it will also open on the first level. Sven On 19 Mar 2014, at 18:00, Sebastian Sastre <sebastian@flowingconcept.com> wrote:
yeah⦠but watch this:
#(a b c) asOrderedCollection
<Screen Shot 2014-03-19 at 1.54.23 PM.png>
and thenâ¦
arrow key down, then arrow key right and you get
<Screen Shot 2014-03-19 at 1.54.38 PM.png>
we can do better than that
On Mar 19, 2014, at 1:42 PM, phil@highoctane.be wrote:
Ah, looks like I was looking at something returning the class and not a proper object, so, of course, there are lots of things.
Phil
On Wed, Mar 19, 2014 at 5:20 PM, phil@highoctane.be <phil@highoctane.be> wrote: Is there a way to get the EyeTreeInspector in Pharo3 to only display instance variables and globals and not the whole set of things that are of no interest when developing business style applications?
Or put the instance vars first.
I'll dig in there for my own use but for newcomers, that's a real PITA I guess. Maybe a filter icon or something would come helpful (or a SimpleEyeTreeInspector option in the drop down)
Phil
Now weâre talking! happy to see that :D On Mar 19, 2014, at 2:24 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Guys,
If you want to discuss these aspects, please make sure you use the very latest image. Right now, exploring an OrderedCollection looks like this:
<Screen Shot 2014-03-19 at 18.22.53.png>
Various aspects were simplified recently. And pretty soon, it will also open on the first level.
Sven
On 19 Mar 2014, at 18:00, Sebastian Sastre <sebastian@flowingconcept.com> wrote:
yeah⦠but watch this:
#(a b c) asOrderedCollection
<Screen Shot 2014-03-19 at 1.54.23 PM.png>
and thenâ¦
arrow key down, then arrow key right and you get
<Screen Shot 2014-03-19 at 1.54.38 PM.png>
we can do better than that
On Mar 19, 2014, at 1:42 PM, phil@highoctane.be wrote:
Ah, looks like I was looking at something returning the class and not a proper object, so, of course, there are lots of things.
Phil
On Wed, Mar 19, 2014 at 5:20 PM, phil@highoctane.be <phil@highoctane.be> wrote: Is there a way to get the EyeTreeInspector in Pharo3 to only display instance variables and globals and not the whole set of things that are of no interest when developing business style applications?
Or put the instance vars first.
I'll dig in there for my own use but for newcomers, that's a real PITA I guess. Maybe a filter icon or something would come helpful (or a SimpleEyeTreeInspector option in the drop down)
Phil
Sven Van Caekenberghe-2 wrote
please make sure you use the very latest image
Yes, usually if you're annoyed enough to complain about something, I already complained enough to get Sven to fix it, ha ha ;) ----- Cheers, Sean -- View this message in context: http://forum.world.st/EyeTreeInspector-Simple-Mode-tp4749853p4749974.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (4)
-
phil@highoctane.be -
Sean P. DeNigris -
Sebastian Sastre -
Sven Van Caekenberghe