On 03 Feb 2015, at 20:50, Craig <craig@hivemind.net> 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. -> Workspace defaults to the âPlaygroundâ -> inspector/explorer are using GTInspector (but one can use the old ones instead if needed) -> GT Spotter is there, too (shift-Enter to get to it) GT Debugger is not yet in Pharo4. Partly because is used to be for Pharo3, without the Context Cleanup, partly because the UI needs some iteration (it is hard to understand the icons right now).
Just Asking
Craig
From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org <mailto:pharo-users-bounces@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] Installing GToolkit
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 tools.
But, what do you mean when you say that the Playground is not working?
Cheers, Doru On Sat, Oct 4, 2014 at 8:07 PM, Evan Donahue <emdonahu@gmail.com <mailto:emdonahu@gmail.com>> wrote: Hello,