>
> 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
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.
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: [
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
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
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
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
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
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