Re: [Pharo-users] Installing GToolkit

2015-02-03 Thread Andrei Chis
> > Sorry to bother. > > > > Craig > > > > *From:* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *On > Behalf Of *Marcus Denker > *Sent:* 03 February 2015 09:56 PM > *To:* Any question about pharo is welcome > *Subject:* Re: [Pharo-users] Installin

Re: [Pharo-users] Installing GToolkit

2015-02-03 Thread Craig
welcome Subject: Re: [Pharo-users] Installing GToolkit On 03 Feb 2015, at 20:50, Craig wrote: Anybody got any ideas if and when GToolkit will be available on Pharo 4? We are shipping with it since some time before christmas.

Re: [Pharo-users] Installing GToolkit

2015-02-03 Thread Marcus Denker
now). > Just Asking > > Craig > > > From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org > <mailto:pharo-users-boun...@lists.pharo.org>] On Behalf Of Tudor Girba > Sent: 05 October 2014 08:19 AM > To: Any question about pharo is welcome > Subject: Re: [

Re: [Pharo-users] Installing GToolkit

2015-02-03 Thread Craig
Anybody got any ideas if and when GToolkit will be available on Pharo 4? Just Asking Craig From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Tudor Girba Sent: 05 October 2014 08:19 AM To: Any question about pharo is welcome Subject: Re: [Pharo-users

Re: [Pharo-users] Installing GToolkit

2014-10-04 Thread Tudor Girba
Hi Evan, The instructions are a bit wrong. It should be "activateWithoutSaving" instead of "activate". The GTImageSetupCommandLineHandler does more default settings. Just take a look at the activateWithoutSaving method and pick what you want, or use the script that Phil suggested only to install

Re: [Pharo-users] Installing GToolkit

2014-10-04 Thread p...@highoctane.be
The following works for me on Pharo 3.0: Gofer new url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main'; configuration; load. #ConfigurationOfGToolkit asClass loadDevelopment. "Use the inspector" #GTInspector asClass registerToolsOn: Smalltalk tools. "Use the debugger" #GTGene

Re: [Pharo-users] Installing GToolkit

2014-10-04 Thread stepharo
Evan if you take the latest version of Pharo 4.0 you will get GT installed :) On 4/10/14 20:07, Evan Donahue wrote: Hello, I am trying to check out GTPlaygroundl, but I can't seem to get it working and was wondering if anyone had any idea what I might be overlooking. I download a new image

[Pharo-users] Installing GToolkit

2014-10-04 Thread Evan Donahue
Hello, I am trying to check out GTPlaygroundl, but I can't seem to get it working and was wondering if anyone had any idea what I might be overlooking. I download a new image with curl get.pharo.org | bash I run, from http://www.humane-assessment.com/blog/installing-gtoolkit Gofer new small

[Pharo-users] installing gtoolkit

2014-03-25 Thread Tudor Girba
Hi, If you want to install GToolkit (the project that contains GTInspector, GTPlayground and GTDebugger) in your image, you can follow one of the options as described here: http://www.humane-assessment.com/blog/installing-gtoolkit If you give it a try, please let us know how it works for you. Ch