Re: [Pharo-project] gt inspector
Doru, nice tool! When using it, do you ever go back to a GT system browser? Seems that one tool such as this, would suffice ..kind of the SELF outliner. A breadcrumb would be helpful, to provide some reference when you start spawning panes to the right. Currently since Gaucho is broken (in the middle of the port to Athens/Cairo), i'm using the standard tools..i definitely will start using GT now. Fernando On Wed, Dec 21, 2011 at 9:01 AM, Tudor Girba <tudor@tudorgirba.com> 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"
Does it load in Pharo1.4? On Wed, Dec 21, 2011 at 9:16 AM, Fernando Olivero <fernando.olivero@usi.ch> wrote:
Doru, nice tool!
When using it, do you ever go back to a GT system browser? Seems that one tool such as this, would suffice ..kind of the SELF outliner.
A breadcrumb would be helpful, to provide some reference when you start spawning panes to the right.
Currently since Gaucho is broken (in the middle of the port to Athens/Cairo), i'm using the standard tools..i definitely will start using GT now.
Fernando
On Wed, Dec 21, 2011 at 9:01 AM, Tudor Girba <tudor@tudorgirba.com> 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"
Hi, It does not load in 1.4 yet. We are still working hard to release Moose 4.6 on Pharo 1.3. Once that is out of the door, we move to 1.4. I gave it a try today and it seems that there is at least a loading problem due to something in RPackage which is a prerequisite. But, I did not get a chance to investigate further. Cheers, Doru On 21 Dec 2011, at 09:16, Fernando Olivero wrote:
Does it load in Pharo1.4?
On Wed, Dec 21, 2011 at 9:16 AM, Fernando Olivero <fernando.olivero@usi.ch> wrote:
Doru, nice tool!
When using it, do you ever go back to a GT system browser? Seems that one tool such as this, would suffice ..kind of the SELF outliner.
A breadcrumb would be helpful, to provide some reference when you start spawning panes to the right.
Currently since Gaucho is broken (in the middle of the port to Athens/Cairo), i'm using the standard tools..i definitely will start using GT now.
Fernando
On Wed, Dec 21, 2011 at 9:01 AM, Tudor Girba <tudor@tudorgirba.com> 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 "Speaking louder won't make the point worthier."
Hi, On 21 Dec 2011, at 09:16, Fernando Olivero wrote:
Doru, nice tool!
When using it, do you ever go back to a GT system browser? Seems that one tool such as this, would suffice ..kind of the SELF outliner.
:). I do. This browser works well for objects, but for managing source code there is no particular workflow supported. At least not yet.
A breadcrumb would be helpful, to provide some reference when you start spawning panes to the right.
What would you put in the breadcrumb, given that we can talk about any object?
Currently since Gaucho is broken (in the middle of the port to Athens/Cairo), i'm using the standard tools..i definitely will start using GT now.
Great :). Cheers, Doru
Fernando
On Wed, Dec 21, 2011 at 9:01 AM, Tudor Girba <tudor@tudorgirba.com> 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 "Next time you see your life passing by, say 'hi' and get to know her."
participants (2)
-
Fernando Olivero -
Tudor Girba