Inspector broken ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Inspector broken ...

Guido Stepken
Hi folks!

When i open up "Shout Browser", type in "2" and inspect that number with
Inspector "alt-i" ...  it won't show the features of that object any
longer in 1.1 alpha and - thats new - also in 1.0! (newest version, all
updated installed) ...

tnx, keep up the good work!

regards, Guido Stepken

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Inspector broken ...

Damien Cassou
On Thu, Dec 10, 2009 at 4:47 PM, Guido Stepken <[hidden email]> wrote:
> When i open up "Shout Browser", type in "2" and inspect that number with
> Inspector "alt-i" ...  it won't show the features of that object any
> longer in 1.1 alpha and - thats new - also in 1.0! (newest version, all
> updated installed) ...

what do you mean by "features"? The methods have been removed from the
inspector view to avoid clutering it.

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Inspector broken ...

Frederic Pluquet-3
You can retreive the childs 'Class', 'Methods' and 'Possible types': go to the preferences browser, go to the category 'Inspector' and enable what you need.

Fréd
----
Frédéric Pluquet
Université Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


On Thu, Dec 10, 2009 at 5:59 PM, Damien Cassou <[hidden email]> wrote:
On Thu, Dec 10, 2009 at 4:47 PM, Guido Stepken <[hidden email]> wrote:
> When i open up "Shout Browser", type in "2" and inspect that number with
> Inspector "alt-i" ...  it won't show the features of that object any
> longer in 1.1 alpha and - thats new - also in 1.0! (newest version, all
> updated installed) ...

what do you mean by "features"? The methods have been removed from the
inspector view to avoid clutering it.

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Inspector broken ...

Guido Stepken
Ahhh! Works fine! Happy again!

That Menu "All Instances" when inspecting a integer value in 'Shout Workspace' doesn't really make sense and causes Pharao to hang a few minutes. That really should be improved :)

tnx, keep up the good work!

regards, Guido Stepken

Frederic Pluquet-3 wrote
You can retreive the childs 'Class', 'Methods' and 'Possible types': go to
the preferences browser, go to the category 'Inspector' and enable what you
need.

Fréd
----
Frédéric Pluquet
Université Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


On Thu, Dec 10, 2009 at 5:59 PM, Damien Cassou <damien.cassou@gmail.com>wrote:

> On Thu, Dec 10, 2009 at 4:47 PM, Guido Stepken <gstepken@googlemail.com>
> wrote:
> > When i open up "Shout Browser", type in "2" and inspect that number with
> > Inspector "alt-i" ...  it won't show the features of that object any
> > longer in 1.1 alpha and - thats new - also in 1.0! (newest version, all
> > updated installed) ...
>
> what do you mean by "features"? The methods have been removed from the
> inspector view to avoid clutering it.
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Inspector broken ...

Frederic Pluquet-3
You lose time only if you expand the child "Instances" If it doesn't make sense, why do you expand it ?

I think also there is no sense  to inspect "Instances" of Integer class. But it is useful for some other classes I think and I want to be homogeneous throughout all classes.

Finally, it is relatively rapid: on my macbook, inspecting the all 16800 instances of LargeInteger takes only 1 second.

Fréd
----
Frédéric Pluquet
Université Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


On Fri, Dec 11, 2009 at 3:42 AM, Guido Stepken <[hidden email]> wrote:

Ahhh! Works fine! Happy again!

That Menu "All Instances" when inspecting a integer value in 'Shout
Workspace' doesn't really make sense and causes Pharao to hang a few
minutes. That really should be improved :)

tnx, keep up the good work!

regards, Guido Stepken


Frederic Pluquet-3 wrote:
>
> You can retreive the childs 'Class', 'Methods' and 'Possible types': go to
> the preferences browser, go to the category 'Inspector' and enable what
> you
> need.
>
> Fréd
> ----
> Frédéric Pluquet
> Université Libre de Bruxelles (ULB)
> Assistant
> http://www.ulb.ac.be/di/fpluquet
>
>
> On Thu, Dec 10, 2009 at 5:59 PM, Damien Cassou
> <[hidden email]>wrote:
>
>> On Thu, Dec 10, 2009 at 4:47 PM, Guido Stepken <[hidden email]>
>> wrote:
>> > When i open up "Shout Browser", type in "2" and inspect that number
>> with
>> > Inspector "alt-i" ...  it won't show the features of that object any
>> > longer in 1.1 alpha and - thats new - also in 1.0! (newest version, all
>> > updated installed) ...
>>
>> what do you mean by "features"? The methods have been removed from the
>> inspector view to avoid clutering it.
>>
>> --
>> Damien Cassou
>> http://damiencassou.seasidehosting.st
>>
>> "Lambdas are relegated to relative obscurity until Java makes them
>> popular by not having them." James Iry
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
View this message in context: http://n2.nabble.com/Inspector-broken-tp4146029p4149169.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project