[Pharo-project] gt inspector
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 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"
Hi, I'm using it, and I think is great! just one little glitch: you can't edit instVars... Cheers, Esteban El 21/12/2011, a las 5:01a.m., Tudor Girba escribió:
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 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"
Indeed. I added a bug report: http://code.google.com/p/moose-technology/issues/detail?id=764 Cheers, Doru On 21 Dec 2011, at 12:47, Esteban Lorenzano wrote:
Hi,
I'm using it, and I think is great! just one little glitch: you can't edit instVars...
Cheers, Esteban
El 21/12/2011, a las 5:01a.m., Tudor Girba escribió:
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 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"
-- www.tudorgirba.com "Problem solving should be focused on describing the problem in a way that makes the solution obvious."
I am ;-) After a quick look some weeks ago, I have just recently made it part of our automatic development builds. I really like this kind of inspector view. On 21 Dec 2011, at 09:01, Tudor Girba 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 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"
Thanks :) Doru On 21 Dec 2011, at 20:53, Johan Brichau wrote:
I am ;-)
After a quick look some weeks ago, I have just recently made it part of our automatic development builds.
I really like this kind of inspector view.
On 21 Dec 2011, at 09:01, Tudor Girba 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 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"
-- www.tudorgirba.com "Every thing should have the right to be different."
You've added +10mins to my image building process with all those dependencies! But it's very helpful, thanks :) Francois On 21/12/11 00:01, Tudor Girba 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 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
-- http://tulipemoutarde.be BE: +32 (0)65 709 131 CA: +1 778 558 3225
Ahh, I apologize for the inconvenience. But, thanks :). Doru On 21 Dec 2011, at 23:09, Francois Stephany wrote:
You've added +10mins to my image building process with all those dependencies!
But it's very helpful, thanks :)
Francois
On 21/12/11 00:01, Tudor Girba 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 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
-- http://tulipemoutarde.be BE: +32 (0)65 709 131 CA: +1 778 558 3225
-- www.tudorgirba.com "Every now and then stop and ask yourself if the war you're fighting is the right one."
participants (4)
-
Esteban Lorenzano -
Francois Stephany -
Johan Brichau -
Tudor Girba