[ANN] OBProtocolBrowser

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

[ANN] OBProtocolBrowser

Duncan Mak-2
Hello all,

Juraj Kubelka and I started working on a Protocol Browser based on the OmniBrowser framework this past Sunday.
Our work is finally available for general consumption!

http://www.squeaksource.com/OBProtocolBrowser.html

OBProtocolBrowser has been added to the Package Universe as well, so there's no excuse for not installing it!

Happy browsing!

--
Duncan.

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OBProtocolBrowser

Lukas Renggli
> OBProtocolBrowser has been added to the Package Universe as well, so there's
> no excuse for not installing it!

Really cool. I like it. All the refactorings just show up like magic
in the new browser ;-)

One minor problem (the part within the #and: is missing):

OBCmdLimitProtocol>>isActive
        ^ target theClass ~= ProtoObject and: [requestor isSelected: target]

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OBProtocolBrowser

Florian Minjat
Lukas Renggli wrote:
>> OBProtocolBrowser has been added to the Package Universe as well, so
>> there's
>> no excuse for not installing it!
>
> Really cool. I like it. All the refactorings just show up like magic
> in the new browser ;-)

I would like some good refactorings in my browser. I tried to get the
OBProtocolBrowser on the SqueakSource repo. But it says I lack a lot
of repositories. I search for OBCommand, tried to load it, depends on
others...
I there a global package to load somewhere ?

Florian

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OBProtocolBrowser

Duncan Mak-2
On 5/26/07, Florian Minjat <[hidden email]> wrote:
I would like some good refactorings in my browser. I tried to get the
OBProtocolBrowser on the SqueakSource repo. But it says I lack a lot
of repositories. I search for OBCommand, tried to load it, depends on
others...
I there a global package to load somewhere ?

You might not have OmniBrowser installed. You want -
 
* OB-Standard
* OmniBrowser
* OB-Morphic

--
Duncan.

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OBProtocolBrowser

Damien Cassou-3
In reply to this post by Florian Minjat
2007/5/26, Florian Minjat <[hidden email]>:
> I would like some good refactorings in my browser. I tried to get the
> OBProtocolBrowser on the SqueakSource repo. But it says I lack a lot
> of repositories. I search for OBCommand, tried to load it, depends on
> others...
> I there a global package to load somewhere ?

The best way to have developer tools in your image is to use the
squeak-dev image:

http://damien.cassou.free.fr/squeak-dev/

--
Damien Cassou

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OBProtocolBrowser

Duncan Mak-2
A heads up:

OBProtocolBrowser has been merged into OB-Standard as of version DM.198.

--
Duncan.

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] OBProtocolBrowser

Jimmie Houchin-3
Duncan Mak wrote:
> A heads up:
>
> OBProtocolBrowser has been merged into OB-Standard as of version DM.198.

Thanks for doing this.

Jimmie