[squeak-dev] Re: Refactoring Browser and Rewrite Engine for Squeak

Squeak List squeaklist at yahoo.com
Tue May 11 10:31:08 UTC 2010


i must have done this wrong...

i opened a workspace and put in:

(Installer wiresong project: 'ob')
        install: 'OmniBrowser';
        install: 'OB-Morphic';
        install: 'OB-Standard';
        install: 'OB-Shout';
        install: 'OB-SUnitIntegration'.

HIGHLIGHT ALL AND "DO IT" - downloads stuff... no errors :)

then the same with:

(Installer ss project: 'rb')
    install: 'AST';
    install: 'Refactoring-Core';
    install: 'Refactoring-Spelling';
    project: 'Regex';
    install: 'VB-Regex'.

and:

(Installer wiresong project: 'ob')
    install: 'OB-Refactory';
    install: 'OB-Regex'.

in the end, the browser that opens up looks lovely, but no matter what is selected in the browser - all the way down to a method: the "browse", "hierarchy", "variables", "implementors", etc buttons do nothing whatsoever when clicked on - which is exactly how it was before when i tried this before (a few days ago)... and i wonder if  this is how it should be (?).

maybe this is not the correct way to LOAD/install this ? probably... 

i did not see any other example of how to do it...

just what happened (same as last time - when i was hoping that RB/OB would be working) tonite...

could someone please just spell out exactly how to load "OB/RB" in a way that the buttons in the browser actually work?

or spell out what else is needed, or something??? is it a preference or something that needs to be changed before or after loading? or some other kritter?

thanks,

ken




 


----- Original Message ----
From: Andreas Raab <andreas.raab at gmx.de>
To: The general-purpose Squeak developers list <squeak-dev at lists.squeakfoundation.org>
Sent: Mon, May 10, 2010 5:57:52 PM
Subject: [squeak-dev] Re: Refactoring Browser and Rewrite Engine for Squeak

This is what you're looking for:

"Omnibrowser"
(Installer wiresong project: 'ob')
        install: 'OmniBrowser';
        install: 'OB-Morphic';
        install: 'OB-Standard';
        install: 'OB-Shout';
        install: 'OB-SUnitIntegration'.

"Refactoring engine and OB integration"
(Installer ss project: 'rb')
    install: 'AST';
    install: 'Refactoring-Core';
    install: 'Refactoring-Spelling';
    project: 'Regex';
    install: 'VB-Regex'.

(Installer wiresong project: 'ob')
    install: 'OB-Refactory';
    install: 'OB-Regex'.

Cheers,
  - Andreas

On 5/10/2010 4:28 PM, Eliot Miranda wrote:
> Hi All,
>
>      the RB page <http://wiki.squeak.org/squeak/227> on squeak.org
> <http://squeak.org> is from 2006 and is rather vague on how to load etc.
>  What do people who want an up-to-date rewrite engine in e.g. 4.1 load
> and from where?  Could someone who knows what's what update the RB page
> with accurate info?
>
> TIA
> Eliot
>
>
>
>


      




More information about the Squeak-dev mailing list