Code browsing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Code browsing

Ramiro Diaz Trepat
Hello there,
   I have noticed that in the pre built developer images that Damien
provides, there is a version of OmniBrowser that has extra stuff, like
a search bar on top and what seems to be automatic categories on the
method pane.
   I wanted to know if this is part of a new OmniBrowser or if it is
an extra package.
   The reason is that i don't really like it, because it makes
browsing through code much slower, it takes a quite long when you
click on a different class than the one you are currently browsing, it
even shows a progress bar !
   So, really my question is the following:  I like Damien's pre built
images, but I would like to remove this package (if possible) that
makes OmniBrowser so slow.  Is it possible?
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Code browsing

Michael Davies-2
On 10/05/07, Ramiro Diaz Trepat <[hidden email]> wrote:

> Hello there,
>    I have noticed that in the pre built developer images that Damien
> provides, there is a version of OmniBrowser that has extra stuff, like
> a search bar on top and what seems to be automatic categories on the
> method pane.
>    I wanted to know if this is part of a new OmniBrowser or if it is
> an extra package.
>    The reason is that i don't really like it, because it makes
> browsing through code much slower, it takes a quite long when you
> click on a different class than the one you are currently browsing, it
> even shows a progress bar !

The delay you're seeing here is due to the Dynamic Protocols code. Go
into the Preferences Browser, search for Dynamic Protocols, and
uncheck dynamicProtocolActivation.
By the way, the protocol results are cached, so you'll only see the
delay once per class.
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners