[squeak-dev] Re: Slime

Levente Uzonyi leves at elte.hu
Sat Apr 3 18:27:56 UTC 2010


On Sat, 3 Apr 2010, Andreas Raab wrote:

> On 4/3/2010 10:37 AM, Levente Uzonyi wrote:
>> On Sat, 3 Apr 2010, Andreas Raab wrote:
>> 
>>> On 4/3/2010 7:54 AM, Ralph Johnson wrote:
>>>> Why would OB be a no-go? I am very happy with OB, and like it better
>>>> than any other Squeak browser.
>>> 
>>> I can't speak for others but in my experience OB is too slow to be of
>>> any use. When interactions on a 2GHz dual-core box take seconds I
>>> can't get work done.
>> 
>> I think that was OB + some other stuff (like automatic method
>> categorization). OB in itself is as fast as the default browser and some
>> has great features.
>
> Interesting. My encounters with OB mostly originate from Pharo where it's 
> always been dog-slow so I was never interested in looked deeper. Any ideas 
> how to install OB without that stuff?

Try this:
Installer ss
 	project: 'rb';
 	install: 'AST';
 	install: 'Refactoring-Core';
 	install: 'Refactoring-Spelling';
 	project: 'Regex';
 	install: 'VB-Regex'.
Installer wiresong
 	project: 'ob';
 	install: 'OmniBrowser';
 	install: 'OB-Morphic';
 	install: 'OB-Standard';
 	install: 'OB-Shout';
 	install: 'OB-Refactory';
 	install: 'OB-Regex';
 	install: 'OB-SUnitIntegration'.


Levente

>
> Cheers,
>  - Andreas
>
>> What I'm really missing is "Recent classes..." from the menu and the
>> movable splitters between the upper panels (aka resizeable panels). It's
>> really a PITA to resize the full browser to see the name of the current
>> category/class/protocol/method.
>> 
>> 
>> Levente
>> 
>>> 
>>> Cheers,
>>> - Andreas
>>> 
>>> 
>> 
>> 
>
>
>



More information about the Squeak-dev mailing list