Array size in inspector

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

Array size in inspector

Davide Varvello
Hi,
 I've a very long array I'd like to inspect, unfortunately inspector shows only first 100 elements and few last elements of my array. How can change that behavior?
Thanks
 Davide
Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Sean P. DeNigris
Administrator
Davide Varvello wrote
 I've a very long array I'd like to inspect, unfortunately inspector shows only first 100 elements and few last elements of my array. How can change that behavior?
Hey Davide! Please ask user questions on StackOverflow (tagged with Pharo) or the Pharo Users list, so they do not get lost/confused with the development issues discussed here.

If you explore your array instead of inspecting it, you should see all the elements (may take a long time, depending on the size).

HTH,
Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Davide Varvello
Thanks Sean,
Sorry for the wrong list
Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Sean P. DeNigris
Administrator
Davide Varvello wrote
Thanks Sean,
Sorry for the wrong list
No problem. We're just trying to make sure that all questions get answered, without overflowing the devs' mailboxes.
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Ben Coman

Perhaps someone could update the mailing list page to mention StackOverflow.
http://lists.gforge.inria.fr/mailman/listinfo/pharo-project


Sean P. DeNigris wrote:

> Davide Varvello wrote
>  
>> Thanks Sean,
>> Sorry for the wrong list
>>
>>    
>
> No problem. We're just trying to make sure that all questions get answered,
> without overflowing the devs' mailboxes.
>
> --
> View this message in context: http://forum.world.st/Array-size-in-inspector-tp4635484p4635865.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
>
>  


Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Mariano Martinez Peck
It doens't need to be StackOverflow necessary. We also have:
"A friendly place where any question about pharo is welcome" <[hidden email]>, 

for exactly those kind of questions.


On Thu, Jun 21, 2012 at 2:48 PM, Ben Coman <[hidden email]> wrote:

Perhaps someone could update the mailing list page to mention StackOverflow.
http://lists.gforge.inria.fr/mailman/listinfo/pharo-project



Sean P. DeNigris wrote:
Davide Varvello wrote
 
Thanks Sean,
Sorry for the wrong list

   

No problem. We're just trying to make sure that all questions get answered,
without overflowing the devs' mailboxes.

--
View this message in context: http://forum.world.st/Array-size-in-inspector-tp4635484p4635865.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.


 





--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Damien Cassou
On Thu, Jun 21, 2012 at 2:50 PM, Mariano Martinez Peck
<[hidden email]> wrote:
> It doens't need to be StackOverflow necessary. We also have:
> "A friendly place where any question about pharo is welcome"
> <[hidden email]>,

you are right. I've just update the Pharo website to give more
emphasis to this user mailing list and to stackoverflow.

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

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

Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Ben Coman
Damien Cassou wrote:

> On Thu, Jun 21, 2012 at 2:50 PM, Mariano Martinez Peck
> <[hidden email]> wrote:
>  
>> It doens't need to be StackOverflow necessary. We also have:
>> "A friendly place where any question about pharo is welcome"
>> <[hidden email]>,
>>    
>
> you are right. I've just update the Pharo website to give more
> emphasis to this user mailing list and to stackoverflow.
>
>  
something looks wrong from FireFox 12.0 on Windows 7.  see attached.
 It looks okay when I view it in IETab.


Untitled.png (218K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Tudor Girba-2
In reply to this post by Davide Varvello
You can also give the Glamorous Inspector a try:
http://www.humane-assessment.com/blog/glamorous-inspector-for-smalltalk

Cheers,
Doru



On 19 Jun 2012, at 16:19, Davide Varvello wrote:

> Hi,
> I've a very long array I'd like to inspect, unfortunately inspector shows
> only first 100 elements and few last elements of my array. How can change
> that behavior?
> Thanks
> Davide
>
> --
> View this message in context: http://forum.world.st/Array-size-in-inspector-tp4635484.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>

--
www.tudorgirba.com

"Value is always contextual."




Reply | Threaded
Open this post in threaded view
|

Re: Array size in inspector

Davide Varvello
Hi Doru,
I gave a glance to Glamorous inspector some weeks ago I think it could be better if I could change instance variables like old inspector, i.e. on the right panel without the need of sending a message on self.
Moreover, today I reloaded your inspector on my image but I couldn't remember how to run it, after a search on Pharo's list I found GTInspector openOn: someObject
It can be useful if you can add it on http://www.humane-assessment.com/blog/glamorous-inspector-for-smalltalk 
 
Cheers
 Davide

----
- Cerchi un bravo Dentista, Avvocato, Commercialista? Un buon Hotel, Ristorante, Pizzeria? Io l'ho trovato su Oltre il Passaparola



From: Tudor Girba-2 [via Smalltalk] <[hidden email]>
To: Davide Varvello <[hidden email]>
Sent: Saturday, June 23, 2012 11:04 PM
Subject: Re: Array size in inspector

You can also give the Glamorous Inspector a try:
http://www.humane-assessment.com/blog/glamorous-inspector-for-smalltalk

Cheers,
Doru



On 19 Jun 2012, at 16:19, Davide Varvello wrote:

> Hi,
> I've a very long array I'd like to inspect, unfortunately inspector shows
> only first 100 elements and few last elements of my array. How can change
> that behavior?
> Thanks
> Davide
>
> --
> View this message in context: http://forum.world.st/Array-size-in-inspector-tp4635484.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
--
www.tudorgirba.com

"Value is always contextual."







If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/Array-size-in-inspector-tp4635484p4636329.html
To unsubscribe from Array size in inspector, click here.
NAML