On Wed, Dec 21, 2011 at 9:01 AM, Tudor Girba <[email protected]> wrote:
> Hi, > > Just out of curiosity: Does any of you use the GTInspector? > > For those that wonder what that is, here is a demo: > http://www.humane-assessment.com/blog/glamorous-inspector-for-smalltalk > > I used to use it for my images. And it was pretty nice. Problem was the amount of dependencies it had, the time it took me to install it, and moreover, that since it depends on several dependencies it was always complicated to successfully install it. Apart from that, I really like it. > This is available in any recent Moose image mapped as Explorer (CMD+I). > > You can load it in a Pharo 1.3 image by: > Gofer new squeaksource: 'glamoroust'; package: > 'ConfigurationOfGlamoroust'; load.(Smalltalk at: > #ConfigurationOfGlamoroust) loadDefault.(Smalltalk at: #GTInspector) > registerToolsOn: Smalltalk tools. > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "Every thing has its own flow" > > -- Mariano http://marianopeck.wordpress.com
