Re: [Pharo-dev] GToolkit in Pharo 4?
Just fix the configuration. Nothing there for pharo 4.x And as baseline012 refers to #development everywhere, you'll need to check all dependencies too Stephan
Ok, thanks. On 28.07.2014, at 22:37, Stephan Eggermont <stephan@stack.nl> wrote:
Just fix the configuration. Nothing there for pharo 4.x And as baseline012 refers to #development everywhere, you'll need to check all dependencies too
Stephan
So is it working for you? Because when I load it, I get emergency evaluator when debugger should open⦠Uko
On 29 Jul 2014, at 09:17, Max Leske <maxleske@gmail.com> wrote:
Ok, thanks.
On 28.07.2014, at 22:37, Stephan Eggermont <stephan@stack.nl> wrote:
Just fix the configuration. Nothing there for pharo 4.x And as baseline012 refers to #development everywhere, you'll need to check all dependencies too
Stephan
Not all GT-Tools work in Pharo 4 (e.g. the debugger does not work). You can load the Playground + a subset of the inspector (without roassal) using the code below. (You still need to manually enable them from the setting browser -> GT) Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit'; package: 'ConfigurationOfGTPlayground'; load. (((Smalltalk at: #ConfigurationOfGTPlayground) project version: '0.1-baseline') load). On Mon, Sep 22, 2014 at 5:36 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
So is it working for you? Because when I load it, I get emergency evaluator when debugger should openâ¦
Uko
On 29 Jul 2014, at 09:17, Max Leske <maxleske@gmail.com> wrote:
Ok, thanks.
On 28.07.2014, at 22:37, Stephan Eggermont <stephan@stack.nl> wrote:
Just fix the configuration. Nothing there for pharo 4.x And as baseline012 refers to #development everywhere, you'll need to check all dependencies too
Stephan
Thanks Andrei! For the rest of the tools, we kindly ask you to be patient until we release Moose 5 and switch development to Pharo 4. Cheers, Doru On Mon, Sep 22, 2014 at 5:43 PM, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Not all GT-Tools work in Pharo 4 (e.g. the debugger does not work). You can load the Playground + a subset of the inspector (without roassal) using the code below. (You still need to manually enable them from the setting browser -> GT)
Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit'; package: 'ConfigurationOfGTPlayground'; load.
(((Smalltalk at: #ConfigurationOfGTPlayground) project version: '0.1-baseline') load).
On Mon, Sep 22, 2014 at 5:36 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
So is it working for you? Because when I load it, I get emergency evaluator when debugger should openâ¦
Uko
On 29 Jul 2014, at 09:17, Max Leske <maxleske@gmail.com> wrote:
Ok, thanks.
On 28.07.2014, at 22:37, Stephan Eggermont <stephan@stack.nl> wrote:
Just fix the configuration. Nothing there for pharo 4.x And as baseline012 refers to #development everywhere, you'll need to check all dependencies too
Stephan
-- www.tudorgirba.com "Every thing has its own flow"
participants (5)
-
Andrei Chis -
Max Leske -
Stephan Eggermont -
Tudor Girba -
Yuriy Tymchuk